Author Topic: Wing Error - need help to fix it  (Read 3310 times)

0 Members and 1 Guest are viewing this topic.

Wing Error - need help to fix it
Hoi!

I have some problems with my mission. I tried to make more ships in "LEO" Wing, and then an error poped up.

I tried to delete Leo ships and wing but, it isn't possible....

can someone fix it please? that was hard work and now all is gone... :'(

Greetings.
« Last Edit: October 27, 2012, 01:34:58 pm by Data45000 »

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: Wing Error - need help to fix it
You could just open the mission file in a text editor and remove all lines referring to Leo wing.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 
Re: Wing Error - need help to fix it
Thank you now it works.^^

 
Re: Wing Error - need help to fix it
I tried to add wav or ogg files, but it wont work... what is wrong?

How i can add Ship Name grafics?

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: Wing Error - need help to fix it
I tried to add wav or ogg files, but it wont work... what is wrong?

Tried them for what?

Quote
How i can add Ship Name grafics?

First, you need to create a nameplate texture (unless you want to use a nameplate that is part of the mediavps or another mod). Nameplate textures are generally 512x64 large, and consist of the name of the ship on a transparent background. They should be saved as DDS (Programs like paint.net can do that), or if you can't do that, png. Then you need to place them in your mods' data\maps directory.

In order to apply them to a ship, you need to open the mission, double-click on the ship, click on the "Texture replacement" button, scroll down to the "nameplate" texture, and enter the name of your new nameplate texture (without the file extension) in the "new Texture" field.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 
Re: Wing Error - need help to fix it
Thanks, i have photoshop... ^^

The wav file is for the messages in game. like "whatch out demon class jumping in" ^^ Or command is speaking.

What a font do i need for textures?


Quote
scroll down to the "nameplate" texture
I cannot see this texture, what name has an orion destroyer?


Next Problem is with the mission objectiv.

Secondary Goals. I want in the end that GTD Hope hull don't falls under 50% - is hull over 50% sec. goal has to be true, but if i start the mission the goal is false after one second.

What is my fault?

[attachment deleted by a basterd]
« Last Edit: October 27, 2012, 01:34:42 pm by Data45000 »

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: Wing Error - need help to fix it
Secondary Goals. I want in the end that GTD Hope hull don't falls under 50% - is hull over 50% sec. goal has to be true, but if i start the mission the goal is false after one second.

What is my fault?

You've used Percent-ships-destroyed not hits-left. The former is used if you want to check if 50% of a wing is destroyed, etc. The latter is the one that checks if a single ship is down to less than 50%. So what you want instead of the NOT SEXP is a

>
-Hits-left
--GTD Hope
-50
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 
Re: Wing Error - need help to fix it
Oh thanks!

But the texture modification... wont work, i cannot finde "name tamplate" can you make an screenshot please?

And the wav files for ingame voices, what i need for this?

 

Offline Aardwolf

  • 211
  • Posts: 16,384
Re: Wing Error - need help to fix it
Nameplates: http://www.sectorgame.com/goober/nameplates.html (found this article by searching the wiki for "nameplates", and then following a link on the page about "Texture Replacement")

Ingame voices: http://www.hard-light.net/wiki/index.php/Messages#Wave_file for how to set it up

I think mission-specific voices go in data/voice/special

 
Re: Wing Error - need help to fix it
Hi!

Thanks. I have now names for alle ships, cause i found the GIMP Tutorial.

ogg and wav files works now.

Only adding the Orion templates fails. Something seems to be wrong with the pcx file... but i cannot fiind the error. i used the oriontemplate from Goober.

And adding names to GTI arcadia and vassudan ships will not work....





[attachment deleted by a basterd]
« Last Edit: November 01, 2012, 05:58:08 pm by Data45000 »

 
Re: Wing Error - need help to fix it
Hello? Help please?

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: Wing Error - need help to fix it
Quote
And adding names to GTI arcadia and vassudan ships will not work....

That's because those ships are not using nameplates, and never have.

Also, what do you mean by "do not work"? Could you be a bit more specific?
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 
Re: Wing Error - need help to fix it
I made a PSD nameplate for my Orion destroyer, with my speific name. But in FRED it is not shown. It seems, that the file is wrong or has an error... but i cannot find it.

Adding one of goobers names works fine, but i need other names.

  

Offline Goober5000

  • HLP Loremaster
  • 214
    • Goober5000 Productions
Re: Wing Error - need help to fix it
You didn't try to specify it in FRED as PSD, did you?  Read the nameplate tutorial again -- it needs to be converted to 8-bit PCX.  (Or you could also convert it to one of the formats that FSO recognizes, such as PNG or DDS.)