- Mar 20, 2019
- 110
- 93
Its not abandoned, the mod that is current in development simply cannot be linked to this site for reasons.I hope there won't be a abandoned tag one day D:
I didn't understand though.Its not abandoned, the mod that is current in development simply cannot be linked to this site for reasons.
1. the main game is abandonedI didn't understand though.
Is game under development or just some people that took place in game development making mods ?
Conditions: use TWO equal signs.My problem is, how can i make this work as activation condition ?
(slave) => slave.buttTat = "Paternalist"
I putted two equality (at boolean) and double checked the tattoo but no useConditions: use TWO equal signs.
ONE sign is for setting/changing the value of a variable.
I know the documentation says otherwise, but "paternalist" is lowercase in the latest pregmod release. Assuming this is what you're playing.I putted two equality (at boolean) and double checked the tattoo but no use
Sorry didn't quite understand. If you are saying P need to be p then it didn't workI know the documentation says otherwise, but "paternalist" is lowercase in the latest pregmod release. Assuming this is what you're playing.
If it doesn't work, post a screenshot of your rule.
c=>((slave) => (slave.buttTat == "paternalist"))(c.slave)
I just trying some stuff .dBtw, I set the rule Mode to Boolean. I don't know if it matters, I don't remember what happens in String mode.
Understood i will try to handle the rest thanks for the helpSorry, I don't play the game on Windows, I don't know exactly how to reinstall it. If you have git, you update the repository and launch one of the .bat files (either compile.bat or simple-compiler.bat) to build the game.
Anyway, if you visit the pregmod page on gitgud, there is a link pointing to the Latest Build. You just extract it and play it. You need extra steps only if you want to play the game with either the AI or the WebGL art.
tabs.push(arcologyTab());
either in FC_pregmod.html or in src\js\slaveListing.js (line 997). //tabs.push(arcologyTab());
Have you mentioned this in the gitgud page yet?If you play the game on a potato, and you own several slaves, you may find the latest releases slow. Because of new tab "Arcology", every time you return to the main page, the game loads in background the full list of your slaves.
To speed up the game, you can get rid of the new tab by inserting two slashes before the linetabs.push(arcologyTab());
either in FC_pregmod.html or in src\js\slaveListing.js (line 997).
Maybe, in the next future, the tab will become optional. I don't think it is right now, I didn't find anything in the settings.JavaScript://tabs.push(arcologyTab());
No, because I feared it was a "me problem". Or anyway, an issue for those few devices that can't even handle the WebGL art.Have you mentioned this in the gitgud page yet?
I see. I'm stuck using the 2D artpacks because my laptop is an old potato.No, because I feared it was a "me problem". Or anyway, an issue for those few devices that can't even handle the WebGL art.