Just a few days ago, I came in all cheery and announced that it was easier to do adjustments on Freeciv through Linux than it was with Civ2 under Windows.
Well, sort of, to a point.
Unfortunately, Civ2 programming just said something like “grab Nation #1 and look at its name and put it in.”
So if the cheery editor, hacker, or whatever, had changed the data for Nation #1 from “Romans” to “Spongebob Squarepants”, that's all it took.
Unfortunately, changing the data in “persians ruleset” in Freeciv into “Charelie's Angels” screws things up because the game looks for “persian.ruleset,” and, whether or not one is trying to use that set, declares that city's missing and shuts down.
Now, I know next to nothing about programming. I could, however, alter a line or two in data, that sort of thing, possibly alter lines to have the program looking only for things that were there.
Is the matter as simple as that? Call up0 something in kedit, change it, stick it back in, and away I go? If it is, just what changes would I need to make to substitute presently existing rulesets for ones of my own?
If all this data is available somewhere else, in terminology a non-techie could handle, where would I find it?
Thanks,
Jim
Well, sort of, to a point.
Unfortunately, Civ2 programming just said something like “grab Nation #1 and look at its name and put it in.”
So if the cheery editor, hacker, or whatever, had changed the data for Nation #1 from “Romans” to “Spongebob Squarepants”, that's all it took.
Unfortunately, changing the data in “persians ruleset” in Freeciv into “Charelie's Angels” screws things up because the game looks for “persian.ruleset,” and, whether or not one is trying to use that set, declares that city's missing and shuts down.
Now, I know next to nothing about programming. I could, however, alter a line or two in data, that sort of thing, possibly alter lines to have the program looking only for things that were there.
Is the matter as simple as that? Call up0 something in kedit, change it, stick it back in, and away I go? If it is, just what changes would I need to make to substitute presently existing rulesets for ones of my own?
If all this data is available somewhere else, in terminology a non-techie could handle, where would I find it?
Thanks,
Jim
Comment