Author Topic: How do you add ships?  (Read 1809 times)

Offline FourChan

  • Admiral Noel Vermillion
  • Posts: 608
  • Cookies: 4
  • Starfleet Technologies Development Center
    • Twitter Four Channel
How do you add ships?
« on: September 05, 2008, 09:36:24 PM »
I've been working on a ship for a while, and now i'm moving onto my next phase from Just Hardpoint and texture editing to moving the ship into the game as it's own individual starship. Now...how exactly do I do that? lol

Offline ACES_HIGH

  • BCC Roleplay Game Narrator
  • Moderator
  • Posts: 1678
  • Cookies: 54
  • while(!(succeed=try()));
    • BCC Roleplay Games
Re: How do you add ships?
« Reply #1 on: September 05, 2008, 11:14:36 PM »
well, first you are going to need a Scripts/Ships .py file that will point to the Model, Hardpoint and other stuff for the ship, you can make that by looking at the other scripts in said file then once that's done (assuming you've already got weapons files and an AI) is to use BCSMC to make a .py for the Scripts/Custom/Ships folder which tells the game where to find your new ship, and where to put it in the menu

Offline FourChan

  • Admiral Noel Vermillion
  • Posts: 608
  • Cookies: 4
  • Starfleet Technologies Development Center
    • Twitter Four Channel
Re: How do you add ships?
« Reply #2 on: September 06, 2008, 02:40:52 AM »
Done that, just that I made a ISS Version of a ship and wanted it to be seperate files, once I moved everything and changed all the little things in the .py files that points here and there where the ships at, when I load QB the game Crashes.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: How do you add ships?
« Reply #3 on: September 06, 2008, 05:46:59 AM »
To get a ship into BC you need the following:

A model (with textures, and optionally "lod"s).
A ship file in scripts/Ships
Which in turn needs a hardpoint (in scripts/Ships/Hardpoints)
And something to make the ship known in BC trough the "ship plugin" put in scripts/Custom/Ships/
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Dalek

  • Posts: 1529
  • Cookies: 206
Re: How do you add ships?
« Reply #4 on: September 06, 2008, 10:56:08 AM »
Ah ha! I know what FourChan's Terran thing is!

Does the name of your scripts/hardpoints/NIF have something like a "-" or "." in it? Or summin' else? Always seems to crash by BC until I get rid of it. WEird.
"To live on as we have is to leave behind joy, and love, and companionship, because we know it to be transitory, of the moment. We know it will turn to ash. Only those whose lives are brief can imagine that love is eternal. You should embrace that remarkable illusion. It may be the greatest gift your race has ever received."

 - Lorien

Offline FourChan

  • Admiral Noel Vermillion
  • Posts: 608
  • Cookies: 4
  • Starfleet Technologies Development Center
    • Twitter Four Channel
Re: How do you add ships?
« Reply #5 on: September 06, 2008, 12:21:11 PM »
Nope it doesn't, I'll send you what i've got so far in a .zip.