Update README.md

This commit is contained in:
inkursion 2025-06-09 22:47:16 +00:00
parent 49afadbbd9
commit 0df7aef283

View file

@ -6,7 +6,7 @@ It's just a glimpse at how custom levels for TV mode can be built for ZZZ privat
I'm nowhere close Xeon's skill level, so my code is held together by dact-tape and "if" statements and definitely isn't accurate to cbt1, but I wanted this version of the game to have a bit more content to play and it was pretty fun to make.
## What I did:
## Changes:
- New levels can be added and quests actually will send you to different grid maps instead of every HDD quest sending you to the same map (you need to specify which quest links to which map if you want to add new ones in "../gameserver/src/net/handlers/world.rs" and the maps themselves are hardcoded into the server in "../gameserver/src/game/manager/hollow_grid.rs" and can be edited there. There is a "skill issue" for me at the moment to make them load from outside the server)