Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Another question : will the skins issues be solved in next release ?
Ok, I asked to my players to don't use them but for you I can try to allow it and find in the rpt and other logs where the issue is...
Ok, it was something I would like to discuss : we have somtimes some desynchro, do you know were it is coming from ?
Yeah i dont want to point fingers eithrr because it could just be me being ignorantI'm using CC too... but CC is quite similar to reality and quite stable too so it is strange to have this issue !
will this work with the car radio script?
Create a new folder in your mission's folder (where the mission.sqm is located) and name it music. In this folder you place your music file (should be .ogg format).
Now create a new text file also in your mission's folder (not in the music folder) and name it description.ext. (Make sure it's description.ext not description.ext.txt)
Open this file with notepad or any other text editor and write this into it:
class CfgMusic
{
tracks[] = {ClassName};
class ClassName
{
name = "MyTrack01";
sound[] = {\music\FileName.ogg,db+0,1.0};
};
};
ClassName can be anything, but you'll need it later again. So maybe the name of your music track?
FileName.ogg has to be the exact name of your .ogg file.
Save and close the description.ext and return to the mission editor. (Note: After making changes in the description.ext you'll have to save or re-load your mission for the changes to take effect.)
Place the CLAY Car Radio logic. Write this into it's init line:
CLAY_RadioAddMusic = [["ClassName","Song Name",Length]]; CLAY_RadioVehiclesClass = [];
ClassName is the same ClassName as used in the description.ext
Song Name can be anything, this is the text shown in the radio.
Length is the length of your track in seconds (has to be a number)![]()
Now the radio should be ready to go with your own track included.
1) I have never worked with anti hack. 2) The booby trapped seahawk will be gone in the next update. I think we will be done with it soonthe asc anti hack whitlisting & the rogue boobytrapped blackhawk???