Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 2.21 KB

TODO.md

File metadata and controls

57 lines (49 loc) · 2.21 KB

Valheim Online Sprint #1 (V1.0 Release)

  • Rework original dll for a VS project.

  • Successfully compile.

  • Reproducability with the original dll.

  • Analyzed original project for new feature capabilities.

  • Release version 0.1 with removed PVP for people to use (Temporary).

  • Add PVP toggle capabilites for clients

  • Fix game breaking bug that prevents a new character from being created

  • Add PVP "Safe Zone" support back in

  • Release version 0.2.1 with Force PVP & Visibility capability.

  • Introduce "Battle Zone" support

  • Introduce local client save for user retention (Make me happy to have my character saved local)

  • Client/Server sync for client save file to prevent accident DC and losing stuff (Encountered this many times)

  • Add support for sync of configs and work with BepInEx for plugin support.

  • Update TODO from feedback

  • Analyzed original project for new feature capabilities.

  • Release version 0.1 with removed PVP for people to use (Temporary).

  • Add PVP toggle capabilites for clients

  • Fix game breaking bug that prevents a new character from being created

  • Release version 0.2.1 with Force PVP & Visibility capability.

  • Add PVP "Safe Zone" support back in

  • Allow a player to save their server-side character locally.

  • Allow single-player (EARLY TESTING)

  • Introduce local client save for user retention (Make me happy to have my character saved local)

  • Introduce "Battle Zone" support

  • Customize starter gear?

  • Mode to change visibility range

  • Client/Server sync for client save file to prevent accident DC and losing stuff (Encountered this many times)

  • Add support for sync of configs and work with BepInEx for plugin support.

  • Update TODO from feedback

  • Make PVP settings server only (RPC calls)

  • Update TODO from feedback

CLI Capabilites:

  • update-zones
  • add-zone
  • del-zone
  • save (client-side)
  • save-all (server-side)
  • shutdown-now (server-side)

Zone Capabilites:

  • Heal Zone
  • User Tag visibility
  • Ward/prevent destroying

CLI /update-zones /add-zone [Name] [ZoneType] [Priority] [Shape(circle/square)] [x] [y] [r] /del-zone [Name] /list-zones

/save