Hard Light Productions Forums
Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: colecampbell666 on March 14, 2007, 06:43:13 pm
-
I am a noob, and i can't find out how to add more than one additional mod to my ships/weapons.tbl because each mod comes with its own table and i don't want to screw it up trying to mix them together. Please help.
-
Mind trying that again? It made no sense.
Is this you making a mod with other people's content, or trying to make someone else's finished mod work?
-
When i download a finished mod and replace the ships/weapons.tbl it works fine. But then, when i want to add another mod, it comes with a new .tbl which replaces the old one. I want to use two or more mods together, say two different ships from separate mods at the same time.
-
When i download a finished mod and replace the ships/weapons.tbl it works fine. But then, when i want to add another mod, it comes with a new .tbl which replaces the old one. I want to use two or more mods together, say two different ships from separate mods at the same time.
You should NOT be "replacing" anything. Can you post a pic of your FreeSpace2, FreeSpace2\data\tables, and FreeSpace2\data\models folders?
-
Not right now.
-
*sigh*
... open a command prompt (in 2K, XP, 2K3 its Start>Run>cmd Enter, in 9x its command Enter)
switch to your FS2 dir. type:
cd\games\freespace2
ENTER
as long as your FS2 is in the same drive as your windows. If not, type (replace "c" with "your FS2 drive letter")
c:
ENTER
then switch to your FS2 dir.
Now, type in:
dir /ogm /b /s>FS2dir.txt
Then, attach the file FS2dir.txt to your next post (FS2dir.txt will be in your FS2 root directory, unless you typed in something like dir /ogm /b /s>%userprofile%\My Documents\FS2dir.txt
in which case, the file would be in your "My Documents" folder.
:D
-To attach a file, when you post, hit the "Additional Options..." link. If you don't see it, hit the preview button, then you will.
-
Sorry Cole, at this moment in time you cannot use more than 1 "mod" at a time. You CAN have Multi-Mods installed, but to use ships, say, from Wing Commander and TBP at the same time you need to edit the tables (like my old retail "MegaMod" project.
The problem is the game simply cannot handle that amount of data for that many ships (hardcode limit apparently).
Limits have been raised once in the past and will again in the future, but I seriously doubt the amount will ever have enough space allotments for 2 whole mods worth of ships in the same table.
-
...You mean, more than one TC at a time? You can run mods of mods, eg Inferno and Solar Wars.
-
You can run them.. but as most of the TCs use full table files instead of modular table files it will not work without table editing (only one ships.tbl gets parsed).. Not to mention that limit for the shipclasses (130) is most likely going to be exceeded while doing that.
-
I believe he's prolly going to want a .tbm file, correct? I've heard they can modify a .tbl, without causing the game to override (disregard) it completely.
-
Yes. http://www.hard-light.net/wiki/index.php/Modular_Tables
But that still does not help with the shipclass limit.
-
An Inferno build would help a little. (IIRC, bumps the limit to 200.)
-
Hi colecampbell666. I think you led people down the wrong path by using the term multimod which actually means something different from what I think you're after.
Multimod is the ability FS2_Open has to run mods from several different folders at the same time. So I could install FS1 Port and another mod (with it's own table and ships) and then tell FS2 to use anything it likes from the FS1 port folder that isn't overridden by something from the main mod.
Correct me if I'm wrong but it sounds like what you want to do is download a bunch of ship/weapon mods from a wide variety of sources and put them all in a table so you can make your own missions, right?
In that case you have two options. The one you should choose depends on how big a change you are making. Both are very similar.
1) Take a look at the two ships tables for the first two ships you have. If say you have downloaded a new fighter and a new capship you'd open the tables for both and cut and paste the information that makes the new fighter work into the capship's table. Then you'd repeat this step for every other ship you wanted to add.
You should do this if you're replacing large numbers of ships. You may need to delete ships you aren't using to keep the number below 130 unless you use an Inferno build.
2) If you're using FS2_Open you can cut and paste the fighter and capship entries into new files and turn them into modular table files. Modular tables don't replace the original table but simply add new ships to it. If your mod will have less than 130 ships including everything in FS2 (say if you only want to add 2-3 ships) this is definitely the method you should use. Wanderer has already posted a link that explains how to use modular tables.
-
on the topic of modular tables, whats the suffix for additions to the weapon-expl.tbl?
-
Er.... Go up to Wanderer's last post the link is there...