I am a bit bored and want to start coding something again. You guys can choose what I’ll do.
A game based on the original ‘Almasy Tactics’.
A ‘turn-based’ strategy game, in which instead of playing yourself,
you program the strategy for each individual ‘fighter’ in your group.
and in which you play against other people or enemies or such.
(example for ‘program’ the strategy, ‘if player.health == 1 then priority = 100’, something like that.)
Mod seperation tool.
You choose a file, and choose which things you want or not (topics, events, researches)
It then runs it through a fake GDT, and rewrites the mod with only the things you chose.
I have a base for both of them. I just don’t know which one to continue upon.
so, mod seperation tool it is then.
I’ll continue working on it… Here is a picture of what I currently have :i
I only have to finish writing the code to seperate mods in to various parts.
Only problems will be researches and triggered events, as I need to look how I can get booleans out of the code t.t
I know. I have it laying around here somewhere. But Javascript.NET is kind of mean about getting it, so I am going to try to use the alternative by Microsoft themselves.
I know how good Javascript.NET is, but some things are still missing because it is abandoned (I think it is, it wasn’t updated as of 2012 and is in alpha.)
well, the problem is, i can’t correctly filter some stuff because they might have used another js file or stuff included with it…
which will end up erroring my code ;(