Home   Help Search Login Register  

Author Topic: Scrolltext problems.  (Read 840 times)

0 Members and 1 Guest are viewing this topic.

Olphy

  • Guest
Scrolltext problems.
« on: 11 Jul 2005, 00:44:08 »
Hi.

I tell you, OFP never ceases in finding ways to piss me off. What I am trying to do it to make a scrolltext sequence using Blanco's own script. I have created a background for where my text will scroll accross (which I have labelled "Blackscreen" if it is of any relevance) into my "description.ext" file.
« Last Edit: 11 Jul 2005, 00:47:12 by Bazzer »

Olphy

  • Guest
Re:Scrolltext problems.
« Reply #1 on: 11 Jul 2005, 00:46:25 »
I have then made a script which is refered to in my mission by entering:

Code: [Select]
this exec "scrollingscript.sqs"
into my soldiers "On Activation" field.

In this script I have inserted the resource which is "Blackscreen" into my script for it to refer to.

Olphy

  • Guest
Re:Scrolltext problems.
« Reply #2 on: 11 Jul 2005, 00:49:13 »
So far so good. Only when I now play flashpoint with this script implemented, I get this error message:

What am I doing wrong?

Olphy

  • Guest
Re:Scrolltext problems.
« Reply #3 on: 11 Jul 2005, 00:54:42 »
It must be noted that I did a straight copy and paste from blanco's tutorial misson and configured the script to my desire and it worked. That is until I copied that into the actual mission I was making (I configured it in a tester mission you see) and then it didn't work. I copied it back into my tester mission and then that one didn't work either.

Strange...

Olphy

  • Guest
Re:Scrolltext problems.
« Reply #4 on: 11 Jul 2005, 22:28:43 »
Any ideas people as this is racking my brain?  :(

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:Scrolltext problems.
« Reply #5 on: 12 Jul 2005, 00:27:30 »
jings - five consecutive posts man - that must be a record. in future, please make use of the 'modify' button to edit your previous post if it's the last in the thread and you have something to add. keeps things nice and tidy ;)

my only thought would be that it may well be case-sensitive - the dialogue is defined as "Blackscreen" whereas looking at the error message, "blackscreen" is being asked for.

not sure if that makes a difference, but knowing flashpoint, it may well be ;)

if that fails, zip the mission and i'll take a look.

Offline Blanco

  • Former Staff
  • ****
Re:Scrolltext problems.
« Reply #6 on: 12 Jul 2005, 15:44:26 »
I can't test things out for ya, OFP is not installed atm.

But It could be something stupid...read the FAQ in the tutorial.

Quote
Q - I define a new sentence in the description.ext, I save and preview it in the editor and nothing is changedâ€Â¦ why? (Or I recieve an error message, can't find...blablabla)
A - You have to reload the mission in the editor for every change you make in the description.ext, otherwise it won't take effect.


BTW: It's not my script, it's from COC. I wrote the tutorial.

PS : Dialognames are not case sensitive.
At least I didn't pay attention on it in the demo mission and it works.



« Last Edit: 12 Jul 2005, 17:46:59 by Blanco »
Search or search or search before you ask.

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:Scrolltext problems.
« Reply #7 on: 12 Jul 2005, 17:23:02 »
Quote
PS : Dialog names are not case sensitive.

thanks for that info blanco sir, i shall add that to the knowledge base ;)

Offline Blanco

  • Former Staff
  • ****
Re:Scrolltext problems.
« Reply #8 on: 14 Jul 2005, 15:57:46 »
@ Bazzer

Problem solved?
Search or search or search before you ask.

Olphy

  • Guest
Re:Scrolltext problems.
« Reply #9 on: 14 Jul 2005, 21:18:55 »
Hi Blanco.

Yea problem solved mate. :) I don't know what was casuing it but starting again from scratch seemed to do the trick.

Thanks for all of the help boys. :)