here goes, this is just a sample , but if u cant understand you can tell me what map u are stuck.
just browse thru your CrossCode\assets\data\maps .. then select and edit which map > floor > current location
this sample is for a door that can be unlock by a key. Just edit the condition to
"condition": "" ,, save, reload game, then viola!! the door is already unlocked. You can also edit the
"map": "cold-dng.g.room3" to boss map like "wave-dng.b1.boss",, entering this door will direct you to the boss room immediately. SAVE A BACKUP BEFORE DOING THIS!! ,,this sometimes cause a story skip if done incorrectly.
i recommend you do this on the shock, wave puzzle dungeon and the vermillion tower. Those puzzle is damn hard for me.
Code: Select all
{
"type": "Door", (TeleportField on some dungeon)
"x": 96,
"y": 576,
"level": 1,
"settings": {
"name": "exitWest",
"doorType": "DEFAULT",
"dir": "SOUTH",
"mapId": 194,
"map": "cold-dng.g.room3",
"marker": "entrance",
"hideCondition": "",
"blockEventCondition": "",
"variation": "",
"condition": "map.keyUsed"
}