-
Posts
873 -
Joined
-
Last visited
About Linken
Profile Information
-
Pronouns
Male
-
Modding Interests
Coder
Scripter -
Gaming Specialty
Singleplayer
-
Operating System
Windows 11
Contact Methods
-
Discord
Linken233
-
Xbox
linken233
Recent Profile Visitors
21,298 profile views
Linken's Achievements
-
SET_MORELIGHT command but for player character
Linken replied to ssj4windu's topic in Modding Assistance
Usually the path starts with the scripts folder, so leaving it out, write the filepath to it. For example, if it's just in your scripts folder, all you have to do is write the script name, which in this example we'll call "light" If it's inside another folder, let's assume it's called "example", then you'd include the folder name followed by a slash. So if you just have the script inside your "scripts" folder, then the command will be written like "runscript player light" If it's inside the example folder, then it'll be written like "runscript player example/light" -
SET_MORELIGHT command but for player character
Linken replied to ssj4windu's topic in Modding Assistance
When you're in game, in the console type "runscript player [path to your script]" which should make it work. -
SET_MORELIGHT command but for player character
Linken replied to ssj4windu's topic in Modding Assistance
I think the mistake is that you're trying to call it from a cfg file. Commands called in the Q3_Interface class need to be called through an IBI script, which you can create with BehavED. I'm not noticing any issues in your code. To help you get started with setting up BehavED, I wrote a tutorial that get you in the right direction. -
Droidy365 liked a post in a topic: [WIP] Ragdoll Physics
-
Droidy365 liked a post in a topic: [WIP] Ragdoll Physics
-
Circa liked a post in a topic: Head turning very quickly on higher FPS
-
I was able to find a solution. In cg_players.cpp, there are 2 macros declared: LOOK_DEFAULT_SPEED and LOOK_TALKING_SPEED. LOOK_DEFAULT_SPEED is called twice in the same function, CG_CheckLookTarget. LOOK_TALKING_SPEED is called 6 times, 3 times a piece in CG_G2PlayerAngles and CG_PlayerAngles. In each instance of the variables being referenced, add on the calculation: " * (cg.frametime / (1000.0 / TARGET_FPS))" TARGET_FPS is another macro which I declared in cg_media.h with a value of 60 (in case I need to call it for some other reason that I currently can't think of), but declaring it in cg_players.cpp works as well.
-
Yeah I'm looking for possible solutions in the code as I'm typing this.
-
I think a lot of us have noticed with higher FPS going on with our respective games that when a character is called to turn their head (mainly in cutscenes), they're turning it at such a speed that, in my opinion, would cause severe neck pain or possibly even their neck snapping.. My question is, does anyone have an idea on how to slow it down?
-
Kitsu-NeshKaa liked a post in a topic: [WIP] Ragdoll Physics
-
Releasing this report early due to upcoming Christmas plans. NEW CHARACTERS I received a few new characters to add to the mod, thanks to multiple suggestions. For now, these are likely the final characters to be added to the update: - Visas Marr (Maskless) (New Variant) - 50R-T, by Capital Games and ported by Jeff - Swamp Wampa - Carnor Jax, by Dog95 - Kir Kanos, by Dog95 - Narkina V Imperial Officer - Narkina V Prisoner (Updated Model) - Kino Loy - Pong Krell, by AG7777 and Grimbord - Asogian Also as of the time of writing this report, I'm pleased to announce that the only faction pk3s left to complete are the "Other" and "Jedi_Sith" ones, which I estimate shouldn't take too long to finish. Once this is done, there is some code work left to be done, but after that, we should be OK to release. NEW LIGHTSABERS In addition to these new characters, work has also been done to add new Lightsabers/Melee weapons to the mod. Here's what's coming! - Lig Sword - Gaderfii Stick (Various) by Kitsu-NeshKaa - Force Pike (Model Update) by Kitsu-NeshKaa - Sovereign Protector Double Vibroblade, by Kitsu-NeshKaa - Leia Organa Solo CONCLUSION This wasn't the most productive month for the mod due to a variety of personal reasons, but things have appeared to be more straightened out. I want to thank all of you for bearing with us this year as its truly been a time of change not just for myself, but for many on the team. On my side, these few months alone have seen to me reuniting with old friends and re-integrating myself with communities. Admittedly, this did put a dampener on my work for the mod, but I felt it was necessary in order to move forward in a positive manner. I can't pretend to say that moving into 2025 will magically cause everything to fix itself. What I can say though is that I'm treating 2025 as a new beginning for myself. What this means for the mod I can't say, but getting the chance to develop this has been a privilege, and not one I take lightly. I hope the few days we have left of 2024 go well for each of you. I wish you all a happy remainder of your holiday season, a happy New Year, and as always, thank you all for following the development of Star Wars: Galactic Legacy, and may the Force be with you all.
-
Sithani liked a post in a topic: [WIP] Ragdoll Physics
-
SpeedyJDFox95 liked a comment on a file: Darth Vader 2025 Updated Model
-
bigphil2695 liked a comment on a file: Darth Vader 2025 Updated Model
-
- 2 comments
-
- sith
- jkhub exclusive
-
(and 1 more)
Tagged with:
-
jonhafx liked a post in a topic: Does anyone know how to change the skin in the Kotf 2.0 add load menu?
-
Linken liked a post in a topic: Does anyone know how to change the skin in the Kotf 2.0 add load menu?
-
DarthValeria liked a post in a topic: [WIP] Ragdoll Physics
-
DarthValeria liked a post in a topic: [WIP] Ragdoll Physics
-
Linken liked a post in a topic: Possible to prevent NPCs from using ragdoll behavior upon death? I.E. JK2 behavior?
-
Wonderous work!
-
Linken liked a post in a topic: [WIP] Ragdoll Physics