Logo Platform
logo amplifiers simplified

List of Commands and Modifiers/Paths?

Reply
Copied to clipboard!
7 years ago
Nov 18, 2017, 10:52:35 PM

As the title says, is there a way of finding every available one without going through the files and looking for examples?


The only commands i've found are: TransferResources, UnlockBattleAction, CreateFleet, UnlockTechnology, SetHomeSystemManpowerPercentage, SetFleetsManpowerPercentage, CreateHomeSystemImprovement, UnlockPlay, UnlockShipDesign, RecruitHero, AddMinorPopulation, SetHomePlanetDepletion


I've been trying to find a way to add various additional "objects" to the game, such as an additional planets in a system, new sources of luxuries etc.


Thanks!

Updated 7 years ago.
0Send private message
7 years ago
Nov 19, 2017, 11:16:03 AM

That looks like most (if not all) of them.

I remember that they are listed inside one of the assemblies (.dll files) but I don't currently have the needed software installed to look for it.

0Send private message
7 years ago
Nov 19, 2017, 9:02:56 PM

Thank you, yeah i think it's reasonable to assume it's atleast close to all of them considering it's all that are used by xml files. :[


Do you know if it's even possible to create and change major factions? or specifically FactionAffinity type entries, I've been strugling with this for hours and now i'm left shooting in the dark trying to get it to work, every attempt i've seen on the forum to do this seems to have failed as well.

Updated 7 years ago.
0Send private message
0Send private message
7 years ago
Nov 30, 2017, 2:01:31 AM

I found the list of commands by browsing the assembly like CyRob said. I dont know if this is a complete list but theres a good chance it is.

  • TransferResources
  • CreateSenator
  • UnlockPolitics
  • SetInitialPoliticsSupport
  • SetGovernment
  • AddHomeSystemRepresentatives
  • CreateHomeSystemImprovement
  • CreateFleet_HomeSystem
  • CreateFleet
  • CreateMotherships
  • StartTemporaryEffect
  • UnlockTechnology
  • UnlockLaw
  • ActivateLaw
  • UnlockShipDesign
  • UnlockBattleAction
  • RecruitHero
  • SetHomePlanetDepletion
  • SetHomeSystemManpowerPercentage
  • SetFleetsManpowerPercentage
  • UnlockPlay
  • AddMinorPopulation
  • RevealNeighbours
0Send private message
7 years ago
Dec 5, 2017, 9:36:44 PM

Not sure if this is what you mean, but ~line 1050 in QuestDefinitions[Cravers].xml, I see a bunch of what I assume are commands.


For example:


Action_SpawnPopulation

Action_SpawnCuriousity


There are others, like Action_TransferResources (which I assume is the same as what you already listed at the top)


Is that what you were talking about?



0Send private message
?

Click here to login

Reply
Comment