Jump to content

Photo

Master Attribute Editor


  • Please log in to reply
2 replies to this topic

#1
Phwop

Phwop

    Enthusiast

  • Members
  • PipPip
  • 192 posts
I hate posting this without knowing more about the scope of this project but I pose this question:

Could a mod be made that takes a spreadsheet of all Characters, Items, Enemies, etc... attributes and then modifies the game files to match any changes?

It seems like you can hunt down most items and make the changes by hand now but an easier interface would help open the doors for community balance testing.

#2
Sir_Toejam

Sir_Toejam

    Fan

  • Members
  • PipPipPip
  • 264 posts

I hate posting this without knowing more about the scope of this project but I pose this question:

Could a mod be made that takes a spreadsheet of all Characters, Items, Enemies, etc... attributes and then modifies the game files to match any changes?

It seems like you can hunt down most items and make the changes by hand now but an easier interface would help open the doors for community balance testing.


given that I've seen this exact format for game files used by several other games, and those games eventually had a gui modifier produced, it'll happen for this too.

it's not hard really, just a tad time consuming.

what's actually surprising to me is how few lines of modifiable code there actually ARE for this game! most games you can easily get lost scrolling through the thousands of lines of controlling code, but in this one, the primary game controller file is relatively tiny; only a couple hundred lines or so. Mostly due to the tiny number of items carryable by soldiers.

If anything will delay the production of a gui interface for modding the game, it'll be that: the files are already pretty small and easy to scroll through.

#3
Phwop

Phwop

    Enthusiast

  • Members
  • PipPip
  • 192 posts

If anything will delay the production of a gui interface for modding the game, it'll be that: the files are already pretty small and easy to scroll through.


Haha, exactly what I was worried about. I guess I might have to make the time.




Page loaded in: 1.916 seconds