Jump to content

-TW- Quintus

Member
  • Content Count

    57
  • Joined

  • Last visited

  • Medals

Everything posted by -TW- Quintus

  1. Nick:Quintus Location:Amsterdam GMT +1 Comms : TS Mods : ACE2 and all extras, ACRE and everything that's needed to play a specific mission Roles : Armored Infantry. Game: ArmA 2 + OA + BAF + PMC Looking for a friendly group that's doesn't have forced training times. I want to play for fun, but with the use of good tactics etc. My English is fine, I understand a bit of German as well. PM me.
  2. I'm trying to install the tool but so far I can't get it to work. The moment I start the tool I have 2 options h (help) and f (filename) and after 2 or 3 seconds, it closes... I've installed it on my server to the following path: Z:\Bohemia Interactive\BEC My config file looks like this: And my shortcut looks like this: "Z:\Bohemia Interactive\BEC\Bec.exe" -f Config.cfg I'm starting my server via the TA2DST tool.
  3. -TW- Quintus

    [CAMP] Carrier Operations - Duala

    Hi, I've tried those before but I didn't like them so i'm using the Arma II Launcher 1.4.1.0 now, which is a player made one, not BI:). Still can't load the campaign though..
  4. -TW- Quintus

    [CAMP] Carrier Operations - Duala

    When I try to start the campaign, it doens't load anything. I can still move the mouse but I can't go back into the menu. I have everything loaded via ArmA II Launcher 1.4.1.0: "-mod=D:\Bohemia Interactive\ArmA 2;Expansion;ca;@cba;@isla_duala;@gltmissilebox;@nimitz;@marinesf18hornet;@mar_inf_marines" "-name=Quintus" -nosplash -noPause -cpucount=4 -exThreads=7
  5. -TW- Quintus

    The Undead Mod

    What's the difference between the 0.90 version that had the Host and Client folders in it?
  6. -TW- Quintus

    The Undead Mod

    Thanks a lot m8!
  7. -TW- Quintus

    The Undead Mod

    Can someone reupload .90 version of the zombie mod?
  8. -TW- Quintus

    Degeneration V2.10 -Zombie Reign-

    Could someone re upload .90? I'd like to test .84, .85 and .90 to see which one works best on my server.
  9. hi all, I've been trying to make a script that randomly spawns the ied guys from 00dc15's excellent ied script on the map. I've looked at the new DAC3 which does the random spawns perfectly but i could not find anything in there that could add a script to the init line of eacht randomly spawned unit. thanks in advance, Quintus
  10. Works great on my Domination Fallujah map that i've made this weekend! Now to find a way to randomly spawn these guys around the map the whole time. Perhaps a respawn script will do the trick... Will they randomly create IED's around the map until they get killed?
  11. Hi there. I have a small problem with my server which I can't solve. My Goal: Adding ACE2 to my server so that I can run ACE2 maps on it:yay: My setup: It's a dedicated server hosted at a server park. It works splendid without any mods added to the command line or shortcut. This is the shortcut of the Dedicated server located at the server park: C:\gameservers\myname\ArmA2Server.exe -port=2303 -name=default -config=defaultserver.cfg -cfg=defaultArma2.cfg -profiles=default -mod=@CBA;@ACE;@ACEX The Problem When I add the mentioned mods to the command line, the server doesn't show up in the server list. To me it seems like the command line is correct. I've tested it on a Dedicated server on my own rig at home and the command line works perfectly. I've used my own ArmA 2 install folder to set it up. The shortcut of the Dedicated server located on my own rig is: "E:\Bohemia Interactive\ArmA 2\ArmA2Server.exe" -port=2303 -name=default -config=default\server.cfg -cfg=default\Arma2.cfg -profiles=default -mod=@CBA;@ACE;@ACEX It shows up in the multiplayer list and I can play on it. It's far from perfect as I'm running two ArmA 2 games at the same time. My thoughts: None as of yet. But do all four ACE2 maps (userconfig,@ACEX,@ACE,@CBA) have to be uploaded to the main folder of my Dedicated server, in this case C:\gameservers\myname and added to the ArmA2Server shortcut to load? I haven't added the full 1GB+ ACEX folder to my server, only an empty folder named "@ACEX". The other 3 folders are completely uploaded to the server. I hope everyone reading this can understand it, if not feel free to ask what's the problem:). Kind regards, Quintus
  12. -TW- Quintus

    CRCTI Warfare ( cti ) MP

    Been trying crcti_kb_16_r3_ace2 for a day now. - Performance is very bad. Server goes to max 9 fps in a few minuts of gameplay. - Server crashes within 5-10 minutes, mostly once it finishes loading the map. I've switched back to crcti_kb_16_r1_ace2 and the above mentioned problems are gone. It happens to my dedicated server on both the Takistan en Chernarus maps. - Soldiers are still the old ArmA 2 USMC and RUS models:)
  13. -TW- Quintus

    CRCTI Warfare ( cti ) MP

    Yeah but what I meant was that you still have to buy everything again. Would be much cheaper if you still can keep your weapons and stuff after you die:) Thanks for the answers!
  14. -TW- Quintus

    CRCTI Warfare ( cti ) MP

    Great missions so far! Some things that I would like to see: - parameter for saving your gear lay-out, without having to re-buy everything. - Auto-add AI option for static defences. Perhaps increase the amount of money a static defence costs. This way you wont have to use your own unit slots for defences. - The auto equipment list and auto unit list parameter are working very well here with little loading time. However an option for only US or RUS weapons and units would be great. But keep the option to have all weapons and units:). -It takes quite a while to find things like ear plugs, gas masks etc and you can't buy more then 1 of them at once because of the limitations of the UI. I think the standard BIS ui for buying stuff is much, much better especially if you want to use rucksacks etc. Last thing I would like to know is what the "ACE models' parameter does.
  15. -TW- Quintus

    The Undead Mod

    I think the .85 version will include a coop mission. Also I think there are two coop missions already available at armaholic.com.
  16. Yes they all work (Shift-F for weapon placement etc). I've changed the keys to Y and U and everything is working now:)
  17. Thanks for the help, but it didn't work. I've changed it back to the original: // Interaction class ace_sys_interaction { class Interaction_Menu { key = 220; // win l shift = 0; }; class Self_Interaction_Menu { key = 221; // app shift = 0; }; Still doesn't work on 3 different keyboards.
  18. I've changed it to the following: // Interaction class ace_sys_interaction { class Interaction_Menu { key = 221; // APP shift = 0; }; class Self_Interaction_Menu { key = 220; // WINR shift = 0; }; So it must be the RIGHT windows key but it still doesn't do a thing.. BTW the original setting was a typo too. That's working for a friend of mine but not for me so perhaps all the keys are typos?
  19. I've tried it with another keyboard that does have the key, but it doesn't work on that either.
  20. That's nice, I don't have a RIGHT Windows key _0-. I've also tried all the keys i've got to the right of my SPACE key but they don't work either.
  21. For some reason I get the Self_Interaction_Menu to work. My Ace_Keys is located in D:\Bohemia Interactive\ArmA 2\userconfig\ACE and my Profile name has been added to ace_clientside_config. Inside my Ace_keys the menu has been set to the following: // Interaction class ace_sys_interaction { class Interaction_Menu { key = 220; // win l shift = 0; }; class Self_Interaction_Menu { key = 221; // app shift = 0; However, when I press the Left Windows button, nothing happens (For instance I want to put on my tactical glasses). When I set it to alt r or alt l, it doesn't work either... I'm not sure what i'm doing wrong here.
  22. -TW- Quintus

    Arma 2 freezing

    Hi all, My Arma 2 game is freezing constantly after a hour or so playing the game. This usually occurs when engaging enemies and always when I die and want to re spawn. What happens is that the game suddenly freezes for about 10 seconds and then works for like 2 seconds before freezing again for 10 sec. My shortcut: "D:\Bohemia Interactive\ArmA 2\arma2.exe" -mod=@cba;@ace;@acex;@gl4;@zcommon_ace;@mma;@mma_xeh;@misc;@acex_sm;@okt_noblurbeta;@panthera;@duala;@acex_pla;@slx;@us08 "-name=Quintus" -nosplash -maxMem=2047 -cpuCount=4 My DXdiag:
  23. -TW- Quintus

    Arma 2 freezing

    Yes, unfortunately...
  24. -TW- Quintus

    Customized Warfare, take a look

    Looks lik a lot of fun. To bad they don't have an ACE2 version available...
  25. Looking very nice indeed. The temp. bridge could use some work tough. My humvee got tossed of the side while driving over it:D
×