Commit graph

11 commits

Author SHA1 Message Date
trans_soup
098e07a1e6 tweak running. 2023-10-16 21:59:12 +02:00
trans_soup
20b29c833f complete cleanup after rename.
clean up things that were broken after renaming `bg_core` to
`bg_terrain`.

also clean up after global rename that added `bg_` prefix to every mod
name.
2023-10-16 10:14:34 +02:00
trans_soup
7755583fa4 rename mods and add hacky cleanup thing.
rename mods; add `bg_` prefix.

add hacky cleanup ABM (couldn't get LBM:s to work), that converts old
nodes into new ones according to this rename.

the cleanup doesn't do anything for items, though.
2023-10-15 18:22:13 +02:00
trans_soup
24ec93cd50 fix name fields in mod.conf files. 2023-10-15 17:23:37 +02:00
trans_soup
568e8059f9 refactor: more wrappers
create more wrappers for built-in functions and use them instead.
2023-10-13 09:31:55 +02:00
trans_soup
1dd287a3c3 tweak hand reach range. 2023-10-13 09:00:05 +02:00
trans_soup
3eb6dc0f94 change miscellaneous player properties. 2023-10-13 08:59:51 +02:00
trans_soup
1aecdeb752 refactor: create general player interface.
create utility function for acting on player properties, and refactor
code for running and step height to make use of this.
2023-10-13 08:48:11 +02:00
trans_soup
732a8cb88a tiny refactor. 2023-10-13 08:30:25 +02:00
trans_soup
3c25192944 increase player step height. 2023-10-13 08:30:16 +02:00
trans_soup
48a51a77ce add running.
create mod for player-related stuff and move hand setup from core mod to
this new mod.

add feature where, while moving, players gradually speed up up to a
certain limit. their jump height is also increased while this happens.
2023-10-12 16:19:11 +02:00