Cross Code V1.0
Re: Cross Code V1.0
Sorry about the delay, only got the DLC today.
Updated the Cheat file, basically did a copy paste and made adjustments so the file would run, don't have time to check each cheat or the menu, please tell me if anything doesn't work.
Time to go play the DLC myself
Updated the Cheat file, basically did a copy paste and made adjustments so the file would run, don't have time to check each cheat or the menu, please tell me if anything doesn't work.
Time to go play the DLC myself
- Attachments
-
- CrossCode V1.4.0-3 All-In-One + Menu.7z
- Password: CrossCode
- (749.1 KiB) Downloaded 145 times
Re: Cross Code V1.0
Well one thing that doesn't work is that there are new items in the arena to buy and the "Do Not Remove Arena Coins" doesn't seem to effect them. There is a chance that anything effecting new items, such as "Do Not Remove Items On Trade" may not work too. Haven't had the ability to test that one yet though.
Re: Cross Code V1.0
Sorry about that, upon investigation it appears that the file was ether not fully updated or commented properly so I've grabbed a file a few versions older so I would have all of the cheats in there, so everything should be working now, I have also updated the Arena Always Platinum to include PVP matches since they are new, as always, if you have any problems please ask me.PurpsJL wrote: ↑Wed Mar 03, 2021 3:36 pmWell one thing that doesn't work is that there are new items in the arena to buy and the "Do Not Remove Arena Coins" doesn't seem to effect them. There is a chance that anything effecting new items, such as "Do Not Remove Items On Trade" may not work too. Haven't had the ability to test that one yet though.
P.s. VS Code made it so much easier to do this, I just have to compare both files and look for the missing cheats in the new file
NOTE: When I zip up the file it's triggering my antivirus however this appears to be a false positive, a VirusTotal page has been linked for those who wish to double check
[Link]
- Attachments
-
- CrossCode V1.4.0-3 All-In-One + Menu V2.7z
- Password: CrossCode
- (749.23 KiB) Downloaded 146 times
Re: Cross Code V1.0
Golden Beetle and autumn leafes dont drop if the cheat for plant drop is active
-
- Noobzor
- Posts: 10
- Joined: Sun Feb 04, 2018 12:01 pm
- Reputation: 0
Re: Cross Code V1.0
Can you Update this for 1.4.0-5 because the game crashes when you load a save with this game compiled
Re: Cross Code V1.0
My copy on steam is still on 1.4.0-3 but I will once it updates.Dat Frame Rate wrote: ↑Thu Mar 04, 2021 9:35 pmCan you Update this for 1.4.0-5 because the game crashes when you load a save with this game compiled
I'm looking into that now, quick question, by Golden Beetles do you mean the reward from the Trials of the Golden Bugs quest? if so than I would need a save file from just before that quest to test it.
Re: Cross Code V1.0
Updated cheat file to V1.4.0-4, also I believe that I have fixed the issue with the plant drop cheat, if someone can please test it and get back to me about it.
- Attachments
-
- CrossCode V1.4.0-4 All-In-One + Menu.zip
- Password: CrossCode
- (903.94 KiB) Downloaded 101 times
Re: Cross Code V1.0
welp it work for me on the dlc but for the leaf and the beatlle it still bug and dont drop
update : the bug is extended to all plant but the bug seam to bee that the plant onnly drop the last item on the plant list so the white item are juste skip i did a test on the tree in bergen trail the alpha drop juste the bronze loot and the beta drop only the siver loot
ps : i am french so sorry for my bad english and i dont code so i can juste help with obvious thing like that sorry
update : the bug is extended to all plant but the bug seam to bee that the plant onnly drop the last item on the plant list so the white item are juste skip i did a test on the tree in bergen trail the alpha drop juste the bronze loot and the beta drop only the siver loot
ps : i am french so sorry for my bad english and i dont code so i can juste help with obvious thing like that sorry
-
- What is cheating?
- Posts: 1
- Joined: Sat Mar 06, 2021 5:46 pm
- Reputation: 0
Re: Cross Code V1.0
the problem seems to be an extra exit condition for the drop loop, assigning to the variable b a high enough value seems to fix the issue, so this should work properly
Code: Select all
if (plantdropcheat) {
/// 100% drop rate from plants, skip probability checking
a = 0;
b = 10;
}
Re: Cross Code V1.0
IT WORK THANKS YOUkairararara wrote: ↑Sat Mar 06, 2021 6:00 pmthe problem seems to be an extra exit condition for the drop loop, assigning to the variable b a high enough value seems to fix the issue, so this should work properlyCode: Select all
if (plantdropcheat) { /// 100% drop rate from plants, skip probability checking a = 0; b = 10; }
Re: Cross Code V1.0
My apologies but my copy of CrossCode is still on 1.4.0-4, I would like to ask what platform or service your playing CrossCode on?
Your English is fine and thank you for pointing that out for me, I wouldn't have discovered the plant drop bug for a few days if at all.AWoulf wrote: ↑Sat Mar 06, 2021 3:56 pmwelp it work for me on the dlc but for the leaf and the beatlle it still bug and dont drop
update : the bug is extended to all plant but the bug seam to bee that the plant onnly drop the last item on the plant list so the white item are juste skip i did a test on the tree in bergen trail the alpha drop juste the bronze loot and the beta drop only the siver loot
ps : i am french so sorry for my bad english and i dont code so i can juste help with obvious thing like that sorry
Thank you for that, I'm still new to properly coding JavaScript and not just copy and pasting code, I've added this to the file, if you know a decent amount about JavaScript would you mind reviewing the file and see if you can find any other problems.kairararara wrote: ↑Sat Mar 06, 2021 6:00 pmthe problem seems to be an extra exit condition for the drop loop, assigning to the variable b a high enough value seems to fix the issue, so this should work properlyCode: Select all
if (plantdropcheat) { /// 100% drop rate from plants, skip probability checking a = 0; b = 10; }
- Attachments
-
- CrossCode V1.4.0-4 All-In-One + Menu V2.zip
- Password: CrossCode
- (903.94 KiB) Downloaded 115 times
Re: Cross Code V1.0
Seems this last one wont let me boot up any save i have on the DLC. just crashes at load.
Re: Cross Code V1.0
What game version are you playing?
What platform are you using?
Dose the cheat file work with older saves and saves from before the DLC?
Dose previous versions of the cheat file work?
Dose it give you an error window when you try to load the save?
Can you please provide me with a copy of your save for testing?
(Pressing F10 will bring up a save import/export window, NOTE: it exports the newest save made, including autosaves)
Re: Cross Code V1.0
Thanks for the reply.
What game version are you playing? - 1.4.0.5
What platform are you using? - Windows 10
Dose the cheat file work with older saves and saves from before the DLC? It works for new games and also new game plus. Just won't load post game.
Dose previous versions of the cheat file work? Previous version was working until DLC. I downloaded the new one and it was working, then when you get to the raid mission of the game it crashes and now won't boot back up.
Dose it give you an error window when you try to load the save? Sure, i attached it in rar file.
Can you please provide me with a copy of your save for testing? I attached a rar file. pass is CrossCode.
What game version are you playing? - 1.4.0.5
What platform are you using? - Windows 10
Dose the cheat file work with older saves and saves from before the DLC? It works for new games and also new game plus. Just won't load post game.
Dose previous versions of the cheat file work? Previous version was working until DLC. I downloaded the new one and it was working, then when you get to the raid mission of the game it crashes and now won't boot back up.
Dose it give you an error window when you try to load the save? Sure, i attached it in rar file.
Can you please provide me with a copy of your save for testing? I attached a rar file. pass is CrossCode.
- Attachments
-
- Crosscode Saves.rar
- (1.29 MiB) Downloaded 100 times
Who is online
Users browsing this forum: EkinOng, Emraell, SquatchBait, Teusalem, TrueTexan21, WeeGhostie