Home   Help Search Login Register  

Author Topic: Greeting messages and strings.  (Read 2369 times)

0 Members and 1 Guest are viewing this topic.

Offline Cougarxr7

  • Members
  • *
Greeting messages and strings.
« on: 06 Jul 2009, 16:06:05 »
I ran a greeting message in Armed Assault. Try it in Arma and it gave me an error.
Can't remmember the error but I will try again, just to refresh my memory.
Is it different in Arma to setup titletext, than Armed Asault?
Also strings, I have seen these all over, "STR_M04t16_0", "STR_M04t24", "STR_M04t106", ect.., ect..
Where can I find the reference file to those strings?
Thank you for helping!
If this thread is in volation of forum rules , please delete.

Offline JamesF1

  • Editors Depot Staff
  • *****
    • JamesBurgess.co.uk
Re: Greeting messages and strings.
« Reply #1 on: 06 Jul 2009, 17:41:00 »
Those references are to stringtable entries.  But to do a simple titleText, you'll just need, e.g.:
Code: [Select]
player titleText["Hello!", "PLAIN DOWN"];

Offline Cougarxr7

  • Members
  • *
Re: Greeting messages and strings.
« Reply #2 on: 06 Jul 2009, 17:45:56 »
Thanks JamesF1, I got it working!
Still looking for a reference to those strings!
If this thread is in volation of forum rules , please delete.

Offline JamesF1

  • Editors Depot Staff
  • *****
    • JamesBurgess.co.uk
Re: Greeting messages and strings.
« Reply #3 on: 06 Jul 2009, 19:45:53 »
Take a read of this on the Biki.  It explains the use of Stringtables.

Offline Cougarxr7

  • Members
  • *
Re: Greeting messages and strings.
« Reply #4 on: 08 Jul 2009, 01:47:18 »
JamesF1,
 I am aware of the csv format, however the stingtable.csv used to be in the mission folder with the mission in Armed Assault.
Now in Arma2 there is no stringtable.csv in the mission folder.
Arma2 is using the stringtable.xml.
Please do me a favor and find this "STR_M04t60".
I have looked in the, "language.pbo", "languagemissions.pbo", and more.
Please let me know where you found it.
Thanks!
« Last Edit: 08 Jul 2009, 02:08:35 by Cougarxr7 »
If this thread is in volation of forum rules , please delete.

Offline i0n0s

  • Moderator
  • *****
Re: Greeting messages and strings.
« Reply #5 on: 08 Jul 2009, 06:17:47 »
Code: [Select]
<Key ID="str_m04t60"><German>FLUGFELD</German></Key>languagecore/ca/languagemissions/stringtable.xml

Offline JamesF1

  • Editors Depot Staff
  • *****
    • JamesBurgess.co.uk
Re: Greeting messages and strings.
« Reply #6 on: 08 Jul 2009, 08:27:58 »
I am aware of the csv format, however the stingtable.csv used to be in the mission folder with the mission in Armed Assault.
Sorry, I misunderstood your question - I thought you were merely puzzled by the strange 'strings' :)

Offline Cougarxr7

  • Members
  • *
Re: Greeting messages and strings.
« Reply #7 on: 08 Jul 2009, 09:35:22 »
Thanks i0n0s, it was right under my nose the whole time! ::)
Thats cool, JamesF1, thanks for replying!
« Last Edit: 08 Jul 2009, 10:03:51 by Cougarxr7 »
If this thread is in volation of forum rules , please delete.