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
-
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
-
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.
-
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:
;Wait here few seconds
cutRsc ["mytitle", "PLAIN"]
-
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