Home » MODDING HQ 1.13 » v1.13 Modding, Customising, Editing » v1.13 Modding, Customising, Editing » 1.13 Tileset editing
|
Re: 1.13 Tileset editing [message #358900 is a reply to message #358896]
|
Thu, 30 January 2020 11:09
|
|
Kitty |
|
Messages:473
Registered:October 2017 Location: Germany |
|
|
I can't tell much about the technical stuff involved, but while trying to create an expanded AR for recent builds I did as follows and that kinda worked.
Quote:Is the unstable build still using data from the JA2set.dat as base? (As in the Vanilla folder BINARY DATA)
It is still used, I created new tilesets and put them into JA2set.dat at BinaryData-Folder of Data-AR (in my case).
The new tileset is fully useable in mapEditor this way.
However,
Quote:I take it the latest tilesset data is using the JA2set.dat.xml (Which is in 'Data-1.13' parent folder)
some of the new features, like ASD-Helicopter need the JA2set.dat.xml (see description in feature-thread and mod_settings.ini).
So I ended up using both. Meaning I did all the map-working stuff with JA2set.dat in BinaryData and then filled in the used tiles in JA2set.dat.xml.
This seems to be working sofar. Before I realized that newer features needed this I did with JA2set.dat only and haven't even realized it before I stumbled
across the mod_settings description. A test then showed that it (ASD-Helicopter) won't work without the xml.
Quote:So just to clarify does the unstable use both these files? Or is the old JA2set.dat just obsolete/legacy?
Based on this experience I'd say that both are used. This statement is based on experience alone, I don't know the theory behind it.
That's also based on the ini-setting if xml is used or not. So newer features most likely require this ini-setting to be true.
Probably with setting true, the xml replaces the dat, but to verify this somebody with code knowledge is needed.
Quote:Also looking at the tileset folders in Data (Vanilla), Data-1.13 and Data-UB all contain the extended tilesets from Unfinished Business (tilesets 50-59)
Is there any reason these tiles are duplicated in all three folders? Especially that Vanilla data folder?
Don't know either.
Quote:I also see there are further empty tileset slots up to #69 in the externalised JA2set.dat.xml so I take it these slots can be used for new, unique tilesets?
Can further tilesets be added past #69?
Somewhere I read that up to 200 tilests can be used, sadly I can't find it anymore. In AIMAS 100 tilests are used, but that may be a special case, don't know.
For expanded AR I'm currently up to slot 71 and it seems to work. But since it's w.i.p. better take in others knowledge as well.
Quote:If a new tileset is created specifically for this new mod, where can I save that data? Do I overwrite the JA2set.dat.xml in the 'Data-1.13' parent folder? Or can it be stored elsewhere, like when Vengeance used it's own Data-Maps-Tiles folder?
I put all data into Data-AR folder which should be the highest priority in vfs for AR and this seems to be working.
Hope this is somehow helpful, but like I said only based on my sole experience. If there are people with more knowledge about this, I'll be curious to hear more myself.
Btw, it sounds realy exiting that you plan to do a new 1.13 mod. Looking forward for it.
[Updated on: Thu, 30 January 2020 14:54]
How to get: latest 1.13, 7609 and more | 7609 SCI (eng) | Compiling+SVN
I need more details. (Didi Hallervorden) Report message to a moderator
|
|
|
|
|
|
Re: 1.13 Tileset editing [message #358906 is a reply to message #358904]
|
Fri, 31 January 2020 17:10
|
|
Kitty |
|
Messages:473
Registered:October 2017 Location: Germany |
|
|
Quote:As in switching a map's tileset from Vanilla to UB?
I haven't tried it this way. But maybe I misunderstood, you are going to switch Vanilla to UB or UB to Vanilla?
Quote:I recall eons ago the extended tilesets required every tile including anything from the GENERIC 1 tileset that wasn't overwritten
My assumption is, that the game first reads the tileset.slf specified in "Libaries" in vfs-config.ini, then the ones specified in "DataPaths" in vfs-config.ini.
Where the Tileset-Folders in the DataPaths-Folders overwrite each other in order given in vfs-config.
In standard 1.13 the Path for Data-UB is not included in this DataPaths, if you look into vfs-config for UB-113 the UB and UB-113-Folders are included (but Data-UB-113 doesn't contain any tilesets)
and Data-UB-Folder (which contains the complete UB-tilesets) has the highest priority, if I'm not mistaken.
The 50+ Tilests in Data-113 are not the complete UB-tilesets and I honestly have no idea why they are even included in Data113\tilesets since no vanilla-map is using those tilesets
and when UB is played the tilesets are used from Data-UB\tilesets.
Since Folder 50 in Data-113\tilesets is incomplete, it will miss the stuff you mentioned and maybe even more. The sti-files you mentioned are normally included in Generic 1, I extracted the Data\tilesets.slf and they are in Folder 0. They are also included in Data-UB\tilests\50 (allready extracted). But since vanilla-113 doesn't call for Data-UB in vfs-config, files will be missing.
Folder 50 (Mountain Snow) also seems to be the default tileset for Folders 51-59 at least. From 60 on map-editor is spelling Genric 1 as default again. But I haven't paid much attention to this,
so better take this as a little vague. It's more a faint memory and quick peak into map-editor then solid testing.
For the missing sti-files you might can change vfs-config of your mod to include the UB-tilesets this way, but that may also overwrite stuff it shouldn't or create a new folder with complete UB-tilesets
and include it in vfs-config. Or copy stuff from Data-UB\tilests into Data\yourMod\tilesets. Given your experience you might know better then me how to implement stuff, but that's what I would try to do.
As far as I know, all the vfs-related stuff is the same for stable and unstable versions, should be just like you know from VR.
In my case, I just left all the UB-stuff untouched (I recall to have read you did the same for VR, that's why I decided not to mess with those ). I simply started adding new tilests from Folder 60 onwards and when I felt like I need snow, generators or sewers I just put the according files from UB into my new tilesets. Sofar I haven't experience any crashs are odd stuff with tilesets 60+.
If dealing with basements, keep initunderground.lua and undergroundsectornames.lua in mind. Those can also cause some issues, took my a while to fix AR-secret sectors/passages which are partly underground (besides the map-editor work).
I don't know if this realy comparable, but in AIMAS-bigmaps there are 100 tilests used and the Folders 50-59 are also completly replaced. But tilesets for bigmaps might be special case.
When I finally give the plain update for AR a go, I will return to the more expanded version of the AR-update, then I will be deeper in the matter of extra added tilesets again and will keep this in mind.
Besides proving my tendencies for rambling, I hope to also have provided some helpful information.
[Updated on: Fri, 31 January 2020 18:50]
How to get: latest 1.13, 7609 and more | 7609 SCI (eng) | Compiling+SVN
I need more details. (Didi Hallervorden) Report message to a moderator
|
|
|
|
Re: 1.13 Tileset editing [message #358907 is a reply to message #358906]
|
Sat, 01 February 2020 06:08
|
|
Hawkeye |
|
Messages:2433
Registered:October 2005 Location: Australia |
|
|
Thanks, there seems to be a number of variables there. Perhaps the VFS system is clouding things a little.
Basically, I was looking at if I wanted to use the UB tilesets for a Vanilla map. Currently out of the box if I load Omerta then choose one of the UB tilesets from the Cactus tree icon to replace it's existing tileset the editor will crash, this is because it doesn't have all the necessary .sti's in those tileset folders. And like you say it gets more confusing that currently we have UB tiles in all three folders, (Data, Data-1.13 and Data_UB.)
At the moment it's not a huge issue, but will confuse others starting from scratch, I'm sure.
So far this new mod is using around 100 tilesets too, something I wasn't aware of that was possible but Vengeance did things differently or had more limitations back then. Previous mapper has had issues with UB tilesets though.
Vengeance in fact did overwrite UB tiles, we had no need for snow, so our custom tilesets overwrote a few of the UB tilesets, no issues. My tileset guidelines originally suggested not messing with the 00 Generic tileset as it will have a knock-on effect for others, which may be what you were thinking of. You still can edit it, but it's not recommended unless you really have to, or really know what you are doing.
Report message to a moderator
|
|
|
|
|
Re: 1.13 Tileset editing [message #358909 is a reply to message #358907]
|
Sat, 01 February 2020 16:03
|
|
Kitty |
|
Messages:473
Registered:October 2017 Location: Germany |
|
|
Quote:Currently out of the box if I load Omerta then choose one of the UB tilesets from the Cactus tree icon to replace it's existing tileset the editor will crash, this is because it doesn't have all the necessary .sti's in those tileset folders
I'm using the program "ja2tse110" for editing the ja2set.dat. In the readme of this I found this:
"On the left side of the screen is a box which displays the tilesets. To change the name of a tileset double click on it. You will see that tilesets 1 through 49 originate from tileset 0 which means that the empty entry's (in the box on the right) are replaced by the entry's from tileset 0 by the game. When handling a JA2SET.DAT file from UB you will see that the same thing happens for entry's above 49; tilesets 51 through 69 originate from tileset 50"
That's what I meant with this:
Quote:Folder 50 (Mountain Snow) also seems to be the default tileset for Folders 51-59 at least. From 60 on map-editor is spelling Genric 1 as default again
Like you see, I'm not 100% sure about this. The readme stated that 51-69 originate from folder 50. But when I use map-editor to open my map with tileset 60 and do a mouseover on generic, a.k.a. empty entries in ja2set.dat, the map-editor shows "from DEFAULT GENERIC 1" on top and not "HEAVY SNOW" like it should when the readme is right. On map, the crates, which I didn't replace, are the wooden ones and not the snow-covered ones, so I assumed it realy is from Generic 1. But yes, there are a still lot of questionmarks popping up above my head.
In most parts the files in Folder 0 and Folder 50 are identical, my suggestion would be that the files stored in Folder 50 in Data113\tilesets are the ones that differ, the ones specific for UB (a bunch of them has the prefix "2" for e.g.). But I haven't compared them in detail and that still gives me no hint why they are stored there in first place.
What I'm trying to say is, that the folder 50 seems, to some degree, seems to act like default folder 0 for the folders above 50. But my visual reference for this, map-editor, doesn't seem to act this way (at least from 60 onwards).
Since it's a cold, rainy weekend over here I'll do some testing later on, this is starting to make me curious and would allow me to use those slots as well in future.
I also will look into Generic 2 since I'm curious why it is also called Generic? Just some sloppy copy-paste naming by the developers or is this one feeding files as well?
Also, the wording "When handling a JA2SET.DAT file from UB" kinda puzzles me, none of us is using precisly the Ja2set.dat from UB . Might just be the wording, but maybe more.
----------------
Silversurfer:
Quote:I don't know how tilesets work but couldn't you do it like WF maps did it? There all the required files are in the "Data-WildFire6.07\tilesets" folder, a single place with everything the mod needs.
I support Silversurfer on this, seems to be less pain then doing changes to vfs.
Like in
Quote:Or copy stuff from Data-UB\tilests into Data\yourMod\tilesets
If you try to copy the content of folder 50 from Data-UB \tilesets into folder 50 of Data-NewMod\tilesets, in theory, this new folder 50 then should act as Default for empty entries in ja2set.dat for folders 51-59. And since it contains the sti-files you mentioned this should be working. My assumption so far is, that any other folder then 51 to 59 is feeded by Generic 1, maybe my later testing can provide a more solid statement.
------------
For vfs you may wan't to ask sevenfm, he did some astonishing stuff with libary-Paths and DataPaths in his modpack that went beyond what I've seen in other mods.
-----------
Also, regarding general work on your new mod, if you are doing this for newest builds I can tell from experience that you will have to deal with a bunch of lua-files (content for hacking, reading and placements of script-added personal like radar technicans, secretaries, merchands, bountyhunters for new maria/angel-quest,blackmarket-intel-dealer etc.) and the xml-files those lua-files are connected to. Otherwise for pc's you'll only get "xy starts hacking" and no action is happening (and it has to be done for each and every pc you placed on map you wish to have content for), and the placements will be all over the place on changed maps, ranging from annoying places to breaking places and so on. So it is more then just the underground-luas I mentioned. Yesterday I started to update some comments in my lua-files for AR to tell others what I did and why.
Quote:At the moment it's not a huge issue, but will confuse others starting from scratch, I'm sure
Since I am one of those starting from scratch, I can absolutely verify this. And this is just the peak of an iceberg I'm facing since starting
-----------
I'll give feedback on my testing.
[Updated on: Sat, 01 February 2020 16:47]
How to get: latest 1.13, 7609 and more | 7609 SCI (eng) | Compiling+SVN
I need more details. (Didi Hallervorden) Report message to a moderator
|
|
|
|
|
Re: 1.13 Tileset editing [message #358986 is a reply to message #358928]
|
Mon, 10 February 2020 17:39
|
|
Kitty |
|
Messages:473
Registered:October 2017 Location: Germany |
|
|
@Hawkeye
Regarding UB-tilesets replacing JA2-tilesets, I found this
Toggle Spoiler
JA2 UB tilesets for JA2.
Snap < tacpans@yahoo.com>
This package contains files that are necessary to import maps using JA2 UB
tilesets #50-59 into JA2.
Installation: Unpack the archive into the JA2 main directory. The files will be
unpacked into Data-1.13 subdirectory. If you are using a different custom data
directory, you need to move all of the included files and subdirectories there:
Binarydata\ja2set.dat
Tilesets\50
...
Tilesets\59
Notes:
This add-on will only work in JA2 1.13, or any version of JA2 that has been
modified to accept tilesets with numbers 50 or higher. Alternatively, the UB
tilesets can be used to replace existing JA2 tilesets (for that, ja2set.dat
needs to be modified accordingly).
Maps created with the UB editor or original UB campaign maps need to be
converted to JA2 format first.
In tilesets 53-59 snow-covered graphics, such as sandbags, were replaced with
more appropriate JA2 graphics.
From
Wanne-UB-Tilesets
Apparently this has made it into trunk-Data-113\tilesets at some point in time. At least, that would explain why UB-tilesets are at this place too.
[Updated on: Mon, 10 February 2020 17:42]
How to get: latest 1.13, 7609 and more | 7609 SCI (eng) | Compiling+SVN
I need more details. (Didi Hallervorden) Report message to a moderator
|
|
|
|
|
|
|
|
Re: 1.13 Tileset editing [message #359001 is a reply to message #359000]
|
Tue, 11 February 2020 11:50
|
|
Kitty |
|
Messages:473
Registered:October 2017 Location: Germany |
|
|
Stavian wrote on Tue, 11 February 2020 06:24I cannot even get some UB maps to even open to try to swap a tile set. There are some maps that are saved in the JA2 Storage site that have interesting names or write-ups and I would like to look and see if I can use them as some of these probably have not been used in a long time. If ever for some.
I putted the Folders "Tilesets" (50-59) and "Binary Data" (there is an ja2set.dat inside) (both from my link above) inside my JA2-Main-Folder\Profiles\UserProfile_JA2113, then I created a folder "maps" inside this Profile-Folder as well. From my original UB I unpacked the "maps.slf" to get the original maps. Those maps went into the mentioned "maps"-Folder.
Then I openend the Ini-Editor and choose "vfs_configJA2113.ini", "Data-113\JA2_options.ini and as starting exe "JA2_8741_Editor.exe". Editor and Game Resolution both 1024x768 and "PlayIntro" = false.
Then Start and the Editor opens up. With "Load" in Editor loaded maps from "Player Directory" (the first one that can be chosen).
I tested with Ini-settings "Use xml tilesets only" True and False, and strangly both worked. When I compared the maps ingame they looked different depending on this ini-setting, but Editor was fine. You just won't see the changes the xml makes before you go ingame. Another reason to keep the same content in both, if one prefers Editors visual feedback for map-creating.
Maps can be loaded, Editor functional and tilesets can be changed - including giving standard 1.13-maps an UB-tileset(this looks bad, better start a new one from scratch with UB-tileset if you want).
I tested this with other UB-maps as well and it works for me.
Why did I put it in "Profiles"? Because in the vfs_config for 1.13 this folder has the highest priority (and I must not overwrite and delete stuff in Game-Folders while testing).
Later on, when your mod is ready, it will have the second most priority in vfs, only topped by the UserProfile_YourMod, and so this should work for it as well.
I tested this also in Data-113 , same result.
For most maps I tested, it wasn't nescessary to convert them at all. Only a few fan-made maps crashed my Editor first, those I converted with a tool I found on a german website JaggedAlliance 2 Basis. There are other old but useful tools as well.
But since it is in german here is the direct-download-link to the tool: Mapconverter
It didn't run on my Win10 so I had to use my Win7 for this. It's pretty selfexplaining and has an readme in english.
If you like to, here you can take a look what happened to the maps with standard 1.13 Ja2set.dat and how this improved with the JA2set.dat from the link in my former post (Wanne-UB-Tilesets)
Screenshots Editor with two different ja2set.dat (Dropbox)
Like Hawkeye said, there are probably still some sti-files missing inside the JA2set.dat that are in JA2setdat.xml. That has to be compared and filled in to make it fully useable.
But for your purpose, to simply watch the tons of UB-maps and choose what might be useful, my method should be working, I guess.
[Updated on: Tue, 11 February 2020 12:59]
How to get: latest 1.13, 7609 and more | 7609 SCI (eng) | Compiling+SVN
I need more details. (Didi Hallervorden) Report message to a moderator
|
|
|
|
|
|
|
Re: 1.13 Tileset editing [message #359018 is a reply to message #359005]
|
Wed, 12 February 2020 17:57
|
|
Kitty |
|
Messages:473
Registered:October 2017 Location: Germany |
|
|
Anybody else who wants to try the Mapconverter after stumbling across this thread, but feels unease with my user-provided link, can be relieved.
Look at the Bear's Pit Mainpage, under
Download Repositories
you'll see
Kermi's FTP (Mirror)-Alternate UE mirror for now defunct Kermi's FTP repo..
If you open Kermi's FTP-Link and go to Shared\JA_2\Modding_Tools you'll find a bunch of tools for modding JA2.
Since most of them lack any description before you download them, it's hard to find out what purpose they serve.
If you want to try some modding this is worth a look anyway, personally I consider some of the tools rather essential
for JA2-modding.
So, if you see a file named "UB-mapimport.zip" the naming only gives a vague hint that this might be a mapconverter,
unless you allready know or, after download, opened the readme.
Readme-Mapconverter:
Toggle Spoiler
Map converter v1.1
******************
It is small utility for converting of JA2 and UB map files from one format to another. For example, You can convert a JA2 map to format of the UB editor, edit it, and then convert it back to JA2 format and replace a standard JA2 map. The utility can convert files between four known formats:
- UB Editor - format used in the editor UB
- UB - format of internal UB maps
- JA2 type 1 - format of JA2 maps, used AFAIK in the 1.6/English version
- JA2 type 2 - other JA2 maps format, used in the version 1.02/Russian
The converter can take cards both from separate files and from SLF packages. For replacing of standard JA2 or UB maps is unessential to pack them in maps.slf. It is enough to put a new map (converted to right format) into directory Data/Maps (JA2) or Campaigns/Unfinished Business (UB).
newest version:
http://www.freelancer.ag.ru/ja2ub/download/index_eng.shtml
Now you know and could read the readme beforehand and can download "UB-mapimport.zip" from the Bear's Pit to get the mapconverter ( JA2-maps>UB-maps, UB-maps>JA2-maps).
It's the same file as from the german link I provided above, just a different download location.
[Updated on: Wed, 12 February 2020 18:07]
How to get: latest 1.13, 7609 and more | 7609 SCI (eng) | Compiling+SVN
I need more details. (Didi Hallervorden) Report message to a moderator
|
|
|
|
|
|
|
Re: 1.13 Tileset editing [message #360007 is a reply to message #360001]
|
Mon, 11 May 2020 21:17
|
|
Kitty |
|
Messages:473
Registered:October 2017 Location: Germany |
|
|
Zaphod wrote on Mon, 11 May 2020 14:07Thanks for this complete thread. It helped me very well to understand how this system works. Everything worked very well and without problems.
Then this might be interestening for you as well, a more general guideline for tileset editing:
The Bear's Pit:
Home » SIRTECH CLASSICS » Jagged Alliance: Unfinished Business » Maps, Mods and Editors » Tileset editing guidelines
http://thepit.ja-galaxy-forum.com/index.php?t=msg&goto=269120&srch=shadow&SQ=570c135a11411e0d709d6a575525d53 0&
Based on your stated location, here is also a link to a german version:
JaggedAlliance2Basis (jaggedalliance.de) (the page is kinda outdated, but many guides and tools still are useable)
Ei, Gude wie, wo meschste hie:
https://www.jaggedalliance.de/ub/tutorials/tileset.shtml
Edit: Fixed link
[Updated on: Thu, 28 May 2020 02:12]
How to get: latest 1.13, 7609 and more | 7609 SCI (eng) | Compiling+SVN
I need more details. (Didi Hallervorden) Report message to a moderator
|
|
|
|
Re: 1.13 Tileset editing [message #360009 is a reply to message #360007]
|
Tue, 12 May 2020 05:43
|
|
Kitty |
|
Messages:473
Registered:October 2017 Location: Germany |
|
|
What I found at Wiki on pbworks:
http://ja2v113.pbworks.com/w/page/4218338/Features
-----------------------------------------------------------------------
New Features of 1.13
.
.
.
14) Tilesets
Maximum Tilesets is now 255, with no additional code changes required to add new tilesets. (UB Tileset add-on Pack Available for Download)
15) Map Editor
Compatible with 1.13, supports all 3 resolutions, up to 255 tilesets, and supports the items in the XML files.
------------------------------------------------------------------------------------------------------------------------ -----------------
This Wiki sure is rather outdated, but still contains usefull and useable information.
I can't see why the descripted features for Tilesets and Map-Editor should willingly be changed over the years (more then a decade in this case).
But chance is, given the time, that e.g. the Map-Editor doesn't behave like described anymore.
I recently asked smeagol (Author of AIMAS) for advice on the topic of tilesets. He kindly answered, and according to him, with ja2set.dat alone,
a 100 Tilesets can be reached (as can be seen in AIMAS). More isn't possible with ja2set.dat alone.
Combining this with the information from the Wiki, I assume that therefore anything above 100 would require xml-Tilesets.
Which would only be of any use, if the Wikis statement about the Map-Editor is true for recent Map-Editors as well.
I assume, any further knowledge about xml-Tilesets and especially how to bring them to use, is lost in time and/or burried in places unknown to me.
But the information from the Wiki does at least justify to do further testing.
Edit: fixed link (hopefully)
[Updated on: Tue, 12 May 2020 15:34]
How to get: latest 1.13, 7609 and more | 7609 SCI (eng) | Compiling+SVN
I need more details. (Didi Hallervorden) Report message to a moderator
|
|
|
|
|
|
|
Re: 1.13 Tileset editing [message #360020 is a reply to message #360015]
|
Tue, 12 May 2020 21:42
|
|
Kitty |
|
Messages:473
Registered:October 2017 Location: Germany |
|
|
Maybe a prove of concept.
In JA2set.dat.xml, at the very top I used: numTilesets="255"
For testing I copied entries for known tilesets (JA2, UB, other mods, etc.) in ja2set.dat.xml (like over 100 Generic 1) and changed the index numbers accordingly.
In Data113-Tilesets added folders with the used tilesets and adjusted the numbers (must match the index in xml)
Example: Copied entry for "Generic 1" (index 0) to Index 60 in xml and slightly changed name. Changed this copied entry to index 60.
In data-113-tilesets created a folder with the Nr 60 and filled it with all files that a full "Generic 1 contains.
Full content can either be downloaded somewhere, or extract the tileset.slf in your JA2-Data Folder.
Add files from Data-Tilesets and Data-113-Tilesets folder 0 to new folder 60.
In Ini-Editor change setting to "use xml-tilesets=true" and save Editor. Choose Map-Editor as starting exe. Tested with 8741.
I could use and see all Tilesets in Map-Editor. Placement of graphics worked.
Keep in mind, that I only did some quick testing. But game and editor started without any error-reports or crashes in my testruns.
So, what's it good for? Will we ever see a mod that uses 255 different tilesets?
Probably not any time soon. In most cases this simply wouldn't be nescessary and building 255 unique Tilesets might require a crazy amount of time.
But it's assuring, that 100 is not a solid border (ja2set.dat apparently has a limit at 100) and xml-Tilesets could be used to go slightly over 100.
And again, I only did a quick test, nothing more then a shaky prove of concept. Any trouble, that might pop up when doing serious map-editing, still could happen.
[Updated on: Tue, 12 May 2020 23:42]
How to get: latest 1.13, 7609 and more | 7609 SCI (eng) | Compiling+SVN
I need more details. (Didi Hallervorden) Report message to a moderator
|
|
|
|
|
Re: 1.13 Tileset editing [message #360024 is a reply to message #360012]
|
Tue, 12 May 2020 23:36
|
|
Kitty |
|
Messages:473
Registered:October 2017 Location: Germany |
|
|
Zaphod wrote on Tue, 12 May 2020 11:21... I noticed that some tiles are animated. E.g. Fans or radar antennas. I have to figure out how they work.
What I'm wondering is whether there is a limit to the ground textures, or whether it would be possible to create more than 2 water textures and whether you could animate them. Another water texture for rapids would be nice or e.g. other colors such as sedimentary rivers that go more sand-colored or brown. A cliff with an animated waterfall would also be possible.
I definitely have too many ideas in my head.
Animated sti:
For this you'll have to open the jsd-file with the same name. There are editors for this in the download section. The sti is the graphic, the jsd is what defines values for those garphics. Like how much damage can a structure take, can we look through, is the fence an electric wirefence, what's the shape of this car, etc. With an editor you can change those values and when you create new structures you also have to create a jsd for it - otherwise your mercs will walk straight through the structure. One thing that can be done in jsd is define the structure as animated. There you can tell which graphics in the sti should be used in which order. The radar-antenna is in the sti satdish.sti There (and in map-editor) you'll see several, just slightly different graphics of the antenna. There are ten pictures, pic 0-8 is the antenna. Look at the sti and jsd to get a better understanding.
Water and Ground:
As far as I know, any tileset has a fixed amount of ground-textures. Take a look at the guidelines and /or open map-editor to see. In your JA2-113-Installation there is a folder "Docs" with a guide for the map-editor. You can change the look of the groundtextures, IIRC there is also a tool for creating them at the download-section here.
Colourchanges to water should also be possible, but I know of no method to get more then two (shallow and deep) types. Some tilesets have stones lying in the water, with water moving arround. This probably could be used for rapids and waterfalls. But cliffs (and cave-walls) are rather annoying to place without clipping.
If you haven't, I'd advice to look at the "tools"-section of the downloads ("Download Repositories" at the MainPage). Choose tools to work with sti and jsd, you have to try which ones run on your machine.
Some of them only work with my win7 but not with my win10, others not at all. Using those tools should give you much more ideas on how it's working then anything I can tell.
A struggled a lot with this first, here is a conversation that helped me to understand sti/jsd better:
http://thepit.ja-galaxy-forum.com/index.php?t=msg&goto=359044
[Updated on: Wed, 13 May 2020 00:00]
How to get: latest 1.13, 7609 and more | 7609 SCI (eng) | Compiling+SVN
I need more details. (Didi Hallervorden) Report message to a moderator
|
|
|
|
Re: 1.13 Tileset editing [message #360027 is a reply to message #360014]
|
Wed, 13 May 2020 06:54
|
|
Hawkeye |
|
Messages:2433
Registered:October 2005 Location: Australia |
|
|
Vritran wrote on Tue, 12 May 2020 19:06Hi Kitty,
Regarding individual tilesets, do we know how many .stis we can stuff them with? And any idea where would these additional .stis be located in the map editor?
What Kitty said, if you go back to my tileset editing guidelines thread it should have the limits marked for each slot. These are hardcoded as far as I know, and if you add more than there are allocated it causes an overflow and others getting booted or it crashes. Though there are less strict rules regarding what kind of tiles you put in certain slots it's still best to follow most tile categories, so if you want to add new decals, best to use the decal slot rather than junk and other stuff. Some of these tiles behave differently, especially when it comes to things like destruction parameters and orientation.
The original Basis post is in German, and doesn't offer much more than I translated. I actually used the Basis info as a guide and then did an English version and expanded what I learnt along the way and what valuable info I got from people like The Scorpion.
[Updated on: Wed, 13 May 2020 07:03] Report message to a moderator
|
|
|
|
Re: 1.13 Tileset editing [message #360170 is a reply to message #360027]
|
Wed, 27 May 2020 07:50
|
|
Kitty |
|
Messages:473
Registered:October 2017 Location: Germany |
|
|
Tilesets used by Mapsectors (standard JA2 v1.13 map)
Detailed Description Map:
Toggle Spoiler
Description map:
This contains spoilers on alternate maps location.
The numbers on the sectors are the number of the Tileset used for this map.
This is based on unchanged Tilesets for standard JA2 v1.13 (Mai 2020)
If changes are made to a specific Tileset, those changes will effect all maps
that use this specific Tileset.
If changes are made with use of ja2set.dat, I recommend to also transfer
those changes to ja2setdat.xml. Some newer features (like landed ASD-Helicopter
in Meduna Airport) need "Use Xml-Tilesets" in ini.
Which Tileset is used by which Sectormap can be seen in the MapEditor,
or for convenience reasons in the provided map.
-------------------------------------------------------------------------------
Due to my magnificant abilities, some numbers on this map are hard to read.
Here is what you failed to decipher:
A9=09, B9=10, B10=11, C2=04, E5=05, E10=07, E13=05, H10=02, I2=X, J6=24, L4=07
--------------------------------------------------------------------------------
X-Rated: Not for your eyes.
X= not accessible sectors, those have no maps and hence no Tileset.
--------------------------------------------------------------------------------
Basement Tilesets:
All are 02, expect:
A10_b1 = 20
J9_b1 = 22 (with ladder-entrance, used for SciFi-Mode)
J9_b1_a = 22 (without this entrance, used for normal mode)
K4_b1, O3_b1 and P3_b1 = 41
-----------------------------------------------------------------------------------
Tilesets used for Alternate Sectors:
Random Skyrider: B15, C16, D12, E14 = 07 (alternate building on map)
Weapon Caches: E11 and H5 = 05, H10 = 02 , J12 and M9= 00 (alternate buildings on map)
Madlab: E4,H7,H16 and I11 = 11 (with hidden room and switch)
Gabby: H11 = 02 and I4 = 24 (if SciFi Mode)
-------------------------------------------------------------------------------------
Demo Tilesets:
P1 = 49, P1_b1 = 14
(not used ingame, but can be viewed in MapEditor)
-------------------------------------------------------------------------------------
Tileset 15 is not used ingame
------------------------------------------------------------------------------------
Tilesets 50-59 are the UB-Tilesets, not used in standard JA2 v1.13
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
Tilesets in Standard JA2 v1.13 are:
00 GENERIC 1
01 CAVES (Mines) 1
02 DESERT 1
03 LUSH 1 (Dirt roads)
04 TROPICAL 1
05 MOUNTAINS 1
06 COASTAL 1
07 SWAMP 1
08 FARM 1
09 OMERTA
10 GENERIC 2 (Dirt roads)
11 FARM 2 (Ruined walls)
12 PRISON
13 HOSPITAL (Cambria)
14 DEMO BASEMENT
15 BURNT TREES
16 LAWLESS 1 (San Mona-D5)
17 AIRSTRIP(Drassen-B13)
18 LAWLESS 2 (Burnt-C5)
19 DEAD AIRSTRIP (Drassen-C13)
20 BASEMENT
21 LAWLESS 3 (Burnt-C6)
22 PRISON DUNGEON
23 ACTIVE DRASSEN (D13)
24 SAM SITES
25 LUSH 2 (Different Trees)
26 MILITARY BASE
27 MILITARY JAIL
28 MILITARY WAREHOUSE
29 MILITARY TOWN
30 OLD SCHOOL
31 CAMBRIA STRIP
32 CAMBRIA HOMES
33 PALACE!
34 TROPICAL SAM
35 GRUMM g2, h2
36 GRUMM g1, h1
37 BALIME
38 BALIME MUSEUM
39 DESERT SAM
40 ORTA
41 ORTA WEAPONS
42 SWAMP BARETREES
43 ESTONI
44 QUEEN'S PRISON
45 QUEEN'S TROPICAL
46 MEDUNA INNER TOWN
47 QUEEN'S SAM
48 QUEEN's AIRPORT
49 DEMO TILESET
------------------------------------------------------------------------
----UB SETS----
50 HEAVY SNOW
51 MIXED SNOW
52 GRASS & SNOW
53 FALL TOWN
54 MINING TOWN
55 POWER PLANT
56 SEWERS
57 UNDERGROUND COMPLEX
58 UPPER COMPLEX
59 LOWEST LEVEL COMPLEX
-------------------------------------------------------------------------
(Mai 2020)
Download Map and Description
--
Edit: re-uploaded picture
[Updated on: Wed, 07 December 2022 05:45]
How to get: latest 1.13, 7609 and more | 7609 SCI (eng) | Compiling+SVN
I need more details. (Didi Hallervorden) Report message to a moderator
|
|
|
|
|
|
|
Re: 1.13 Tileset editing [message #361306 is a reply to message #358896]
|
Wed, 16 September 2020 07:27
|
|
Kitty |
|
Messages:473
Registered:October 2017 Location: Germany |
|
|
JA2set.dat.xml - Description
This is an excerpt from JA2set.dat.xml in Data-1.13 (standard 1.13, no mods) with some additional descriptions.
As can be seen (if toggle spoiler), this is Tileset Number 0 with the name Generic 1. This is the default Tileset in JA2-1.13, the base of all following Tilesets.
In this default Tileset all 151 indices (numFiles=151, file index=0-150) are defined.
Any un-defined index in the Tilesets following will use the defintion used in Tileset 0 instead.
------------------------------------------------------------------------------------------------------------------------ -------------------
For edditing Tilesets I use the program "ja2tse" (JA2Tile_Set_Editor)(author: linx) Forum Download - JA2-Modding-Tools This program allows to open the ja2set.dat-file in BinaryData and is sorting the content of the Tilesets in categories which are simular to the ones the MapEditor uses.
Screenshot JA2-Tile-Set-Editor (ja2tse):
For me, personally, I still prefer using this program when I try large-scale edits of the Tilesets. On the other hand, it's much advised to use the ja2set.dat.xml ingame (choice between .dat or .xml can be made in ini) since some features require it. And the xml comes in handy when you just want to change a few files (e.g. replace drum01.sti with sandbags.sti) and you know what you do (e.g. to replace the shadow-.sti at different index-nr as well, etc. - see Hawkeyes Tileset Guidelines for details) .
If doing only a quick check on my edits (with ja2tse) in MapEditor, I choose .dat in the ini. When I deem them worth a playtest, I use .xml instead. (ini: DataFileSettings-"Use xml Tilesets")
Doing so, of course requires to first transfer the edits to the ja2set.dat.xml.
And for the ease of my mind, I added descriptions to the Tileset 0 in ja2set.dat.xml, allowing me to double-check when transfering entries.
<!-- description -->
1. <file index="12">drum_01.sti</file><!-- Rocks - OSTRUCT1 -->
First comes the name of the category used in ja2tse (and MapEditor)
2. <file index="24">drum1shd.sti</file><!-- Rocks - (S)OSTRUCT1 -->
Then, in capital letters, comes a reference to the MapEditor.
When doing a mouse-over on picture of structure in MapEditor, this name will be shown at top.
(iirc, that's also the name used in code)
3. <file index="141">x.sti</file><!-- Rest (X-Icon - unpassable structure) -->
Some entries have no reference to MapEditor. For those, a short description in brackets () is added.
JA2Set.dat.xml with descriptions:
Toggle Spoiler
<JA2SET>
<tilesets numTilesets="70" numFiles="151">
<Tileset index="0">
<Name>GENERIC 1</Name>
<AmbientID>0</AmbientID>
<Files>
<file index="0">earth.sti</file><!-- Ground Textures Slot 01-->
<file index="1">earth2.sti</file><!-- Ground Textures Slot 02-->
<file index="2">sgrass1.sti</file><!-- Ground Textures Slot 03-->
<file index="3">sgrass2.sti</file><!-- Ground Textures Slot 04-->
<file index="4">grass.sti</file><!-- Ground Textures Slot 05-->
<file index="5">lgrass2.sti</file><!-- Ground Textures Slot 06-->
<file index="6">path.sti</file><!-- Ground Textures Slot 07-->
<file index="7">newbank.sti</file><!-- Water Texture 01, shallow -->
<file index="8">deeplake.sti</file><!-- Water Texture 02, deep -->
<file index="9">cliff_l.sti</file><!-- Banks and Cliffs - FIRSTCLIFFHANG -->
<file index="10">l_cliff.sti</file><!-- Banks and Cliffs - FIRSTCLIFF -->
<file index="11">cliff_sh.sti</file><!-- Banks and Cliffs - (S)FIRSTCLIFFHANG -->
<file index="12">drum_01.sti</file><!-- Rocks - OSTRUCT1 -->
<file index="13">drum_02.sti</file><!-- Rocks - OSTRUCT2 -->
<file index="14">dump.sti</file><!-- Barrels and other Junk - OSTRUCT3-->
<file index="15">mdrock.sti</file><!-- Rocks - OSTRUCT4 -->
<file index="16">montbush.sti</file><!-- Barrels and other Junk - OSTRUCT5 -->
<file index="17">weeds_1.sti</file><!-- Trees - OSTRUCT6 -->
<file index="18">block_01.sti</file><!-- Barrels and other Junk - OSTRUCT7 -->
<file index="19">nogobush.sti</file><!-- Barrels and other Junk - OSTRUCT8 -->
<file index="20">tree1_t.sti</file><!-- Trees - OFSTRUCT1 -->
<file index="21">tree2_t.sti</file><!-- Trees - OFSTRUCT2-->
<file index="22">tree2_t.sti</file><!-- Trees (?) *-->
<file index="23">tree2_t.sti</file><!-- Trees (?) *-->
<file index="24">drum1shd.sti</file><!-- Rocks - (S)OSTRUCT1 -->
<file index="25">drum2shd.sti</file><!-- Rocks - (S)OSTRUCT2 -->
<file index="26">dumpshdw.sti</file><!-- Barrels and other Junk - (S)OSTRUCT3 -->
<file index="27">mdrocksh.sti</file><!-- Rocks - (S)OSTRUCT4 -->
<file index="28">montbshs.sti</file><!-- Barrels and other Junk - (S)OSTRUCT5 -->
<file index="29">weedssh.sti</file><!-- Trees - (S)OSTRUCT6 -->
<file index="30">block_02.sti</file><!-- Barrels and other Junk - (S)OSTRUCT7 -->
<file index="31">nogobuss.sti</file><!-- Barrels and other Junk - (S)OSTRUCT8 -->
<file index="32">trshdwt1.sti</file><!-- Trees - (S)OFSTRUCT1 -->
<file index="33">trshdwt2.sti</file>><!-- Trees - (S)OFSTRUCT2 -->
<file index="34">trshdwt2.sti</file>><!-- Trees - (S) index22 * -->
<file index="35">trshdwt2.sti</file>><!-- Trees - (S) index23 *-->
<file index="36">build_01.sti</file>><!-- Walls - WALL1 -->
<file index="37">build_05.sti</file><!-- Walls - WALL2 -->
<file index="38">build_10.sti</file><!-- Walls - WALL3 -->
<file index="39">build_06.sti</file><!-- Walls - WALL4 -->
<file index="40">door1.sti</file><!-- Doors - DOOR1 -->
<file index="41">door1.sti</file><!-- Doors - DOOR2 -->
<file index="42">door1.sti</file><!-- Doors - DOOR3 -->
<file index="43">door1.sti</file><!-- Doors - DOOR4 -->
<file index="44">door1s.sti</file><!-- Doors - (S)DOOR1 -->
<file index="45">door1s.sti</file><!-- Doors - (S)DOOR2 -->
<file index="46">door1s.sti</file><!-- Doors - (S)DOOR3 -->
<file index="47">door1s.sti</file><!-- Doors - (S)DOOR4 -->
<file index="48">roofceil.sti</file><!-- Rest (roofceil.sti) -->
<file index="49">cracks.sti</file><!-- Debris - ANOTHERDEBRIS -->
<file index="50">roadtile.sti</file><!-- Rest (roadtile.sti) * -->
<file index="51">window1.sti</file><!-- Rest (window1.sti) * -->
<file index="52">walldec1.sti</file><!-- Damaged Walls - DECORATIONS1 -->
<file index="53">walldec2.sti</file><!-- Damaged Walls - DECORATIONS2 -->
<file index="54">walldec3.sti</file><!-- Damaged Walls - DECORATIONS3 -->
<file index="55">walldec3.sti</file><!-- Damaged Walls - DECORATIONS4 -->
<file index="56">w_dec01.sti</file><!-- Wall Decals - WALLDECAL1 -->
<file index="57">w_dec02.sti</file><!-- Wall Decals - WALLDECAL2 -->
<file index="58">w_dec03.sti</file><!-- Wall Decals - WALLDECAL3 -->
<file index="59">w_dec04.sti</file><!-- Wall Decals - WALLDECAL4 -->
<file index="60">floor_1.sti</file><!-- Floors - FLOOR1 -->
<file index="61">floor_2.sti</file><!-- Floors - FLOOR2 -->
<file index="62">floor_3.sti</file><!-- Floors - FLOOR3 -->
<file index="63">floor_4.sti</file><!-- Floors - FLOOR4 -->
<file index="64">flat_r1.sti</file><!-- Roofs - ROOF1 -->
<file index="65">flat_r2.sti</file><!-- Roofs - ROOF2 -->
<file index="66">flat_r3.sti</file><!-- Roofs - ROOF3 -->
<file index="67">flat_r4.sti</file><!-- Roofs - ROOF4 -->
<file index="68">slant_01.sti</file><!-- Roofs - SROOF1 -->
<file index="69">slant_04.sti</file><!-- Roofs - SROOF2 -->
<file index="70">roofvent.sti</file><!-- Roofs - ONROOF1 -->
<file index="71">roofvent.sti</file><!-- Roofs - ONROOF2 -->
<file index="72">highl3.sti</file><!-- Rest (highl3.sti) -->
<file index="73">furn_6.sti</file><!-- Furniture - ISTRUCT1 -->
<file index="74">furn_7.sti</file><!-- Furniture - ISTRUCT2 -->
<file index="75">furn_8.sti</file><!-- Furniture - ISTRUCT3 -->
<file index="76">furn_9.sti</file><!-- Furniture - ISTRUCT4 -->
<file index="77">furn_6.sti</file><!-- Furniture - FIRSTCISTRUCT -->
<file index="78">dirtroad.sti</file><!-- Roads - FIRSTROAD -->
<file index="79">debrocks.sti</file><!-- Debris - ROCKS -->
<file index="80">sblast.sti</file><!-- Debris - WOOD -->
<file index="81">sweeds.sti</file><!-- Debris - WEEDS -->
<file index="82">miniweed.sti</file><!-- Debris - GRASS -->
<file index="83">cracks.sti</file><!-- Debris - SAND -->
<file index="84">twigs.sti</file><!-- Debris - MISC -->
<file index="85">lakeobj.sti</file><!-- Banks and Cliffs - ANIOSTRUCT -->
<file index="86">oldfence.sti</file><!-- Banks and Cliffs - FENCESTRUCT -->
<file index="87">oldfencs.sti</file><!-- Banks and Cliffs - (S)FENCESTRUCT -->
<file index="88">truck.sti</file><!-- Barrels and other Junk - FIRSTVEHICLE -->
<file index="89">truck.sti</file><!-- Barrels and other Junk - SECONDVEHICLE -->
<file index="90">truck_s.sti</file><!-- Barrels and other Junk - (S)FIRSTVEHICLE -->
<file index="91">truck_s.sti</file><!-- Barrels and other Junk - (S)SECONDVEHICLE -->
<file index="92">litter.sti</file><!-- Debris - MISC2 -->
<file index="93">damgdeb.sti</file><!-- Barrels and other Junk - FIRSTDEBRISSTRUCT -->
<file index="94">deb_02.sti</file><!-- Barrels and other Junk - SECONDDEBRISSTRUCT -->
<file index="95">damgdebs.sti</file><!-- Barrels and other Junk - (S)FIRSTDEBRISSTRUCT -->
<file index="96">deb_02s.sti</file><!-- Barrels and other Junk - (S) SECONDDEBRISSTRUCT -->
<file index="97">f_weed.sti</file><!-- Barrels and other Junk - NINTHOSTRUCT -->
<file index="98">montbush.sti</file><!-- Barrels and other Junk - TENTHOSTRUCT -->
<file index="99">f_weeds.sti</file><!-- Barrels and other Junk - (S)NINTHOSTRUCT -->
<file index="100">montbshs.sti</file><!-- Barrels and other Junk - (S)TENTHOSTRUCT -->
<file index="101">rubble1.sti</file><!-- Rest (jsd DestructionPartner >0 and <40) * -->
<file index="102">rubble2.sti</file><!-- Rest (jsd DestructionPartner >= 40) * -->
<file index="103">drum_01.sti</file><!-- Barrels and other Junk - FIRSTLARGEEXPLODEDDEBRIS -->
<file index="104">drum_01.sti</file><!-- Barrels and other Junk - SECONDLARGEEXPLODEDDEBRIS -->
<file index="105">drum1shd.sti</file><!-- Barrels and other Junk - (S)FIRSTLARGEEXPLODEDDEBRIS -->
<file index="106">drum1shd.sti</file><!-- Barrels and other Junk - (S)SECONDLARGEEXPLODEDDEBRIS-->
<file index="107">basefrn1.sti</file><!-- Furniture - FIFTHISTRUCT -->
<file index="108">hilfurn1.sti</file><!-- Generic Furniture - SIXTHISTRUCT -->
<file index="109">furn_6.sti</file><!-- Generic Furniture - SEVENTHISTRUCT -->
<file index="110">furn_6.sti</file><!-- Generic Furniture - EIGHTISTRUCT -->
<file index="111">flat_r4.sti</file><!-- Rest (flat_r4.sti) * -->
<file index="112">flat_r4.sti</file><!-- Rest (flat_r4.sti) * -->
<file index="113">w_dec01.sti</file><!-- Wall Decals - WALLDECAL5 -->
<file index="114">w_dec01.sti</file><!-- Wall Decals - WALLDECAL6 -->
<file index="115">w_dec01.sti</file><!-- Wall Decals - WALLDECAL7 -->
<file index="116">picture.sti</file><!-- Wall Decals - WALLDECAL8 -->
<file index="117">bld_prnt.sti</file><!-- Rest (Bloodstains) -->
<file index="118">m_b_prnt.sti</file><!-- Rest (Bug Bloodstains) -->
<file index="119">switches.sti</file><!-- Wall Decals - FIRSTSWITCHES -->
<file index="120">slant_01.sti</file><!-- Rest (slant_01.sti) * -->
<file index="121">flat_r4.sti</file><!-- Rest (flat_r4.sti) * -->
<file index="122">flat_r4.sti</file><!-- Rest (flat_r4.sti) * -->
<file index="123">smguns.sti</file><!-- Rest (Weapons on map) -->
<file index="124">smp1items.sti</file><!-- Rest (Items on map) -->
<file index="125">smp2items.sti</file><!-- Rest (Items on Map) -->
<file index="126">glashatr.sti</file><!-- Rest (Breaking Glass) * -->
<file index="127">smp3items.sti</file><!-- Rest (Items on map) -->
<file index="128">bod_blow.sti</file><!-- Rest (exploding Person) * -->
<file index="129">exittex.sti</file><!-- Rest (exittex.sti) * -->
<file index="130">steps.sti</file><!-- Rest (Foodprints for Pathways shown) -->
<file index="131">ptrs1.sti</file><!-- Rest (quadrangle Cursors) * -->
<file index="132">ptrs2.sti</file><!-- Rest (some arrow-shaped pointers) * -->
<file index="133">ptrs3.sti</file><!-- Rest (ptrs.sti) * -->
<file index="134">g-run.sti</file><!-- Rest (Run-Icon) -->
<file index="135">g-walk.sti</file><!-- Rest (Walk-Icon) -->
<file index="136">g-swat.sti</file><!-- Rest (Swat-movement Icon) -->
<file index="137">g-pron.sti</file><!-- Rest (Prone-movement Icon) -->
<file index="138">white.sti</file><!-- Rest (Select Icon) * -->
<file index="139">action1.sti</file><!-- Rest (Hummer Icon) * -->
<file index="140">hand-wi.sti</file><!-- Rest (Grab and Open Icon) -->
<file index="141">x.sti</file><!-- Rest (X-Icon - unpassable structure) -->
<file index="142">g-ring.sti</file><!-- Rest (Yellow Ring, placed light Editor) -->
<file index="143">r_key.sti</file><!-- Rest (Key-Icon) -->
<file index="144">sel-ring.sti</file><!-- Rest (Green Ring, placed items Editor) -->
<file index="145">highl3.sti</file><!-- Rest (highl3.sti) * -->
<file index="146">bull.sti</file><!-- Rest (flying bullet) * -->
<file index="147">miss1.sti</file><!-- Rest (richochet bullet) -->
<file index="148">w_miss.sti</file><!-- Rest (bullet impact in water, splashing) -->
<file index="149">ripple.sti</file><!-- Rest (water wave ripples, expanding circles) -->
<file index="150">wirefram.sti</file><!-- Rest (Frame for Wirefences) * -->
</Files>
</Tileset>
</tilesets>
</JA2SET>
Thought, this might be useful to others as well.
[Updated on: Wed, 16 September 2020 08:32]
How to get: latest 1.13, 7609 and more | 7609 SCI (eng) | Compiling+SVN
I need more details. (Didi Hallervorden) Report message to a moderator
|
|
|
|
|
|
|
Goto Forum:
Current Time: Mon Dec 02 16:46:52 GMT+2 2024
Total time taken to generate the page: 0.02690 seconds
|