Map Editing
Map Editing
If you have questions about map editing shoot them in here so the map topics don't get over-run with them. Try and keep the map topics for feedback and comments on the specific map. Also be easier for some of us map modders to answer questions here.
First thing is to understand the XML files and how they work. Way I learned was copied MUltiplayer 8 to the desktop renamed it multiplayer 09 then edited the scenerio xml to a different name so I could tell the difference in the map selection screen.
And slowly tweaked some files to see what things would do. Read over alot of code for it to see how firaxis coded things.
To do the maps you will need to know a little bit about Paint Shop Pro or Photoshop as they have alot of tools in them to make the map editing easier.
But even still when you get a map image and put it into the game map, when you got game all the hills will be way wacky and boxy, this is where using the options of a half decent art program comes into play. I use Paint Shop cause I don't have the money to slap onto photoshop.
The best way to learn though is trial and error like I did. See what does what and make small steps, if you change something save it up and goto the game and see what it did. If you take big steps and the map doesn't load or looks whacked you won't know exactly what you did to screw it up.
And by using a copy of another map you don't have to worry about re-installing if you break something.
And slowly tweaked some files to see what things would do. Read over alot of code for it to see how firaxis coded things.
To do the maps you will need to know a little bit about Paint Shop Pro or Photoshop as they have alot of tools in them to make the map editing easier.
But even still when you get a map image and put it into the game map, when you got game all the hills will be way wacky and boxy, this is where using the options of a half decent art program comes into play. I use Paint Shop cause I don't have the money to slap onto photoshop.
The best way to learn though is trial and error like I did. See what does what and make small steps, if you change something save it up and goto the game and see what it did. If you take big steps and the map doesn't load or looks whacked you won't know exactly what you did to screw it up.
And by using a copy of another map you don't have to worry about re-installing if you break something.
When you say "learn XML" I think you are confusing yourself. Xml is nothing more than a structured data format, like a CSV (comma separated value) file. Xml is simply a text file that is structured is such a way that it is hierarchical, easily parsed, and self descriptive. Check out this article for a good Xml Tutorial.snoopy55 wrote:What is the best 'no cost' way to learn XML?
Now if you already know what Xml is but want to learn how to use it, that'll depend on what language and libraries you are using. In the .Net world Xml is really easy to work with. You simply create a new XmlDocument object and Load your Xml file into it. This creates an in-memory representation of the xml that you can then play with. Given how pervasive Xml has become most other languages have similar classes (Java and C++ definitely do) that handle the parsing of a Xml file.
Getting started should be as easy as searching for: <lang> Xml Tutorial
Hope that helps,
Wes[/quote]
- VirginiaAndTruckee
- Posts: 39
- Joined: Wed Jun 15, 2011 12:52 am
- Location: Incline Village, NV
Re: Map Editing
Check out the detailed explanation here
http://smrsimple.com/wiki/index.php?tit ... ustom_maps
http://smrsimple.com/wiki/index.php?tit ... ustom_maps
- VirginiaAndTruckee
- Posts: 39
- Joined: Wed Jun 15, 2011 12:52 am
- Location: Incline Village, NV
Re: Map Editing
Interesting.karsten wrote:Check out the detailed explanation here
http://smrsimple.com/wiki/index.php?tit ... ustom_maps
I actually found this out and forgot I'd posted here, never got 'round to answering because I've been playing around with Trainz. It's a nice game, but SMR's rolling stock is far better in my opinion.
Re: Map Editing
Just something to bring this thread up to a new time stamp.
Tried the AC&W map today and that is most involved and beyond my ability without setting up an Excel worksheet to print and have by my side. hat would be more than I could do too however. Very involved and might explain why so many have really enjoyed this map.
Now, looking into the following site that Kasten, suggested:
http://smrsimple.com/wiki/index.php?tit ... ustom_maps
I am disenchanted knowing this would be far beyond my ability and sorry to say that. It looks such fun to make something like these maps are today. Being a hobbyist and done some model trains stuff, in HO, years past, carved gun stocks and made black powder rifles, and many other hobby stuff, this started to look like something I would enjoy. But, it is just to evolved for my, what looks like, dwindling brain cells.
I understand these maps must take considerable time, maybe months. My hobby's, mentioned above, took months and, HO years, so might be a trade off in that regards. Just getting into the 3rd quarter of years might be a factor when I look at time anymore.
Do want to say, thanks, again, to all of you who are able to provide these terrific maps for our enjoyment.
Larry, of to attempt another!
Tried the AC&W map today and that is most involved and beyond my ability without setting up an Excel worksheet to print and have by my side. hat would be more than I could do too however. Very involved and might explain why so many have really enjoyed this map.
Now, looking into the following site that Kasten, suggested:
http://smrsimple.com/wiki/index.php?tit ... ustom_maps
I am disenchanted knowing this would be far beyond my ability and sorry to say that. It looks such fun to make something like these maps are today. Being a hobbyist and done some model trains stuff, in HO, years past, carved gun stocks and made black powder rifles, and many other hobby stuff, this started to look like something I would enjoy. But, it is just to evolved for my, what looks like, dwindling brain cells.
I understand these maps must take considerable time, maybe months. My hobby's, mentioned above, took months and, HO years, so might be a trade off in that regards. Just getting into the 3rd quarter of years might be a factor when I look at time anymore.
Do want to say, thanks, again, to all of you who are able to provide these terrific maps for our enjoyment.
Larry, of to attempt another!