sm64coopdx/developer
MysterD b6959dc7ea Informed players of ent deletions in a different area (but same level)
Added packet_level_respawn_info to inform the players of entity
deletions in a different area of the same level. Currently it's
massively noisy due to sending out a new packet for each entity
destroyed. This can cause chaos when collecting a series of coins.

Ideally this information would be batched and sent in one big blob every
so often.
2021-06-11 16:19:24 -07:00
..
compile.sh Add bash shebang to developer scripts 2020-10-18 16:33:03 -07:00
debug.sh Add bash shebang to developer scripts 2020-10-18 16:33:03 -07:00
discord.sh Allocate the correct number of controllers on stable branch 2020-10-18 22:15:52 -07:00
network.sh Informed players of ent deletions in a different area (but same level) 2021-06-11 16:19:24 -07:00
proto-4.sh Ripped out level synchronization/warp code 2021-06-07 12:19:59 -07:00
README.txt Moved developer scripts to developer folder 2020-10-15 18:10:49 -07:00

These scripts contain flags used to develop the mod.
Any build produced using these scripts should not be played online.