Jump to content

theirongiant

Member
  • Content Count

    19
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About theirongiant

  • Rank
    Private First Class
  1. theirongiant

    Recommend a great Co-op mission for 5-8 players

    Cheers man, apreeciated
  2. theirongiant

    Recommend a great Co-op mission for 5-8 players

    Cheers, I had a look in the usermissions section and it seemed to be more for posting missions people had created than the sort of question I had. Thanks for the recommendations anyway, I'll have a look at them.
  3. Hi, I've got a dedi arma server and fancied running a wee arma night. I'm looking for an engaging co-op mission for 5-8 players, preferably w/o addons just to keep setting up the first one straightforward - we can get more adventurous as time goes on :D There seems to be tons of missions to select from but I'm hoping there are some standouts that can be recommended that I can try out and guarantee a good variety of play for my group. Thanks in advance for any recommendations.
  4. Thanks, I'll check that out.
  5. Hi, I've two quick yes/no questions if anyone could indulge me with a definitive answer to them. Do GUI id's (when not -1) need to be unique per mission or just within the dialog itself? The side panel texture of vehicles seems to be mirrored over to the other side meaning any text appears reversed, is there any way to overcome this? Cheers
  6. If there somewhere in the cfgs where I can change the TYPE and MISSION fields that are shown in the server browser? I've noticed that other servers running the same mod have entries here that differ from mine so I guess there must be somewhere I can set it but I've googled about all morning and can't find anything referencing it.
  7. I'm trying to create custom billboards to dot around the map. I've got one billboard working by creating 2 user textures and a sign, set up like this: class Item245 { position[]={2292.2075,5.2117977,5794.7881}; azimut=-3.66664; id=340; side="EMPTY"; vehicle="UserTexture1m_F"; skill=0.60000002; text="zslogo"; init="this setdir getdir(zssign); this setObjectTexture [0,""custom\images\zs-sign-1.paa""]; this attachTo [zssign,[-0.5,-0.03,0.6]];"; }; class Item246 { position[]={2287.3711,5.223042,5788.4814}; azimut=-84.947701; id=341; side="EMPTY"; vehicle="Sign_F"; skill=0.60000002; text="zssign"; }; class Item247 { position[]={2295.4216,4.9860601,5794.3965}; azimut=-81.272301; id=342; side="EMPTY"; vehicle="UserTexture1m_F"; skill=0.60000002; text="zslogo2"; init="this setdir getdir(zssign); this setObjectTexture [0,""custom\images\zs-sign-2.paa""]; this attachTo [zssign,[0.5,-0.03,0.6]];"; }; Currently the init of the user textures is driving alignment, loading and attaching to the sign but what I'd like to do is have two master user textures and have the init of the sign clone the masters and do the attachment. That way I only have to worry about placing copies of the sign in the editor and the texture objects only have to go to the disk once for their image. I'm happy enough rejigging the code to work that way but I can't see anyway to clone an object in script. Is this possible?
  8. There are a ton of mods out there that I've played and they all bring something unique to the table but if you could have one mod that had all the best bits what would they be?
  9. I've had the same problem this evening with a new server, commenting out the reportingIP line did the trick for me although I had to wait till the game had a list of 1300+ servers before mine would show. I starred it and after a couple of hours it started showing up a lot earlier. Don't know if this will be much help to you but thought I'd throw it out there
  10. Copied the \Steam\SteamApps\common\Arma 3\DirectX folder over to my server and ran the setup as tom_48_97 suggested and it sorted it out. Cheers
  11. theirongiant

    Bandwidth requirements

    Cheers for the info folks, punched the numbers into my calculator and it made a smiley face, looks like I'll be good to go.
  12. theirongiant

    Bandwidth requirements

    Cheers, appreciate the reply, by my calculations (which admittedly could very well be wrong) your usage per month probably won't top 4,000Gb?
  13. I'm spec'ing up a dedicated server at the moment and I have two options for bandwidth: a 10Mbit port with unlimited usage or 100Mbit port with 10,000Gb a month limit. I'm unsure as to which would be best suited to running arma, I realise it might be very situational but most recommendations I've found have suggested 100Mbit or 1Gbit but I can't see any ball-park figures for what usage over a month would be like for a run of the mill MP server. Anyone care to throw some numbers at me?
  14. I read something recently saying that the black rectangle thing happens with jpg's and it's to do with the compression. Could try converting to paa (http://forums.bistudio.com/showthread.php?89147-Converting-jpg-to-paa). In saying that, i'm a newb so it's possible, and probably likely, that i'm wrong but I thought I'd throw it out there.
  15. That was my first attempt but, for some reason I haven't figured out yet, the bunny would spawn at the bullets position but then would delay until the bullet was deleted* before firing itself. This was most noticeable when firing in the air when the bunny would stay in place for a few seconds before shooting away. I suspect that the time taken to create the bunny is causing a large degree of lag, i was toying with the idea of pre-creating bunnies (i think stacking them on the players head would be fitting) to avoid the createVehicle cost when firing. That might be my next avenue, if that doesn't work is there anyway of enumerating the projectile object's properties so I can try poking about it's innards * after it had come to rest or expired not deleted by me.
×