This is my previous mod from dbc14 and dbc17 now updated for Ashes Cricket.
http://s000.tinyupload.com/index.php?file_id=30239246115291181221
There is only the Lua console right now, but maybe with it there can be some tweaks for
human/ai edges. If it's possible i will post here some examples.
USAGE:
open the game and the mod, click "start", type your code and click "execute".
Here is a code for a test, it will disable all the HUDS of the game (and a couple of other things,
that will have some glitch, probably it can be fixed):
function _G._CLASSES.Universe.getHudRenderEnabled(mytable)
return false
end
Change "return false" to "return true" if you want to restore the original code. If you want
other examples check the dbc17 thread. It's Christmas so i am busy with my family, but i'll try
to post some other things. Cheers.
http://s000.tinyupload.com/index.php?file_id=30239246115291181221
There is only the Lua console right now, but maybe with it there can be some tweaks for
human/ai edges. If it's possible i will post here some examples.
USAGE:
open the game and the mod, click "start", type your code and click "execute".
Here is a code for a test, it will disable all the HUDS of the game (and a couple of other things,
that will have some glitch, probably it can be fixed):
function _G._CLASSES.Universe.getHudRenderEnabled(mytable)
return false
end
Change "return false" to "return true" if you want to restore the original code. If you want
other examples check the dbc17 thread. It's Christmas so i am busy with my family, but i'll try
to post some other things. Cheers.