Jump to content

xx-LSD-xx

Member
  • Content Count

    144
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by xx-LSD-xx

  1. xx-LSD-xx

    Server.exe crash using Parachutes...

    The exploding choppers I can confirm. It's happened on my server since the DEV Beta release. It's totally random so I have idea how to reproduce or narrow down with the new engine.
  2. I play on a Laptop and don't have issues. It's a good Laptop but it's getting old. ASUS G73 i7 10 gigs ram Turbos to 2.7ghz ati5870. Mediocre setup average 15-45 fps in MP. It's all about optimizing your PC seriously. Be surprised how many complain yet they have 92 processes running in the background..Poor set up on the Internet..Registry errors blah blah blah. I could go on and on. Your PC should run like a sports car. Keep it clean and tune it up. My laptop is still kick'in ass after Three plus years. I'd wipe everything and start from a clean bloatware free install. Strip it down and start fresh it's a lot cheaper.
  3. xx-LSD-xx

    Surround sound problems, DEVs take notice

    I hope they are working on this. I feel like a dumbass when reacting to incoming fire I think is from my left then turning to face the threat only to be shot in the back. I think I heard the AI call me a Dumbass but I could be hearing things that aren't there..:( Maybe it's a FogOfWar effect or to many Bong tokes at lunch while at work effect.... Focus people.........Put down the Bong and fix this.... Please..
  4. Code: that is the command to add to the crate.....this addUniform etc...........
  5. xx-LSD-xx

    Insurgency

    What does this have to do with Insurgency? Your good news is Spam? @flashchaser Sometimes the PBO just gets screwed up try repacking it after opening it in the editor and repack your saved file. Sounds weird but It's a tip I received long ago that's help me out. if not try posting your RPT file. so we can see whats errors your having. Yeah never mind I just ran it and its fubared. Needs some attention to say the least. So ignore my post till I have some time to see I it's worth fixing or needs a rewrite...Don't think it does but I haven't looked at it
  6. Yea running on a server and hosting a game are very different. Beginning with the software a sever uses. Windows Server 2008 is not the same as windows 7 just to begin with. The server is config is alot different than someone hosting.
  7. xx-LSD-xx

    Graphics induced Crash.

    Also besides the report file make sure you have removed the drivers completely. Just un-installing does not completely remove the drivers. Get something like driver sweeper or a progy like that. Not doing a clean install can lead to some frustrating issues.
  8. Optimization of the code........ Fred41 said it best...... FPS matters most clients side since the server has no visual cortex.
  9. I don't entirely agree with that...the centralizing part.......It's a yes and well it gets complicated you'll end up with a mission that Lags because the server is doing to much. The server is the Hub everything flows through keep it clean and don't have it do work that can be done client side. Oh and the RPT.File will help so always look to it first for answers. Then the community will help you when you get stuck. You learn by what mistakes you make. I kinda threw the 2 words thing out the window. :butbut:
  10. xx-LSD-xx

    editing default missions

    Yes you need a program that will depbo the file. Look and ye shall find one. Now open your Arma 3 main directory folder and open the Addons folder and look for a pbo file named missions_f.pbo. open it with your new fancy program you D/L'd. I use eliteness myself but you have choices. Make one. Now move the unpacked file to your my documents/Arma 3/missions folder and you can now edit it in the Editor of course. Save said edit to your S/P or M/P folder it will save as a mission.sqf file. replace the Original with your edited mission.sqf. That's the short version. Not knowing how to unpack a pbo file I assume you have never edited before. Welcome....... I'll check back and others will help you also. There are some other files that need to be edited as you will learn. Good luck..... I hope this helps if not disregard what I said it's 5:00am I just woke up.
  11. I'll still do both. I have to much damn time invested in A2. And it's alot of work. A fact that people who haven't tried editing,modifying,scripting have no idea how much work is involved. And yes the reward is when someone says that was awesome and there is always who wrote this piece of shit? Good comes with the bad. The community for Arma is by far what makes it the best thing out there.
  12. xx-LSD-xx

    Insurgency

    Yeah it's slightly more involved then just adding Hitman000. To answer your question it would be easier to look at what you did. (Assuming you //my edit here// where you edited and what was edited//*/*) Makes life easier for peeps reading the code and more willing to help you instead of doing it for you. But everything is answered in previous posts.
  13. Just a heads up (_) is a local variable (object,value or string) command and with out it is a Global variable command
  14. xx-LSD-xx

    Insurgency

    @CallMeSarge: Looks like you might have missed a file. They need to be added to the UPS file that is located in server/AI/UPS add them to the #define westplayerstrings. eg. Hitman116 etc.... or whatever new slots you created. ---------- Post added at 09:35 PM ---------- Previous post was at 09:26 PM ---------- I've made 10 slot squad so I know works. I added Hitman110 and 116-119. Also I didn't want to increase player slots so I combined 5 man squad to 10 man Code: #define squadUnitStrings(X) [X+"1",X+"2",X+"3",X+"4",X+"5",X+"6",X+"7",X+"8",X+"9",X+"0"] #define westPlayerStrings ["Hitman111","Hitman112","Hitman113","Hitman114","Hitman115","Hitman116","Hitman117","Hitman118","Hitman119","Hitman110",\ "Hitman131","Hitman132","Hitman133","Hitman134","Hitman135",\ "Hitman141","Hitman142","Hitman143","Hitman144","Hitman145",\ "Hitman151","Hitman152","Hitman153","Hitman154","Hitman155",\ "Hitman161","Hitman162","Hitman163","Hitman164","Hitman165"]
  15. xx-LSD-xx

    Arma 3 - Insurgency on Stratis

    @maquez Thanks I got it to work and after using it I removed it. Thanks!
  16. xx-LSD-xx

    Arma 3 - Insurgency on Stratis

    Yea I've tried using the map,Bino's looking at the ground with no luck. Unable to comply is the response i get every time. Can anyone shed some light? Are the helos able to transport at this time?
  17. xx-LSD-xx

    Arma 3 Alpha crashing with Radeons

    Try flushing your Vram. Press Left shift plus the minus key on your numpad at the same time and then type the word flush ---------- Post added at 08:12 AM ---------- Previous post was at 08:11 AM ---------- I have a hd5870 and no problems as of yet.
  18. xx-LSD-xx

    Arma 3 - Insurgency on Stratis

    Ahh! I need the map click. Thanks Rodrigues I'll try that. Would help if that was in the briefing. ---------- Post added at 07:53 AM ---------- Previous post was at 07:31 AM ---------- I take it you have actually tried this and didn't just read it off the mission description. I get the same response. Can't comply. I've tried it with both versions of Arma3 and get the same results.
  19. xx-LSD-xx

    Arma 3 - Insurgency on Stratis

    How do you use the transport\evac feature? I press 0-8 then evac\transport and they always answer no. Delta squad leader,Alpha doesn't matter they always say no. what gives? Lil help please.
  20. I found some more errors. Rather funny I re-spawned in my underwear but was able to get my load out when I walked up to the ammo box. Here is a screenshot http://steamcommunity.com/profiles/76561197991695677/screenshots Also you have this: / Sets player's loadout from var loadout 0=[player,loadout] execVM 'set_loadout.sqf'; You don't have a loadout.sqf file you have fnc_set_loadout.sqf file and it comes up an error. Here's a screen shot http://steamcommunity.com/profiles/76561197991695677/screenshots All in all it needs a little tweaking but great job. Basically it works with a little comedy throw in. Just a heads up. Cheers:cool:
  21. xx-LSD-xx

    ArmA 3: Tactical Dance Simulator

    No bugs in Arma man only game features.......only game features.....
  22. xx-LSD-xx

    Price of Supporters Edition - Arma 3 BIStudio

    Yea the price for me when I put it in the cart was $91.99 U.S. and then the store crashed. When I came back I ended up paying $74.64. =) I figured it was because of the complication with the store and BI threw me a bone.
  23. @HughMadBro You have it like this? Side = Empty? Faction = Blank? Class = Air? Unit = Ah9? Special = None or Formation? Control = Non playable? Vehicle lock = default? Name = Whatever I have ch1? I just did that to check and it works for me.
  24. Set the heli to empty and as non playable. Select non playable option first to open the empty option. I almost forgot. Great script Tophe thank you.:bounce3::bounce3:
×