Jump to content

Intact

Member
  • Content Count

    9
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Intact

  • Rank
    Private
  1. Others must have already asked you this, but have you thought about applying at BI?
  2. Thank you so much Grimes, it worked! I'm really new when it comes to the editor & scripting so thanks a lot for explaining me in detail what to do :) Btw I didn't mean to say that your code was bad because I didn't work for me, I knew I was using wrong variables but I really didn't know what.
  3. Thanks for the reply. I haven't gotten far though, that line of code gives me an error message when I preview the mission. I must be using it wrongly. This is what I use in my init.sqf: if (!(bob)) then { trigger setMusicEffect "$NONE$"; }; I've also tried: if (!bob) then { trigger setMusicEffect "$NONE$"; };
  4. Hi I've created a simple mission where an AI activates a trigger and then a track plays(through the effects option of the trigger). But my problem is that this track plays for everyone on the server. I would like it to play for only myself, or a selected group of people. How do I do this? I've alrdy searched the internet and this forum but I haven't found anything about this. Thanks
  5. Hi I just wanted to play around with the editor and decided to add a few custom sounds. However, when I try to play the mission now I get this error: "... line 9: '/CfgMusic.': ':' encountered instead of '=' " Could someone please help me fix this? Thank you My description.ext: class CfgMusic { tracks[]={}; class music1 { name = ""; sound[] = {\music\music1.ogg, db+1, 1.0}; }: class nuke { name = ""; sound[] = {"\nuke\nuke.ogg", db+0, 1.0}; }: }:
  6. Intact

    Bad FPS in Full Release

    I get 45-50FPS with my 7790 graphics card... except multiplayer where everything goes to shit.
  7. "Textures suddenly ‘pop in’ Arma3 streams textures from the install directory, improving the speed the data can be accessed will minimise the texture pop in. Solution: Install the game on a solid state hard drive (SSD). Solution: Given enough RAM, install the game onto a RAMDisk. This is not easy and requires a large volume of RAM (12GB+ ideally)." A friend of mine had no problem at all with Arma 3 pop in (game is installed on HDD) but after the latest update he suddenly has extreme close range texture pop-in. He noticed that his HDD is full and he cleared some space until he had 30 GB free of space. He says the pop-in is less now. So another solution than installing it on the SSD might be to simply clear space if your HDD is almost full.
  8. I just made an account (I usually only read threads) to express my utter disappointment in the lack of content and more specifically the lack of jets (I'm also a big fan of air support). I do really hope they will release much more content with the episodic campaign and not as a 30€ DLC/Expansion pack. Anyway, I would've preferred if they had waited a few more months before releasing the game.
×