Troubleshooting & Commands - saku-bruh/sakuPS GitHub Wiki
SECTION 2 - Map & Character IDs
PART 1: How to change Characters
In your CMD shell type:
/target [UID]
/avatar add [characterID]
OR
/avatar remove [characterID]
(If you have any issues with E11000 , open mongoDB, connect to localhost look to the left of the screen and click on "crepesr" then click on avatars. Head to the Indexes tab and delete the _id_1 index.) This should fix your issue and allow you to add characters to your account.
NOTE YOU NEED TO ADD ALL OF THE CHARACTERS USING THE CONSOLE BEFORE ADDING THEM TO YOUR PARTY
If you do not do this your mongoDB database will become corrupted so just do the
/avatar add [characterID]
for every character ID except the 8xxx and 9xxx IDs
PART 2: Character IDs
"AvatarID": 1001, - March 7th
"AvatarID": 1002, - Dan Heng
"AvatarID": 1003, - Himeko
"AvatarID": 1004, - Welt
"AvatarID": 1005, - Kafka
"AvatarID": 1006, - Bronya (Silver Wolf)
"AvatarID": 1008, - Arlan
"AvatarID": 1009, - Asta
"AvatarID": 1013, - Herta
"AvatarID": 1101, - Bronya (Adult)
"AvatarID": 1102, - Seele
"AvatarID": 1103, - Serval
"AvatarID": 1104, - Gepard
"AvatarID": 1105, - Natasha
"AvatarID": 1106, - Pela
"AvatarID": 1107, - Clara
"AvatarID": 1108, - Sampo
"AvatarID": 1109, - Hook
"AvatarID": 1203, - Luocha
"AvatarID": 1204, - Jing Yuan
"AvatarID": 1205, - Blade
"AvatarID": 1206, - Sushang
(All characters below result in a softlock e.g 8xxx and 9xxx characters DO NOT ADD THESE TO YOUR ACCOUNT)
"AvatarID": 8001, - Male MC
"AvatarID": 8002, - Female MC
"AvatarID": 8003, - Male MC V2
"AvatarID": 8004, - Female MC V2
(Broken placeholder characters)
"AvatarID": 9070, - ???
"AvatarID": 9075, - ???
"AvatarID": 9998, - ???
PART 3: Map IDs
MapEntryExcelTable.json
Which is found in : src\data\excel
Here you can find planeIDs & floorIDs which you can use to change the scenes
PART 4: Changing Maps
Go to \rc\server\packets
and edit GetCurSceneInfoCsReq.ts
OR for crepeSR
Go to mongoDB Compass and head to:
crepesr > players > Click on the arrow on the left of posData:Object
and change floorID
and planeID
according to IDs from the MapEntryExcelTable.json
file. Be aware that some IDs may or may not crash your game.
PART 5: Editing your Account Level
Open mongoDB and head to
crepesr
> players
(then look for a tab called basicinfo
and click on the arrow to the left of it)
then change
level: 1
to level: 60