Jump to content
Sign in to follow this  
Guest

Strange problem with radio messages.

Recommended Posts

Guest

I have my radio msg up but i cant get the stringtable to type my text like on Bravo under, but when i joust type in the text i want to be shown in title in Description.ext it works, so Why

Stringtable.csv???

And why wount stringtable work?

class CfgRadio

{

sounds[] = {

00r29,00r21

};

class 00r29

{

name = "";

sound[] = {"alpha.ogg", db-40, 1.0};

title = AlphaBlack, this is BravoRed where in position and awaiting your orders, over;

};

class 00r21

{

name = "";

sound[] = {"bravo.ogg", db-40, 1.0};

title = $STRM_bravo;

};

};

Share this post


Link to post
Share on other sites
Guest

LANGUAGE English Comment

STRM_bravo Bravo red commence attack over.

Share this post


Link to post
Share on other sites

This is what the stringtable should look like:

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">

LANGUAGE,English,Comment

STRM_bravo, Bravo red commence attack over.

<span id='postcolor'>

The variables need to be sperated by a comma.

RED

Share this post


Link to post
Share on other sites
Guest

Maybee iam stupid, but i really dont get this, and the other stringtables doesent have a , in them to seperate.

Shouldent it be enough to write:

LANGUAGE in Cell A1

English in Cell B1

Comment in C1

My string exactly as its written in Description Ext ex the $ in A3

and my text in B3

Is there more to it?? Dont get this.

But do i really need Stringtable?

It worked for me typing it in Description ext under Title

Is that a bad way of doing it?

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Sleepers-Neo @ Feb. 03 2003,15:50)</td></tr><tr><td id="QUOTE">Shouldent it be enough to write:

LANGUAGE in  Cell A1

English in Cell B1

Comment in C1<span id='postcolor'>

Do not use MS Excel (or another editor with different format) for creating and editing of stringtable.csv.

If you unpack some mission from official campaign you can see format:

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">

LANGUAGE,"Czech","English"

STRM_FIRST,"Tak ty si myslís....","So you think..."

<span id='postcolor'>

And when you open and save it in MS Excel the format changes to :

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">

LANGUAGE;Czech;English;

STRM_FIRST;Tak ty si myslíš...;So you think...

<span id='postcolor'>

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×