From a443b073a384438b325cf94335187b7cc7ba5307 Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:12:41 -0400 Subject: [PATCH] Add priorities to specific things --- TODO.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/TODO.txt b/TODO.txt index 5830e07..8c931fd 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,17 +1,18 @@ +Lines starting with "!" are high priority TODO: -- Non-hardcoded maps +!- Non-hardcoded maps - More maps - GUIs to do everything - Inventory -- Put privilege restrictions on chatcommands -- Fix the alive_players variable not working right +!- Put privilege restrictions on chatcommands +!- Fix the alive_players variable not working right - A bigger and better map, ideally with hills, few trees, no caves, some rivers, big villages here and there, and 500x500 size - Random loot spawning in chests in predefined places (inside houses) -- Add a proper licence and give credit to the creators of the mods used +!- Add a proper licence and give credit to the creators of the mods used - Make guns zoom in with a crosshair while rightclick is held - Header, screenshot, and icon - Polish the game - Rewrite the main mod from scratch (less than 100 lines, should be easy) - A scoring system with leaderboards -- Don't override every node's groups, instead just add `fall_damage_add_percent = -100` \ No newline at end of file +!- Don't override every node's groups, instead just add `fall_damage_add_percent = -100`