Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Help please  (Read 3346 times)

0 Members and 1 Guest are viewing this topic.

Offline Killzone

  • Members
  • *
  • War is the true Enemy
Help please
« on: 13 Jan 2006, 00:10:35 »
Can someone point me in the right direction to learning how to change the text that comes up right before a mission starts. I notice a lot of people have there own text there.  I am talking about the screen that is all black and says: "Get Ready" along with the date.  

Thanks
"Everyone dies so deal with it and move on"

                                                      ME

Offline Killzone

  • Members
  • *
  • War is the true Enemy
Re:Help please
« Reply #1 on: 13 Jan 2006, 00:15:00 »
Forget it. I figured it out. I was having problems but just figured it out so YEA FOR ME!!!
"Everyone dies so deal with it and move on"

                                                      ME

yankme

  • Guest
Re:Help please
« Reply #2 on: 13 Jan 2006, 00:26:33 »
thats a good ? i beleive its defaut "Get Ready" i dont know if theres a tut on that but you need Microsoft Excel to do it. now if you putting sound in you file all you have to do is add to more strings,
line A put STRM_IntroText ,then in line B put heres johny
next line STRM_MissionText   then put in B 11:00hours ,,sorry i can exsplain it any better but i could send you a file and you would see. but it will look like this

 
Quote
    A                             B
[1]LANGUAGE    English   
[2]STRM_IntroText   Somewhere in the desert   
[3]STRM_MissionText   Resuce One   

Offline nominesine

  • Former Staff
  • ****
  • I'm NOT back!
    • The IKB Forum
Re:Help please
« Reply #3 on: 13 Jan 2006, 00:50:26 »
Well, even if Killzone has solved the problem Yankme's entry needs clarification. It's not that complicated.

The headlines for intros, missions and outros are set in the description.ext. Open the description in notepad or similar program. Add these two lines at the top of the document:

Code: [Select]
onloadintro="your text here"
onloadmission="your text here"

What's written between the quotes in onloadintro will be shown BEFORE the intro loads, but also BEFORE any otro (win or lose).

What's written between the quotes in onloadmission will be shown AFTER any intro, but BEFORE the briefing screen pops up.

The excell document Yank is refering too is simply a string table. Inside his mission there still has to be a description.ext file that says

Code: [Select]
onloadintro="STRM_missionText"
onloadmission="STRM_missionText"

Otherwise his example will not work.

EDIT: By leaving the space between the quotes blank, you will not have anything but time and date, no "Get Ready", no nothing. The time and date will always be shown, though. Afaik there's no way to remove them.
« Last Edit: 13 Jan 2006, 00:55:43 by nominesine »
OFPEC | Intel Depot
RETARDED Ooops... Retired!

yankme

  • Guest
Re:Help please
« Reply #4 on: 13 Jan 2006, 00:54:48 »
you right nominesine lol i took the long road home  ;)
theres know A++ or C++ here , ive learned more from tareing things apart
« Last Edit: 13 Jan 2006, 00:58:12 by yankme »

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Help please
« Reply #5 on: 13 Jan 2006, 01:07:38 »
Nawww, you don't need excel for the stringtable.......just use notepad.


Planck
I know a little about a lot, and a lot about a little.

Offline Pilot

  • Contributing Member
  • **
Re:Help please
« Reply #6 on: 13 Jan 2006, 01:36:22 »
...how?

-Pilot

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Help please
« Reply #7 on: 13 Jan 2006, 01:45:57 »
Right click the stringtable and choose Open With.......

Find notepad in the list ........and away you go

Alternately use the Send to menu feature to send it to notepad.......you need to have a shortcut to notepad in the SendTo folder in the Windows folder.


Planck
I know a little about a lot, and a lot about a little.

Offline Pilot

  • Contributing Member
  • **
Re:Help please
« Reply #8 on: 13 Jan 2006, 01:52:21 »
...oh, so simple. :P

Thanks. :)

-Pilot

Offline Triggerhappy

  • Contributing Member
  • **
  • Llama, it's what's for dinner.
Re:Help please
« Reply #9 on: 13 Jan 2006, 02:54:19 »
sure you can open one in notepad, but can you make one from scratch with it?

Offline Pilot

  • Contributing Member
  • **
Re:Help please
« Reply #10 on: 13 Jan 2006, 03:00:27 »
Sure, just right click-New-Text Document, and name it stringtable.csv

-Pilot

Offline The-Architect

  • Former Staff
  • ****
  • Bite my shiny metal...
    • Bob's Un-official Flashpoint Page
Re:Help please
« Reply #11 on: 13 Jan 2006, 04:39:26 »
You guys really seem to be overcomplicating this. Granted stringtable text is more readily maniulated if you want different fonts but surely all this guy needs is the,

onloadintro = " "

and

onloadmission = " "

commands that go in the description.ext.

Forgive me if I misunderstood his question.
James Andrew Wilkinson 1977 - 2005 R.I.P.
"If it ain't the friggin' incoming it's the friggin' outgoing. Only difference is who gets the friggin' grease, and that ain't no friggin' difference at all."

Offline nominesine

  • Former Staff
  • ****
  • I'm NOT back!
    • The IKB Forum
Re:Help please
« Reply #12 on: 13 Jan 2006, 06:42:13 »
surely all this guy needs is the onloadintro and onloadmission that go in the description.ext.

As I said a couple of hours ago... but no one seems to listen to me any more *sigh*
OFPEC | Intel Depot
RETARDED Ooops... Retired!

Offline Killzone

  • Members
  • *
  • War is the true Enemy
Re:Help please
« Reply #13 on: 13 Jan 2006, 07:25:48 »
Wow!!   I really appreciate all the replies. I also use notepad for everything it just so much easier in my opinion.

Hey maybe you can help me with another problem that is probably simple but I just cant find how to solve it. I have been practicing with cut scenes and learning how to script cameras and such from all the great tuts on this site. Well anyway I have a cut scene at the begining of a mission that plays music is there a way I can stop this music a script? After the cutscene the music continues which I dont want. I checked the comref but its tough when you dont know what your looking for


Thanks people  ;D
"Everyone dies so deal with it and move on"

                                                      ME

Durbs

  • Guest
Re:Help please
« Reply #14 on: 13 Jan 2006, 07:40:19 »
u tried fademusic?

1 fademusic 0

 :D