Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: colecampbell666 on March 14, 2007, 06:43:13 pm

Title: Multi-Mod
Post 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.
Title: Re: Multi-Mod
Post by: Turey on March 14, 2007, 06:44:37 pm
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?
Title: Re: Multi-Mod
Post by: colecampbell666 on March 14, 2007, 06:50:50 pm
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.
Title: Re: Multi-Mod
Post by: Turey on March 14, 2007, 07:09:29 pm
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?
Title: Re: Multi-Mod
Post by: colecampbell666 on March 14, 2007, 07:12:45 pm
Not right now.
Title: Re: Multi-Mod
Post by: jr2 on March 14, 2007, 07:45:33 pm
*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:
Code: [Select]
cd\games\freespace2ENTER
as long as your FS2 is in the same drive as your windows.  If not, type (replace "c" with "your FS2 drive letter")
Code: [Select]
c:ENTER
then switch to your FS2 dir.
Now, type in:
Code: [Select]
dir /ogm /b /s>FS2dir.txtThen, attach the file FS2dir.txt to your next post (FS2dir.txt will be in your FS2 root directory, unless you typed in something like
Code: [Select]
dir /ogm /b /s>%userprofile%\My Documents\FS2dir.txtin 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.
Title: Re: Multi-Mod
Post by: Getter Robo G on March 17, 2007, 11:25:37 pm
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.

Title: Re: Multi-Mod
Post by: jr2 on March 18, 2007, 01:55:23 am
...You mean, more than one TC at a time?  You can run mods of mods, eg Inferno and Solar Wars.
Title: Re: Multi-Mod
Post by: Wanderer on March 18, 2007, 03:20:35 am
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.
Title: Re: Multi-Mod
Post by: jr2 on March 18, 2007, 03:23:00 am
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.
Title: Re: Multi-Mod
Post by: Wanderer on March 18, 2007, 03:39:57 am
Yes. http://www.hard-light.net/wiki/index.php/Modular_Tables

But that still does not help with the shipclass limit.
Title: Re: Multi-Mod
Post by: jr2 on March 18, 2007, 03:50:28 am
An Inferno build would help a little.  (IIRC, bumps the limit to 200.)
Title: Re: Multi-Mod
Post by: karajorma on March 18, 2007, 05:22:27 am
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.
Title: Re: Multi-Mod
Post by: takashi on March 18, 2007, 02:59:52 pm
on the topic of modular tables, whats the suffix for additions to the weapon-expl.tbl?
Title: Re: Multi-Mod
Post by: Getter Robo G on March 18, 2007, 03:03:43 pm
Er.... Go up to Wanderer's last post the link is there...