which games do faction change ingame?
Posted: 01 Oct 2013, 11:08
I want to correctly show the actually played faction on the replay site. Which games except BA & TA allow/do faction change ingame?
Open Source Realtime Strategy Game Engine
https://springrts.licho.eu/phpbb/
Code: Select all
ModOptions.commander == 'choose'Code: Select all
autoupgrade = "arm_commander",
halfupgrade = "arm_u2commander",
fullupgrade = "arm_u4commander",
noupgrade = "arm_u0commander",
comshooter = "armcom",
decoystart = "arm_decoy_commander",
capturethebase = "arm_base",
nincom = "arm_nincommander",
plain = "arm_scommander",Code: Select all
startUnit = GetTeamRulesParam(TeamID, 'startUnit')
No, I just want to display the faction that was actually played on the replay website, and parsing the demofile I can catch those lua messages.Jools wrote:Oh, so you're making a widget or gadget that listen to those codes.
There's KP, but it's a secret >_>dansan wrote:I want to correctly show the actually played faction on the replay site. Which games except BA & TA allow/do faction change ingame?