- 100% item drop rate
- x10 money drops from monster kills
- Minimum exp gain is 10
- Skill points do not decrease
- Consumables do not decrease on use
- No SP required for combat arts
- Trades do not consume items
- Immortal mode (HP will go down to "CRITICAL" still)
Cross Code V1.0
Re: Cross Code V1.0
Finally found what I've been looking for. Here's another, most likely final, update:
Re: Cross Code V1.0
Thanks for the cheat.Shion wrote: ↑Mon Sep 24, 2018 1:00 amFinally found what I've been looking for. Here's another, most likely final, update:
Replace "\assets\js\game.compiled.js" with script in attached archive. Backup the original just in case.
- 100% item drop rate
- x10 money drops from monster kills
- Minimum exp gain is 10
- Skill points do not decrease
- Consumables do not decrease on use
- No SP required for combat arts
- Trades do not consume items
- Immortal mode (HP will go down to "CRITICAL" still)
Can you make a version without x10 money and exp?
Sorry for my bad english.
Re: Cross Code V1.0
Thanks for the cheat~
is it work in another version?
1.0.0
or
1.0.0-6
is it work in another version?
1.0.0
or
1.0.0-6
Cross Code v1.0.0-6 cheat-mod
It is the core game part of version specified, so using on another game version is not recommended.
With immortal mode, 100% drop rates and money-only trades it kinda does make sense to remove those. OK.
I see the game was updated to v1.0.0-6 today, but it doesn't look like they've reobfuscated the script, so points are the same.
- Immortal mode
- No SP required for combat arts
- 100% item drop rate
- Skill points do not decrease
- Consumables do not decrease on use
- Trade does not consume items
Replace "\assets\js\game.compiled.js" with script in attached archive. Backup the original just in case.
EDIT: Sorry, missed the skill points cheat this time. It is here now.
-
- What is cheating?
- Posts: 3
- Joined: Mon Sep 24, 2018 12:17 pm
- Reputation: 0
Re: Cross Code v1.0.0-6 cheat-mod
Shion wrote: ↑Mon Sep 24, 2018 8:29 amIt is the core game part of version specified, so using on another game version is not recommended.
With immortal mode, 100% drop rates and money-only trades it kinda does make sense to remove those. OK.
I see the game was updated to v1.0.0-6 today, but it doesn't look like they've reobfuscated the script, so points are the same.
"///" points for exp gain and money drops are still there, so you can find and modify them as you wish.
- Immortal mode
- No SP required for combat arts
- 100% item drop rate
- Skill points do not decrease
- Consumables do not decrease on use
- Trade does not consume items
Replace "\assets\js\game.compiled.js" with script in attached archive. Backup the original just in case.
EDIT: Sorry, missed the skill points cheat this time. It is here now.
Hey Shion! Great work.
Question though: How do I re-enable SP use for combat arts? As well as disabling immortality and items consumed in trades?
Many thanks!
Re: Cross Code v1.0.0-6 cheat-mod
To disable some cheats of this mod you'd have to revert to original game code at certain points. They can be found by searching for "///". Remove modified code, uncomment the original lines and there you go.sanman2006 wrote: ↑Mon Sep 24, 2018 12:20 pmQuestion though: How do I re-enable SP use for combat arts? As well as disabling immortality and items consumed in trades?
I think it is possible to mod the game so those options would be switchable in-game. But I'm not up to this task.
Re: Cross Code V1.0
overheating on attack
file: game.compiled.js
line for search: var b = 50 * (1 + this.W.zg("OVERHEAT_REDUCTION"));
replace 50 by >100 (I entered the 200)
It is not possible to find a value for increasing the focusing speed when shooting (aim?)
p.s. i seems to have found the right value..
I changed the value smoothly, so I did not see any changes at once. when increased by 10 (ek: [9.0, 9.0, 9.0]), the effect is pleased )
managed to turn off the turret (almost all) in the test rooms of the monks and in the ice cave. does anyone need this? how to turn off the timer did not understand ((
file: game.compiled.js
line for search: var b = 50 * (1 + this.W.zg("OVERHEAT_REDUCTION"));
replace 50 by >100 (I entered the 200)
It is not possible to find a value for increasing the focusing speed when shooting (aim?)
p.s. i seems to have found the right value..
i.AIM_SPEED = { element: [0.1, 0.2, 0.3],
ek: [0.1, 0.2, 0.4]
I changed the value smoothly, so I did not see any changes at once. when increased by 10 (ek: [9.0, 9.0, 9.0]), the effect is pleased )
managed to turn off the turret (almost all) in the test rooms of the monks and in the ice cave. does anyone need this? how to turn off the timer did not understand ((
Re: Cross Code V1.0
Easily possible. And not only that. Searching for "1 + this.W.zg(" would give you functions where modifiers are being applied. Aim speed is among them. The thing you found are skills from circuits, so they won't work until unlocked.
Re: Cross Code V1.0
ifan, a non-turret version sounds great. with that the timer shouldn't be an issue i think.
Re: Cross Code V1.0
)) It is easy for someone who has studied and understands something in programming. For ordinary players, it's ... ass. Black, hairy, deep ass. Do you understand Chinese hieroglyph? unlikely. But in every dash there is a meaning. I look at the code and see only letters and numbers, but not functions and commands. Just trying to guess what it all means ... Sometimes it turns out )Easily possible.
Sorry my pocket google for bad english. Perhaps he is not transmitting the meaning correctly
Disabling turrets.
File: assets\data\enemies\cold\turret-monks-invinc.json
Search string: "action": "SingleShot" there must be 2 values
We replace: "action": "GoOff"
Unfortunately, this will disable the turret only in 2 phases of the test. On the last you have to dodge yourself. (( There is apparently a different behavior of turrets and maybe it is spelled in files data\maps\bergen\special\monks-questcave1.json фтв monks-questcave2.json There, too, meet the lines with "SingleShot" But I went for 2 minutes with these settings and did not continue to check. Maybe the guru will be prompted how to do better)
- Attachments
-
- turret-monks-invinc.zip
- v game 1.0.0.6
- (2.51 KiB) Downloaded 194 times
Cross Code v1.0.0-6 (Easy monks trial mod)
ifan, come on, it is easy. As replacing
As for turrents: you have to remove sections where
1
in 1 + this.W.zg("
to 11
so you'd have 1000% boost for stat this line is related to.As for turrents: you have to remove sections where
{ ... SHOOT_PROXY ... }
is mentioned. Turrets will shot blanks after that.
Re: Cross Code V1.0
I do not understand the meaning of the command "proxy" .. I changed all the values in the "monks-questcave*.json" files to "gooff" and all ! the turrets disconnected. In two tests. It remains only to find how to remove the icing in the second test. To be completely comfortable)) But now I'm fighting with riddles in Maroon Valley.. it has come to stay
Re: Cross Code V1.0
@Shion
Can you add inf. consumable item buff duration and no knockback?
Sorry for my bad english.
Can you add inf. consumable item buff duration and no knockback?
Sorry for my bad english.
Re: Cross Code V1.0
Not infinite, but buff duration and knockback resistance can be improved by changing skills. You'd have to search the script for
i.ITEM_BOOST
for buff duration and probably i.STUN_THRESHOLD
for knockback resistance, and change all element
numbers to something bigger, like ifan did. Number of active buffs is limited, so I wouldn't recommend doing it. You will need "Iron stance" and "Item booster" skills to be active for it to work.If you're having problems with monk temple trials, easy-mod.zip above will make them super easy.
Re: Cross Code V1.0
Game updated to 1.007... Is there an easy way to put the cheats back each time they update?....
Who is online
Users browsing this forum: Eudorinha, PrinnyHero