Starbound

Starbound

Drop Further Before Damage
28 kommentarer
bk3000 1. okt. 2018 kl. 19:08 
@Augusonic
If you are having issues, then post the contents of \starbound\storage\starbound.log onto Pastebin and leave the link. There is no real way to diagnose let alone fix any issues without that.
Super Brasilis 1. okt. 2018 kl. 16:47 
it seens to be crash-side too.
Lithosagym 29. sep. 2018 kl. 11:16 
ok thanks
soopytwist  [ophavsmand] 29. sep. 2018 kl. 7:05 
@Lithosagym
Client. I guess, never tried running a server.
Lithosagym 25. sep. 2018 kl. 21:04 
What -side is this, client side? Sever Side?
Super Brasilis 23. juni 2018 kl. 16:52 
frackin?
H A L #9000 12. juni 2017 kl. 2:07 
@soopytwist
Thank you very much for your effort.
soopytwist  [ophavsmand] 11. juni 2017 kl. 15:41 
@Boujuan
Actually, there is potentially an issue. The player_primary.lua got updated in the last patch (I think for the vehicles). Just in case, I've updated this mod just now so if you've already got it unsubscribe and subscribe again to grab the latest version.
soopytwist  [ophavsmand] 11. juni 2017 kl. 15:25 
@Boujuan
Yes.
H A L #9000 11. juni 2017 kl. 12:15 
does this work with 1.3?
soopytwist  [ophavsmand] 25. feb. 2017 kl. 5:50 
@Nomad Bal That's good to know, glad it's working for you now!
Ramingo Bingo 24. feb. 2017 kl. 15:28 
Everything works fine now, even memento mori ;) thanks!
soopytwist  [ophavsmand] 24. feb. 2017 kl. 12:50 
@Nomad Bal
Try the mod now, I just updated it with the latest player_primary.lua - that may fix issues with the saws and lasers. However if you have other mods (such as Momento Mori) also modfiying the player_primary.lua then it probably won't work.
soopytwist  [ophavsmand] 24. feb. 2017 kl. 12:39 
@Nomad Bal The not taking damage from saws and lasers must be an effect from other mods you have installed because that doesn't happen for me while using this version of the mod. As you can probably tell from the comments I am unable to make this mod compatible with other mods right now. It works only with mods that don't modify player damage.
bk3000 24. feb. 2017 kl. 12:17 
My idea was flawed(should have tested it). You'll probably want to do the old way for now til I cook up a better way. Forgot that you can't compare position on a function that isn't called every tic! My bad. The way they crafted update() makes it difficult to hook for damage.
soopytwist  [ophavsmand] 24. feb. 2017 kl. 12:14 
Nope, tell a lie. No fall damage at all now and energy isn't re-filling.
soopytwist  [ophavsmand] 24. feb. 2017 kl. 12:05 
Solved it. The function is "update(dt)" not "DamageRequest". Works now.
soopytwist  [ophavsmand] 24. feb. 2017 kl. 11:52 
@bk3000 Yes, I've added the missing square brackets (it's been a while, I forgot!), the game isn't crahsing now but the fall damage modifier isn't working. Still losing health when dropping from the E.A.S.E.L station platform.
bk3000 24. feb. 2017 kl. 11:46 
Steam just HAS TO delete all the whitespace...
bk3000 24. feb. 2017 kl. 11:45 
Did you try my code, and if so what errors did you get?
Also as noted in that discussion, player.config.patch needs square brackets too. Thus

[
{
"op" : "add",
"path" : "/statusControllerSettings/primaryScriptSources/-",
"value" : "/scripts/snoopytwist/soopytwist_dropFurther.lua"
}
]

That should hook things properly.
soopytwist  [ophavsmand] 24. feb. 2017 kl. 11:38 
@Nomad Bal I'm on it. Trying to make it patch compatible but the game keeps crashing. I'll update it as soon as I can.
Ramingo Bingo 24. feb. 2017 kl. 9:31 
@soopytwist np, just left the message here in the case someone encounters the same problems as me.
It's really a shame, I really liked the mod.
soopytwist  [ophavsmand] 24. feb. 2017 kl. 8:32 
@Nomad Bal
I left the mod as was, since it worked, and moved onto other things. I see now that it's broken and needs updating.
Ramingo Bingo 24. feb. 2017 kl. 7:10 
The mod is outdated and creates an immense lists of problems.
Mods based on fatal damage like Memento Mori can't work and, even worse, the traps found in the dungeons and challenge rooms like lasers and saws stop dealing any damage.
bk3000 5. dec. 2016 kl. 11:05 
@soopytwist
Don't be so sure :D
I made a topic in discussions to show you one method to accomplish this. And by "method" I mean you could just copy/paste it and it would work.

If you hook functions, you don't need to replace an entire script. Also you retain compatibility with others who do the same(for example FU).

Hopefully you find this useful for this mod, and other future mods.
soopytwist  [ophavsmand] 4. dec. 2016 kl. 12:18 
@bk3000
The .lua file cannot be made in a patch file so that it's compatible with other mods that use the same file or Chucklefish updates that change the same.
bk3000 1. dec. 2016 kl. 20:06 
"This mod is not compatible with other mods that modify the player_primary.lua script nor is it compatible with future updates to the game."

So from that I assume you aren't simply function hooking?
Super Brasilis 13. aug. 2016 kl. 16:28 
I even noticed it but, now you came with the light side mod, very thanks.