Hi,
Im planning ahead and thinking of how a release of a game would work out.
If I release a game, how do I keep working on making more content without interrupting the online game?
If I press save in Editor the game implements the changes directly.
What would be the most appropriate way of releasing a game + making more content?
________
Summary of answers
1. work on areas not accessible by online players (Beefy Kasplant).
- If editing npcs or items that are in accessible areas, those changes would take immediate effect when saving (jcsnider).
2. work on local db version and then push to live server while doing scheduled maintenance (wishy).
How to push local db version to live server? shut down server, replace gamedata database, then start server (Joyce).
Thank you so much for contributing for explanations.