No. I guess it isn’t that. All I added was the cheatmod and the modapi-master folder.
You can always try it first.
There might be some incompatibility with the Expansion Pack Mod and the Cheatmod for some reason.
I have tried it. The expansion just doesn’t work. Strange, it worked before I put that other stuff on. I’ll take the cheatmod off then.
Nope, doesn’t work at all now. Not sure what the hell is going on.
DId you download the newest version of the Expansion Pack and put that in or did you put the ‘‘infected’’ one back in. Try downloading it again with no other mods in the map and try if it works then. If yes, don’t put the cheatmod back in.
Okay, did what you said. It doesn’t work. I’m a bit confused as to why.
I did it thrice and it’s still not working. It’s showing up in the ‘mod’ menu and I can click it. But then when I start a new game, the list of topics is so much shorter than before (that’s how I’m telling that it isn’t working).
Play for a little bit (4/5 years) and see if the Grapintosh comes out. If it doesn’t, you’re definitely sure it isn’t working.
Played through till just after year 5. No Grapintosh.
Cheatmod works great with expansion pack.
You guys have a bug in your latest version:
your package.json is missing a comma behind “main” : “./ExpansionPack”
{
“id” : “MasExpPack”,
“name” : “Massive Expansion Pack”,
“version” : “0.2.0”,
“author”:“DzjengisKhan”,
“url”:“https://github.com/DzjengisKhan/GDT-Expansion-Pack”,
“description” : “The official Massive Expansion Pack Mod made by DzjengisKhan.”,
“main” : “./ExpansionPack”
“dependencies” : {
“gdt-modAPI”:“0.1.x”
}
}
Btw nice to have fellow dutch people here
@Lshadows don’t get expansion pack mod from github thats not the latest version, thats why it isn’t working for you!
You need to get it at http://gamedevmods.com/index.php?action=downloads;sa=view;down=3
it has a small bug in it but i’m sure @DzjengisKhan or @LineLiar will fix it asap.
I downloaded the new one but it keeps saying “could not parse json” or something. Everything else is working but the expansion.
@Lshadows
yeah they have a little bug in their package.json
to fix it you have to go to the mods directory open ExpansionPack/package.json and replace what is there with this:
{
"id" : "MasExpPack",
"name" : "Massive Expansion Pack",
"version" : "0.2.0",
"author":"DzjengisKhan",
"url":"https://github.com/DzjengisKhan/GDT-Expansion-Pack",
"description" : "The official Massive Expansion Pack Mod made by DzjengisKhan.",
"main" : "./ExpansionPack",
"dependencies" : {
"gdt-modAPI":"0.1.x"
}
}
Kristof
I tried it on the one I could open. Still doesn’t work. Still comes up with the same message when I open the game. It isn’t even showing up on the mod menu now.
UPDATE: I changed the other file and I thought it worked! But no, the topics are still the vanilla ones and it’s still not working. I can select it in the mod menu now but yeah, no grapintosh, no new topics. It comes up with another message saying “Uncaught error”
Hey everyone, I was aware of the problem with the package.json, and i fixed it for myself. But I wanted to see if @LineLiar was able to fix it for everyone since he’s the new leader. Guess he isn’t fully ready to take over the complete leadership.I’ve updated the files on GitHub, everything should be fixed now ^^
Topics still aren’t showing up. Maybe I’ve just messed it up somehow. Gonna uninstall it, reinstall and try again.
Hmm very weird, i have both my expansion pack as well as the cheatmod active and i still get all the extra topics… Maybe you can send me a copy of your ./mods folder so i can take a closer look
Don’t worry, it works now! Not sure what I changed apart from doing a clean install. But yeah, it works. Thank you guys so much for your help. Really enjoying this mod, don’t wanna play GDT without it!
Great!! Glad to hear you like the mod ^^