From ec37c4fd78080cbb97add045558bf79100ac804b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Sep 2025 04:48:45 +0000 Subject: [PATCH] Address feedback: SQLite recommendation, GM terminology, testing capabilities, and file endings Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com> --- .github/copilot-instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 834ca528..660a502b 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -132,11 +132,11 @@ git submodule status ### Important Notes - **Client files are NOT included** - this is only the server emulator -- **Database can use SQLite or MariaDB** - MariaDB recommended for development +- **Database can use SQLite or MariaDB** - SQLite recommended for development since it's lighter and doesn't require an external service - **Multi-server architecture** requires all 4 servers to run a complete setup - **Network ports**: Auth (1001), Chat (2005), Master (2000), World (3000+) - **Development uses Debug builds**, production uses Release builds -- **GMT level 0** = normal player, **GMT level 8-9** = admin privileges +- **GM level 0** = normal player, **GM level 8-9** = admin privileges ## Troubleshooting - **"Asset bundle not found"**: Expected without LEGO Universe client files @@ -151,4 +151,4 @@ git submodule status - **All tests must pass** for CI to succeed - **Build artifacts** are automatically generated and uploaded -**Remember: This is a complex game server requiring LEGO Universe client files for full functionality, but the server code can be built, tested, and partially validated without them.** \ No newline at end of file +**Remember: This is a complex game server requiring LEGO Universe client files for full functionality, but the server has the capability to mock everything that's needed to test without the client since cdclient can be mocked and the database can be mocked as well.**