Author Topic: How do I add ships? And Shields?  (Read 2187 times)

0 Members and 1 Guest are viewing this topic.

How do I add ships? And Shields?
I wanted to add the vipers from the BtRL demo in FS2, but I am not sure how. Especially to make it playable.

And, is there a way to add shields too? Along with the shield animation graphic? This is for both capital ships and fighters?

Thanks.
Just don't give away the homeworld...

 

Offline colecampbell666

  • I See Dead Pictures
  • 212
  • Evolution and ascension.
Re: How do I add ships? And Shields?
From the appropriate BtRL .VP (not sure which) extract the maps, the .POF, the .ANIs associated with the Viper.

Find the table info on the ships.tbl, and copy all the viper info into a Notepad. Save it as viper-shp.tbm, making sure to select "All Files" below the save file thingy.

Any .POF files go into /mediavps/models
Any .TGA, .DDS, .PCX, .ANI files go into /mediavps/maps
any .TBM, .TBL files go into /mediavps/tables. You should not use .TBL files, as they will not generally include table entries for other custom ships you may have added. Simply open the table in Notepad, copy the info for the ship you want into another blank Notepad, and save it as "<ship name>-shp.tbm". Then put it in /mediavps/tables.

As for the shields, you need to create a mesh (model), and an ANI. (or use an existing .ANI)
Gettin' back to dodgin' lasers.

 
Re: How do I add ships? And Shields?
From the appropriate BtRL .VP (not sure which) extract the maps, the .POF, the .ANIs associated with the Viper.

Find the table info on the ships.tbl, and copy all the viper info into a Notepad. Save it as viper-shp.tbm, making sure to select "All Files" below the save file thingy.

Any .POF files go into /mediavps/models
Any .TGA, .DDS, .PCX, .ANI files go into /mediavps/maps
any .TBM, .TBL files go into /mediavps/tables. You should not use .TBL files, as they will not generally include table entries for other custom ships you may have added. Simply open the table in Notepad, copy the info for the ship you want into another blank Notepad, and save it as "<ship name>-shp.tbm". Then put it in /mediavps/tables.

As for the shields, you need to create a mesh (model), and an ANI. (or use an existing .ANI)

What's the program to open VPs?

I know it has to do with descent...
Just don't give away the homeworld...

 

Offline Water

  • 210
Re: How do I add ships? And Shields?
What's the program to open VPs?

I know it has to do with descent...
There are 4 linked here
http://www.hard-light.net/forums/index.php/topic,54519.0.html

I'd suggest using VP Viewer at the start. (Maja is better for making VP's though)
« Last Edit: June 17, 2008, 08:42:25 pm by Water »

 

Offline blowfish

  • 211
  • Join the cult of KILL MY ROUTER!!!!!!!!!!1
Re: How do I add ships? And Shields?
VPView, but I would recommend Maja myself.  And Cole forgot, at the beginning and end of a modular ship table you have to have #Ship Classes and #End (enclosing all ship entries).  And I'm not sure BtRL had any hud/loadout anis.  Since there are no shields, the game can generate them itself.  You will need to create the hud ani yourself (ask someone who knows...).

 
Re: How do I add ships? And Shields?
VPView, but I would recommend Maja myself.  And Cole forgot, at the beginning and end of a modular ship table you have to have #Ship Classes and #End (enclosing all ship entries).  And I'm not sure BtRL had any hud/loadout anis.  Since there are no shields, the game can generate them itself.  You will need to create the hud ani yourself (ask someone who knows...).

So, I will add those entries.

The shield envelopment in-game would automatically be added?

And on the HUD, will the ship have the shields on each side?

And, BtRL does have a different HUD, so how do I add that?
Just don't give away the homeworld...

 

Offline blowfish

  • 211
  • Join the cult of KILL MY ROUTER!!!!!!!!!!1
Re: How do I add ships? And Shields?
The shield won't be generated.  All I was saying is that the game can generate the HUD icons in BtRL, since there are no shields (it can't generate the shield shape on the icon).  You will have to add a shield mesh to the model yourself.  And generate the HUD icon.  Get professional advice on how to do this.

 

Offline ssmit132

  • 210
  • Also known as "Typhlomence"
    • Steam
    • Twitter
Re: How do I add ships? And Shields?
If you want to keep it easy, however, you can use the flags "surface shields" and "generate icon" in the table, they'll allow shields without a mesh and a rudimentary HUD icon, respectively. Although making them yourself looks better.

 

Offline Wobble73

  • 210
  • Reality is for people with no imagination
    • Steam
Re: How do I add ships? And Shields?
If you want to keep it easy, however, you can use the flags "surface shields" and "generate icon" in the table, they'll allow shields without a mesh and a rudimentary HUD icon, respectively. Although making them yourself looks better.

Yeah, cos otherwise you get a saucer shaped shield icon! ?
Who is General Failure and why is he reading my hard disk?
Early bird gets the worm, but the second mouse gets the cheese
Ambition is a poor excuse for not having enough sense to be lazy.
 
Member of the Scooby Doo Fanclub. And we're not talking a cartoon dog here people!!

 You would be well adviced to question the wisdom of older forumites, we all have our preferences and perversions

 
Re: How do I add ships? And Shields?
Well, there is a folder called /hud and it has all the HUD anis. Should I include that too?

Should I also export over the weapon tbls, etc?

And, mediavps/tables or mediavps/data/tables?

same with models. mediavps/models or mediavps/data/models?
« Last Edit: June 18, 2008, 11:28:15 am by foolfromhell »
Just don't give away the homeworld...

 
Re: How do I add ships? And Shields?
Okay, I managed to get the ships in there. But how do I get the weapons in there? I cant start the mission without weapons.
Just don't give away the homeworld...

 

Offline colecampbell666

  • I See Dead Pictures
  • 212
  • Evolution and ascension.
Re: How do I add ships? And Shields?
Copy the weapon effects and make a weapons table in the same manner, except that you call it <name>-wep.tbm
Gettin' back to dodgin' lasers.

 
Re: How do I add ships? And Shields?
I did that and now I get an error.

Before, i could go to the briefing screen but couldnt choose any weapons, so I couldnt start the mission.

Now, It wont even let me get into the briefing screen. I get the following error.

Just don't give away the homeworld...

 

Offline colecampbell666

  • I See Dead Pictures
  • 212
  • Evolution and ascension.
Re: How do I add ships? And Shields?
VPView, but I would recommend Maja myself.  And Cole forgot, at the beginning and end of a modular ship table you have to have #Ship Classes and #End (enclosing all ship entries).  And I'm not sure BtRL had any hud/loadout anis.  Since there are no shields, the game can generate them itself.  You will need to create the hud ani yourself (ask someone who knows...).
I assume it's the same with weapons.
Gettin' back to dodgin' lasers.