OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: Trash Can Man on 30 Sep 2007, 18:58:19

Title: description .ext help
Post by: Trash Can Man on 30 Sep 2007, 18:58:19
Why is it I can see my what I put in my description file while on my home server. When I put it on my dedicated server It doesn't show up?

TCM


Title: Re: description .ext help
Post by: JasonO on 01 Oct 2007, 02:32:06
So your viewing it in your web browser as http://yoursite.com/files/Description.ext ?

Might be how your web host is processing it when viewing, although saving it via download shouldn't be a problem. Can you give us a link? Also, have you tried viewing the page source. Only thing I can suggest is changing extension to .txt and then converting it when you get back.
Title: Re: description .ext help
Post by: Mandoble on 01 Oct 2007, 10:26:39
Do you mean that your dedi server cannot "see" the resources defined in description.ext file and hence is not able to handle with tittles or dialogs defined there?

A dedi server doesnt have any player, so any sound or visual resource activated only in the dedi server will not be "seen" by anyone.

If you have a tittle named "mytitle", try the following in the init.sqs file:
Code: [Select]
;Wait here few seconds
cutRsc ["mytitle", "PLAIN"]
Title: Re: description .ext help
Post by: Trash Can Man on 01 Oct 2007, 22:39:47
I  fixed it.... I just need to do like you said Mandoble, I added a couple of trigers....works fine now.

Thanks again guys for your input!!

TCM