feat: some changes
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# Supported Version: 3.2.5x
|
# Supported Version: 3.3.5x
|
||||||
|
|
||||||
Run the game by clicking run.bat file.
|
Run the game by clicking run.bat file.
|
||||||
|
|
||||||
Tool website: [https://srtools.neonteam.dev](https://srtools.neonteam.dev)
|
Tool website: [https://srtools.neonteam.dev](https://srtools.neonteam.dev)
|
||||||
@@ -8,7 +9,8 @@ Start battle by entering any calyx in the map, DON'T ATTACK THE ENEMIES, IT WON'
|
|||||||
Some scenes might not loaded properly. If you stuck at loading screen, remove `persistent` file.
|
Some scenes might not loaded properly. If you stuck at loading screen, remove `persistent` file.
|
||||||
|
|
||||||
# RobinSR
|
# RobinSR
|
||||||
Original:
|
|
||||||
|
Original:
|
||||||
|
|
||||||
[https://git.xeondev.com/reversedrooms/RobinSR](https://git.xeondev.com/reversedrooms/RobinSR)
|
[https://git.xeondev.com/reversedrooms/RobinSR](https://git.xeondev.com/reversedrooms/RobinSR)
|
||||||
|
|
||||||
@@ -32,4 +34,4 @@ rustup default nightly
|
|||||||
|
|
||||||
To begin using the server, you need to run both the SDK server and the game server. Just run the `run.bat` file.
|
To begin using the server, you need to run both the SDK server and the game server. Just run the `run.bat` file.
|
||||||
|
|
||||||
# Special thanks for keiracoder for updating the repo 🔥
|
# Special thanks to keiracoder for updating the repo! 🔥
|
||||||
|
|||||||
+2218
-2218
File diff suppressed because it is too large
Load Diff
@@ -12,7 +12,7 @@ const SERVER_CHAT_HISTORY: [&str; 5] = [
|
|||||||
"'mc {mc_id}' mc_id can be set from 8001 to 8008",
|
"'mc {mc_id}' mc_id can be set from 8001 to 8008",
|
||||||
"'march {march_id}' march_id can be set 1001 or 1224",
|
"'march {march_id}' march_id can be set 1001 or 1224",
|
||||||
"available commands:",
|
"available commands:",
|
||||||
"visit srtools.pages.dev to configure the PS! (you configure relics, equipment, monsters from there)",
|
"visit srtools.neonteam.dev to configure the PS! (you configure relics, equipment, monsters from there)",
|
||||||
];
|
];
|
||||||
|
|
||||||
pub async fn on_get_friend_login_info_cs_req(
|
pub async fn on_get_friend_login_info_cs_req(
|
||||||
|
|||||||
+4
-4
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"lineups": {
|
"lineups": {
|
||||||
"0": 1005,
|
"0": 1015,
|
||||||
"1": 1006,
|
"1": 1014,
|
||||||
"2": 1301,
|
"2": 1408,
|
||||||
"3": 1309
|
"3": 1005
|
||||||
},
|
},
|
||||||
"position": {
|
"position": {
|
||||||
"x": 162379,
|
"x": 162379,
|
||||||
|
|||||||
Reference in New Issue
Block a user