My custom Era works on all maps aside from Mygeeto
Moderator: Moderators
-
- Recruit Womprat Killer
- Posts: 7
- Joined: Fri May 08, 2020 12:16 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
My custom Era works on all maps aside from Mygeeto
Hello, So i thought about editing this question into my previous thread, But i thought it was too much of it's own issue so it deserves a new topic. FtF, Thanks to the RC profile picture guy for helping me out, Traced back and on the 4th time or so realized what i did wrong, So thank you!
Now back to the main topic. So yeah, Basically my custom era crashes the moment the map finishes loading on mygeeto. I just see a flash of the faction select screen and then it's gone. Doesn't happen with any other map, I repeated the process for Mygeeto a couple of times to check if i might have done something differently, But i haven't.
Not sure what the issue could be. Maybe i have a corrupted map file or something?
Thanks in advance
Now back to the main topic. So yeah, Basically my custom era crashes the moment the map finishes loading on mygeeto. I just see a flash of the faction select screen and then it's gone. Doesn't happen with any other map, I repeated the process for Mygeeto a couple of times to check if i might have done something differently, But i haven't.
Not sure what the issue could be. Maybe i have a corrupted map file or something?
Thanks in advance
- Benoz
- Corporal
- Posts: 142
- Joined: Tue May 28, 2013 12:34 pm
- Projects :: Clone Wars Era Mod Version 2
- xbox live or psn: No gamertag set
- Location: Germany
Re: My custom Era works on all maps aside from Mygeeto
Could be a lua problem, but since it's crashing right after loading it seems there's something wrong with the units.
Usually when this happens to me a certain weapon of a unit isn't set up correctly and as soon as the AI tries to spawn and uses that weapon, it crashes.
Could you post your lua file anyway?
Usually when this happens to me a certain weapon of a unit isn't set up correctly and as soon as the AI tries to spawn and uses that weapon, it crashes.
Could you post your lua file anyway?
-
- Recruit Womprat Killer
- Posts: 7
- Joined: Fri May 08, 2020 12:16 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: My custom Era works on all maps aside from Mygeeto
Yeah maybe, Though it's weird since i didn't edit anything about the units.The66Order66 wrote: ↑Thu May 14, 2020 7:33 amCould be a lua problem, but since it's crashing right after loading it seems there's something wrong with the units.
Usually when this happens to me a certain weapon of a unit isn't set up correctly and as soon as the AI tries to spawn and uses that weapon, it crashes.
Could you post your lua file anyway?
You mean the lua file in the common/scripts/xxx right? where the gamemodes are? If so there you go
Hidden/Spoiler:
Last edited by GitFinda on Thu May 14, 2020 10:07 am, edited 2 times in total.
-
- Corporal
- Posts: 151
- Joined: Thu Jan 24, 2019 11:02 pm
- Projects :: No Mod project currently
- xbox live or psn: No gamertag set
Re: My custom Era works on all maps aside from Mygeeto
What does it say in the debug log? Also, have you tested Ki Adi Mundi on anything else? Since he isn't on any other maps except hero assault, he's the first thing I'd look at.
-
- Recruit Womprat Killer
- Posts: 7
- Joined: Fri May 08, 2020 12:16 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: My custom Era works on all maps aside from Mygeeto
I tried removing both him and grevious from the readdatafile and setHeroClass sections but still no luck. Maybe the issue is the map itself?
EDIT: So i've encountered another odd issue which i'm not sure if is an actual issue or not. So i tried redoing everything in a new map but switching the base from myg1c_con to myg1g_con, Just to check if the issue might be the CW era. So i load the map, And once again, I get flashed with a CW selection screen and then i crash to the desktop. Even weirder is that when i check in the common/scripts/myg1a_con folder the units are GCW imperial and rebel sides. I feel like i messed something up pretty bad
Mods pls, It's been like 6 hours
Last edited by GitFinda on Thu May 14, 2020 4:12 pm, edited 5 times in total.
- Benoz
- Corporal
- Posts: 142
- Joined: Tue May 28, 2013 12:34 pm
- Projects :: Clone Wars Era Mod Version 2
- xbox live or psn: No gamertag set
- Location: Germany
Re: My custom Era works on all maps aside from Mygeeto
I second Sporadia's suggestion. If you decide not to edit Ki Adi then just load the vanilla hero
-
- Recruit Womprat Killer
- Posts: 7
- Joined: Fri May 08, 2020 12:16 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: My custom Era works on all maps aside from Mygeeto
So since removing both of the heroes didn't work, I tried replacing them. It also didn't do anything. Btw are you sure mundi isn't on the stock mygeeto? could have sworn he is available in the campaign.The66Order66 wrote: ↑Thu May 14, 2020 1:23 pmI second Sporadia's suggestion. If you decide not to edit Ki Adi then just load the vanilla hero
i also tried uninstalling and reinstalling the modtools to check maybe the MYG file was bad but nothing has changed.
If you guys got anything i could try, No matter how obscure it is, Pleae do let me know. Since i'm really out of ideas
-
- Corporal
- Posts: 151
- Joined: Thu Jan 24, 2019 11:02 pm
- Projects :: No Mod project currently
- xbox live or psn: No gamertag set
Re: My custom Era works on all maps aside from Mygeeto
He is on stock Mygeeto, but the only other thing he appears in is Mos Eisley hero assault. So if he was crashing the game then it could have looked like only Mygeeto was crashing. That's what I meant. Regardless, you've tried it without the heroes now so I guess that's not it. What does it say in the debug log? Also, can I check that the 'dc:' when you're reading the sides is intentional? Have you made changes to all those units? If you're using stock units then there's nothing preventing you from loading them out of the normal SIDE\\rep.lvl or SIDE\\cis.lvl. You only need dc:SIDE\\rep.lvl and dc:SIDE\\cis.lvl to load units which you've modded in some way.
In other words, say you've made changes to rep_inf_ep3_rifleman, and you wanted to add an entirely new unit to the cis side called cis_inf_newguy. But you no longer wanted to use the droideka. The cleanest way to load it all would be like this:
Code: Select all
ReadDataFile("SIDE\\rep.lvl",
"rep_fly_gunship_dome",
-- "rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_jettrooper",
"rep_hover_fightertank",
"rep_hero_kiyadimundi")
ReadDataFile("SIDE\\cis.lvl",
"cis_fly_gunship_dome",
"cis_inf_rifleman",
"cis_inf_rocketeer",
"cis_inf_engineer",
"cis_inf_sniper",
"cis_inf_officer",
-- "cis_inf_droideka",
"cis_hover_aat",
"cis_hero_grievous")
ReadDataFile("dc:SIDE\\rep.lvl",
"rep_inf_ep3_rifleman")
ReadDataFile("dc:SIDE\\cis.lvl",
"cis_inf_newguy")
- Benoz
- Corporal
- Posts: 142
- Joined: Tue May 28, 2013 12:34 pm
- Projects :: Clone Wars Era Mod Version 2
- xbox live or psn: No gamertag set
- Location: Germany
Re: My custom Era works on all maps aside from Mygeeto
I checked the lua again and compared it with a stock myg1c_con.lua and I couldn't find anything that could cause the crash. So it has to be something missing/wrong with the sides. As Sporadia already mentioned (again before me) only load the units from dc: you're sure you edited properly. With properly I mean working msh, odf, req and entry in the side.req.
You say every map works expect Mygeeto so I assume you also got it working on Kashyyyk and Naboo? Did you load the "rep_hover_fightertank" and the "cis_hover_aat" on those maps from the stock side or your custom? And what about the "cis_fly_gunship_dome"? I don't recall if there's any mod customizing that at all, so I'd definitely would load that from stock (although I doubt that's causing the crash).
You say every map works expect Mygeeto so I assume you also got it working on Kashyyyk and Naboo? Did you load the "rep_hover_fightertank" and the "cis_hover_aat" on those maps from the stock side or your custom? And what about the "cis_fly_gunship_dome"? I don't recall if there's any mod customizing that at all, so I'd definitely would load that from stock (although I doubt that's causing the crash).
-
- Recruit Womprat Killer
- Posts: 7
- Joined: Fri May 08, 2020 12:16 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: My custom Era works on all maps aside from Mygeeto
Yeah all of these were alright. Now i managed to sorta fix it by reinstalling the game, looks like the issue really has been something in the core game's files missing or being corrupt oddly enough. suprising considering i can play stock mygeeto just fine.The66Order66 wrote: ↑Fri May 15, 2020 3:08 pmI checked the lua again and compared it with a stock myg1c_con.lua and I couldn't find anything that could cause the crash. So it has to be something missing/wrong with the sides. As Sporadia already mentioned (again before me) only load the units from dc: you're sure you edited properly. With properly I mean working msh, odf, req and entry in the side.req.
You say every map works expect Mygeeto so I assume you also got it working on Kashyyyk and Naboo? Did you load the "rep_hover_fightertank" and the "cis_hover_aat" on those maps from the stock side or your custom? And what about the "cis_fly_gunship_dome"? I don't recall if there's any mod customizing that at all, so I'd definitely would load that from stock (although I doubt that's causing the crash).
Thanks for your and sporadia's help though, I really do appreciate it