capturetheflag
capturetheflag copied to clipboard
add beds
Add beds (not interactable) to ctf. No ctf_map beds, only the destroyable ones.
- [ ] This PR has been tested locally
How hard would it be to make your changes to the beds from the ctf_changes mod, adding the beds mod to the update script? https://github.com/MT-CTF/capturetheflag/blob/master/scripts/update_mtg.sh
Done, added the beds and updated the mod update script.
You might be able to use this to extract the bed nodes https://content.luanti.org/packages/Warr1024/defripper/
@LoneWolfHT I tried with defripper, but it didnt work, because it doesnt export functions and beds have some for e.g. on_rotate(). So I guess we go back to what I done first ?
@LoneWolfHT I tried with defripper, but it didnt work, because it doesnt export functions and beds have some for e.g. on_rotate(). So I guess we go back to what I done first ?
You might be able to manually allow functions like that through using this: https://gitlab.com/sztest/defripper#custom-property-filtering
You may need to make a new PR since this one seems to delete the update_mtg.sh script
What is status of this?
@farooqkz Still working on it, but its gonna take some time because i have other things to do