Jump to content

Mad_Reizka

Member
  • Content Count

    48
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Mad_Reizka

  • Rank
    Lance Corporal

Contact Methods

  • Youtube
    channel/UCOxbfXlOQA1XVSDqX5o0nFA
  1. I really love this map, and I'm glad to be around to see this thing grow to what it is today. The way Tonto and the crew worked on the forests and wilderness areas are something other map makers should take notice. Forests really feel like forests, not just areas with few trees sticking out. Great work, and I have plenty of mission ideas in mind for this one. Good work!
  2. Im working on a PVP mission where I want to use the artillery tanks. But with their default loadouts, I think they are way overpowered (clusters, mine clusters etc). Is there way to balance the OP artillery tanks via mission editing, like a script that would remove all the other ammo types but the 155mm artillery shell?
  3. Thanks for your quick reply. Only condition I have is "this", so: this && {isTouchingGround _x} count thisList > 0 should work?
  4. Im working on a MP mission, where I want to spawn units to towns when players are about 1k-500m from the town. The spawn script works nicely (militarize.sqf) on a trigger I placed over the town with the radius I want but here is the problem: I want to limit the trigger not to fire if an airunit flies over the trigger. Idea being that if the air unit flies all over the map, it wont spawn the AI into the other towns for nothing. I want to ease the server load by spawning enemies to towns when needed, so they dont burden the server when they are not needed. Another question, do I have to add some special isServer stuff to the triggers so they dont fire for each client, but only on server. (So it only fires once, not 60 times) And Zeus is out of the question since I dont like it :)
  5. Mad_Reizka

    [CAMP] 100 Days

    Excellent work! Played this today for many hours and enjoyed them alot. The custom arty, medevac and air support scripts/functions makes this really interesting. Good work!
  6. Mad_Reizka

    ACW - Looking for new players

    We are currently starting to play PVP and DayZ with the crew, so if you wanna experience most of the BIS games with us, hop in at http://www.coopweekend.com We will be playing co-op as always, and here is a little taste from last weekend:
  7. Mad_Reizka

    ACW - Looking for new players

    ACW is always looking for more members! We just updated our modpack with some sweet weapons and maps! All made by the awesome Arma community! Eddie is also hard at work customizing our missions and making sure everything is as balanced as we can make it. So no overpowered assets dominating the battlefield. Every soldier is truly needed to complete the mission! So check out our site at www.coopweekend.com and join the fun! ( We also play other games together :) )
  8. Mad_Reizka

    JIP brokes missions

    More JIP weirdness is found when customizing weapon crates. The stuff in 'em dont seem to sync up. I'm working on a mission where you are to work on limited gear, but if some late bloomer shows up late to the game, he does not see the same stuff in the crates as the players who were there from the get go. Any ideas how to work around this? Like if I place 2 weapons and 10 mags into a crate, how do I make sure the JIP player will have the same exact ammount of stuff in the crate than the players who started the mission? Meaning if they leave 1 weapon and 3 mags left in the crate, JIP player will see exactly that. Because I just ran a quick test where I had few weapons in a crate and my friend JIP that session, and he could not see any of the custom stuff I put into the crate until I took em out and put them back. He also saw some stanag mags in the crate that were removed from the crate with the clearmagazinecargo command! I hate JIP issues!
  9. Mad_Reizka

    Arma 3 Item Restriction

    Ok, I depbo'd one domination mission, but didnt find anything usefull. Plus most of the scripts arent really that well commented that man of my scripting skill could figure out what they are for.
  10. Mad_Reizka

    Arma 3 Item Restriction

    I havent played Domination since A2 days, is there a version for A3 out? Or you mean Invade & Annex?
  11. Hey, I need a script that would restrict items for players in multiplayer. I tried googling but didnt get any good results, and since I can't script to save my life, I decided asking around here :) Basicly what I need is that units can be given "classes" in editor. Like putting a line in each units init, placing them in a class: Rifleman, Officer, SL, Marksman, Scout, etc. Then having a list somewhere for restricted items for each class, and when in MP, the server would check if the player can have access to the items his/her class can have. Example: Rifleman class cant equip or pickup any sniper kit. The script could just delete the item from their inventory when item/weapon is picked. Im trying to contol the items and weapons players can have in missions. Basicly people seem to equip them selves with 10x scopes even when they are just riflemen, and I wanna to get rid of that in my missions. Of course I could not spawn any scopes in my missions, but then Marksmans would get pissed. So I rather have a restriction system in place where if you are rifleman you only get the low mag scopes and cant put in 10x scopes you might run into. Also, if you could have as many classes you want, and have restriction lists to each class. The item should be removed immidiatly after it is placed in their inventory (so people dont try to cheat and have other people placing it in their backpacks), OR the script could run thru the items every x seconds and remove unwanted stuff. Thanks.
  12. Mad_Reizka

    ACW - Looking for new players

    ACW is always looking for more players to play with us! Here is two videos from our recent games: Here is footage recorded and edited by Dovahseg. We are assaulting three objectives from south of Altis. We have two fire teams, HQ team and Armor. Fire team leaders are Arneks and Sparks, HQ and commanding the platoon is done by Eddie, scout team is led by Subach and armor is handeled by The Jersey Devil and MadReizka. We move in, one objective at time. First objective is taken by storm as Arneks’s squad is driven straight to the heart of the enemy by Jersey Devil’s and Reizka’s Slammer tank. Arneks forms a stronghold and with the help of Sparks’s squad they start clearing it out from the enemies. With the help of scouting party, Eddie lands few mortar rounds to ease up the enemy defences even more. Video starts as the whole ACW platoon is moving as a convoy towards the first objective, stopping near a bridge just next to the objective. Next up, Whynot’s recording from the Insurrection mission. We are to capture collaborators and take out any militia units we encouter in the Pyrgos, the capital of Altis. We prepare for close quarter battle as the two teams are inserted into the area from two different directions. Sparks is leading Alpha team and is to take the northern side of the town, while Eddie leads Bravo and takes the southern side. Engineer squad is handeled by Shiny Bidoof, Subach is doing scout duty and HQ/command is in Reizka’s hands. Video starts as Kurkess gives us a lift in a chopper to the area, just south from Pyrgos. The going gets really awesome and tense as both teams run into IED’s and minefields while trying to get to the city. Enemy technicals and 50 .cal emplacements try to keep us down, but its all in vain! Check us out at http://www.coopweekend.com and drop us a line at the forums if you want to join us!
  13. Mad_Reizka

    JIP brokes missions

    We are having problems with JIP and commands given in unit initialization for playable characters. - If player joins server (jip), unit initialization commands are rerun with each player character (if they have something in their unit init field). - Group leaders get changed if you have SetGroupID command in unit init (or something). This error occured when we were playing and A3 crashed on one player, he then rejoined and one of the riflemans in the squad all the sudden became the group leader. - Other players seems to get their ammo again if set in unit init, if players are joinin in progress. - If you change uniform for a character, he will loose his uniform and appear half naked if JIP.
  14. Mad_Reizka

    Did last friday patch broke the revive scripts?

    Hey! Yes we changed to Farooqs revive, its just a bit hassle to update bunch of missions all the sudden. I really liked the stuff that came with INS Revive (squad management and View Distance settings), but for know I had to find a new revive to keep the server alive. Is there any released patch notes for this morning's Arma 3 Patch. In case it also broke something.
  15. Hey, did anyone else notice that after last friday's patch both INS and BTC revives started acting weird. INS Revive only seemd to work for some people and BTC gave the revived units 80 clocks to their inventory and sometimes spawned them 10 000 meters up the air. Is there already thread + info about this somewhere?
×