Author Topic: Little question about custom loading screens  (Read 1948 times)

0 Members and 1 Guest are viewing this topic.

Offline Solatar

  • 211
Little question about custom loading screens
I'm trying to FRED a simple mission, and I figured "what the heck?" and took a screenshot of the mission for use as a loading screen (kinda a preview).

I selected it in FRED, but it refuses to show in fs2_open (using fs2_open_T-20041230). It also refuses to stay in the text box in FRED after I save it...

I've put it in data/missions and data/interface, as well as /data.. Is there a specific place I need to put it? Or anything else I need to know? Thanks.

-Solatar

EDIT: it's a 256 color pcx

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Little question about custom loading screens
What filename are you using for the image?  You set the image for both resolutions or just one?

Not sure what's going on there with FRED clearing the textbox on save but somebody will look at it.

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Little question about custom loading screens
ill take a look since i implemented it.  mantis it

edit:
make sure you post the mission in question as well as the loading screens.
« Last Edit: January 02, 2005, 05:53:19 pm by 31 »
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Re: Little question about custom loading screens
Quote
Originally posted by Solatar
I selected it in FRED, but it refuses to show in fs2_open (using fs2_open_T-20041230). It also refuses to stay in the text box in FRED after I save it...
This sounds just like the disappearing squadron info bug from retail FRED2.  Someone probably forgot an UpdateData call.

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Little question about custom loading screens
:nervous:
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline Solatar

  • 211
Little question about custom loading screens
Filename is SM-01-loadHires.pcx (only in hi-res right now).

I'll post the completed mission here in a while if I can find some webspace, but it's a bit heavy on the MODs...(I was experimenting with Shivan ships, etc...).

I don't think it's mission dependant though, because I've had this problem before.

EDIT: I'll see if I can add it manually in the mission with Notepad.:)

 

Offline Solatar

  • 211
Little question about custom loading screens
Code: [Select]

$Starting wing names: ( "Rama" "Arjuna" "Gamma" )
$Squadron wing names: ( "Rama" "Arjuna" "Gamma" "Delta" "Epsilon" )
$Team-versus-team wing names: ( "Rama" "Zeta" )
$Load Screen 1024: SM-01-loadHires.pcx




Doesn't work however.

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Little question about custom loading screens
i figured it out.  both $Load Screen 1024: and $Load Screen 640: must be present

Try making a dummy entry that uses the 640 entry for now.

this behavio(u)r has been corrected.
« Last Edit: January 02, 2005, 07:02:34 pm by 31 »
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline Solatar

  • 211
Little question about custom loading screens
I filled in both slots, and although the text disappeared, the loading screens DO show up.:D

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Little question about custom loading screens
nevermind.  the text boxes work on my end.  dunno what could be causing it.
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Little question about custom loading screens
What you did works phreak, he just needs a new FRED build.  The text box was getting cleared on parse so both problems were from the same issue which you fixed. :)

 

Offline Solatar

  • 211
Little question about custom loading screens
Well, I'll try to find a more up to date version of FRED, but since it's working fine I won't complain further. Thanks for your help. :)

 

Offline phreak

  • Gun Phreak
  • 211
  • -1
Little question about custom loading screens
well its gonna require a fred build that hasn't been released yet.  you just need to remember to fill in both resolutions for now, even if the other one is just a dummy.
Offically approved by Ebola Virus Man :wtf:
phreakscp - gtalk
phreak317#7583 - discord