Separate names with a comma.
change "baseTargetRadialVelocity" in the wh321forcegrip.projectile file to "targetRadialVelocity" PM me if you need something else
Hello, I do have a forcelightning and a forcegrip (for targeting monsters and npcs) already, but without a recipe etc, you would have to add that...
Maybe try it with animator.setAnimationState("movement", "walk") Found that, but havent used it so far, maybe useful to you another thing is, you...
to slow the player or npc debuff-stats use this: mcontroller.controlModifiers({ groundMovementModifier = 0.5, speedModifier = 0.25...
dt stands for delta time: Update deltas are specified in numbers of frames, so a script with an update delta of 1 would run every frame, or a...
status.modifyResourcePercentage("energy", -status.stat("encumberance") / 16 * dt) why 16*dt? #### `void` status.modifyResourcePercentage(`String`...
Yeah actually you could make it without the setStat() - function, and making the encumberance to 100% dependent from timeRunning() (or what you...
mcontroller.xVelocity() exists (\vehicles\boat\boat.lua) but mostly used as mcontroller.velocity()[1] (\monsters\boss\guardianboss\guaridan.lua or...
Thanks very much bk3k! Yes I use notepad++, didn't know that find in files - function until now Again: thanks very much for the help!
Hello again dear Starbound modding community, I am originally from austria, so I am not a native english speaker. Anyway I'm apologizing for my...
What changed since then?