Abbey Games has a new community and forums! Come on over to https://community.abbeygames.com and don't forget to mention your old username! The old forums will remain available, but read-only.
Modding
-
- Posts:5
- Joined:Sat Jun 01, 2013 12:44 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
I was merely curious if anyone has done, or has thought of doing, any mods for Reus?
-
- Posts:26
- Joined:Wed Mar 13, 2013 7:03 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Modding
I wanna see a 4 player mod where all the giants run around the planet trying to kill each other and all 4 have special weapons.
-
- Posts:32
- Joined:Mon May 20, 2013 11:18 pm [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Modding
I'm thinking about making a program to edit the xnb files which contain most of the game settings (except the world size, that's hardcoded unfortunately).Feneris wrote:I was merely curious if anyone has done, or has thought of doing, any mods for Reus?
That doesn't require altering the code/dlls (which the devs are understandably not too happy about) and is probably also a lot easier to get working. So you can't change the mechanics, but you can change the numbers.
The downside is that the program will be completely useless when the XNA to MonoGame transition happens (or when the devs decide to start using "normal" XML earlier - hint, hint), but I can live with that!