I was given some files and have been tinkering with new road junctions & such. I am using the temp editor so far seems to be working.
Question 1: Can I increase the size of the existing tem? Say its 5 X 3 and I want 5 X 5. I have been trying but can't seem to edit the old ones to make the surface bigger. When I insert a new tile and save it it disappers.
Quetion 2 : What name do I give them? EX: say there are 5proad do I just make it proad6?
Question 3: Where do I place these files? I am thinking that if it is a ubn file it has to with other ubn, but not sure of exact location.
Poland's Revenge......... a CAJE production...........release date 1/1/2011
1. I believe so, but I was never able to make it work. DJBREIT did more advanced work on this. Cutting a larger tile down to the size you want might be more effective.
2. Probably whatever you want(meaning I haven't tested outside the recommendation that follows), though I recommend keeping to an 8.3 format with the last two characters being a number between 01 and 99 for the way the system handles the number of tiles in a set. You also have to create entries in the relevant theatre.ini files. The extension dictates what theatre the tile belongs to.
3. Somewhere in the RA2 directory, in an ecache*.mix or an expand(md)##.mix.
2 : You can't simply name the new roads proad6+ and expect it to show up. You'll have to increase the number of tiles in for example, temperat.ini, but doing so will break all existing maps!
Instead create a new set in temperat.ini with any new filename: proadb01 etc...
No,a hex editor lets you edit a file at the hex decimal level. Basically its a byte editor with each byte being represented by 2 numbers in a base16 format so it goes from 0-F. The normal number system you are used to, 0-9 is decimal or base10. Same way that PD will make byte level changes to the executable after determining what changes to make using a disassembler. If you can understand a file format, a hex editor can allow you to do all kinds of things to it.
Anyone can use a hex editor with ease, but you would only know what to change if you knew what to look for. Non-androids are not capable of reading and interpreting hex code.