Jump to content

FireWalker

Member
  • Content Count

    517
  • Joined

  • Last visited

  • Medals

Everything posted by FireWalker

  1. FireWalker

    Ravage

    @haleks I just tried it and the zip file is empty. (0 Biytes) -unless maybe you already removed it
  2. FireWalker

    co10 Escape

    I would be careful making any kind of drastic changes to the mission itself. Other people may be having different results. (for instance our dedicated server is running the same as before from what I can tell, but we can set AI difficulties separate on the server). If changes seem to be have to be made I would rather see a parameter setting for it. Personally, we've always thought the AI was a little too dumb. Fire
  3. @TeTeT ok, Thank you for the hint. I'll be looking into it this afternoon. If I can come up with something bulletproof, I'll post the code here in case someone else needs it. Fire Because I'm learning the scripting language, I decided on a different approach for the time being. I added a deck crewman to the Nimitz with an interaction that calls the next task, instead of using the deck of the carrier. 1. It actually seems a little more realistic. 2. lineIntersectsWith is a little over my pay grade right now. Might try using that command with something less daunting then the Nimitz for the first go., lol
  4. I was wondering if its possible to find out if a player has set foot on the deck of the Nimitz? (My mission ends when they make it there) Where nimitz1 is the variable name of the Nimitz : if (nimitz1 player != player) then {hint "Player is on the Nimitz"}; I haven't tried this yet, but it crossed my mind just now and wanted to know if anyone had any experience with this. I'd rather use this then a trigger, so I don't have to worry with trigger heights. Thanks, Fire
  5. This looks really awesome! Good job! This will be fun to incorporate into missions. Fire
  6. FireWalker

    Ravage

    Just tried. Getting an error when trying to open. Won't unpack. Its not just you!! Does Mikero have an update? Guess I should check. Thats probably not it. Just tried a different one without issue. (maybe Haleks has some Secret Squirrel stuff going on in there, lol)
  7. FireWalker

    Ravage

    @HeroesandvillainsOS Well, if Rocket could do it with Arma 2, I don't see why we can't with A3...
  8. FireWalker

    No Medkit in Virtual Arsenal

    @Cryptospook Its a nice habit to list what mods you are running when you have problems / bugs with the game. Just for future reference. Fire
  9. FireWalker

    Ravage

    LMAO
  10. Is manual trim enabled or availabe for airplanes like the helicopters have? I always have some drifting and it makes precision flying harder. Unfortunately I have older stick and pedals, so I don't have a lot of buttons, so if Im toggling through the action menu or fumbling around on the keyboard, its easy for me to lose my heading and horizon. Just wondering about flight trim availability. Thanks, Fire
  11. FireWalker

    Question about aircraft manual trim

    Hmmm, I wonder if they allow negative values? I guess they wouldn't be much good without being able to go the oppposite direction. (especially when messing with torque values) Also wondering if I could create a pitching deck on the carriers. Probably the same affliction of not being able to move forward will also kill the pitching deck idea.
  12. FireWalker

    Question about aircraft manual trim

    I'm a very active RC aerobatics pilot and would much prefer to be able to bump in some trim if needed. Only real reason I guess, is if I start playing and hop in a plane it would be quick and easy without having to escape out and tweak the deadzone. But, its ok. I just wanted to make sure I wasn't overlooking anything. Fire
  13. FireWalker

    Ravage

    @Gunter Severloh Ok Gunter: Spawn an entire Co-op squad on one random marker. Here is the link: mission files There is a mission pbo -this was saved as a MP mission There is also all the base files that you can open directly in the editor. -I put some notes for you in the editor that will direct you along. I left the markers visible for 20 seconds so that you can open the map and see them turn off. Totally hijacking this thread right now, but it might be usable by some other Ravage players also. (so I think its ok, lol) If you feel its more appropriate, just PM me with questions. Fire Added: Gunter, you're going to want to think about how you want to handle revive, respawns, and JIP. Typically if I'm doing an open world mission, I allow respawn, but at a random location, with minimal gear to start over. Then the players have to work to find each other again. If its a mission with objectives, I'll either let them respawn near their exploration party, or not allow respawn; only allow revive. And once the entire party is down, then the mission ends "failed". Same principle applies with JIP: if its open world, new players get a random start, and they have to work to find other survivors. If its task based, then I let players spawn near the party. Take some time to think how you want the mission to be played, and I can also help you with these things, if you wish. (or anyone else is free to jump in)
  14. FireWalker

    Ravage

    @Gunter Severloh You can select all your markers and set their alpha to zero. They won't show up. If you want them to show before you spawn, leave them at 100 , then call a command after the players spawn : https://community.bistudio.com/wiki/setMarkerAlpha you would set it to zero then. Added: What I was saying is if you create a "36th" marker and have it randomly choose one of you other 35 markers, then move your players to the position of your "36th" marker. So only the "36th" marker would get the random call. You may have to use a "black fade in" script so that players can't see anything when they first spawn, because you would probably have to let them sleep 0.2 or so until the "36th" marker finds its new pposition. Then all your players would be together.
  15. FireWalker

    Ravage

    @Gunter Severloh, I'm not at my computer right now, but I believe you create a spawn marker that moves to a random position then setMarkerPos / getMarkerPos of that spawn marker for your players. If nobody comes up with working code before I get home tonight, I'll try and put something together for you. ... forgot I had access to this: link You might be able to modify that. Fire
  16. FireWalker

    Ravage

    pray tell? setPosATL? Oh, do you mean the gradient check was causing it? (or lack thereof)
  17. FireWalker

    Ravage

    @RCANTEC_RyanD Assuming you're still testing with a stock arma 3 map and only ravage and cba: All u really need to place in the editor are the playable units and the modules. My suggestion is that in the loot module make sure you have the correct map selected. Also for testing I typically boost all the spawn chances up to 85 or higher. That lets me check the mission for loot quickly. Loot typically spawns for me within 2 min of the mission starting. Once you verify the loot spawns, then drop the chances back down to a playable limit. I typically end up around 10-20 for the chances. It gives the players something to do by looking for loot. To offset a higher loot chance I bump the thirst and hunger up to "2". For single player missions that I create for myself, I like the game harder so I set loot chances around 3 or 5. A lot of times I won't use loot spawns at all. Btw, I had many issues in the past with the game in mp. It was always due to some player having the wrong version of a mod. I could have 6 players in the mission, and if one of them was missing a mod or happened to have a wrong version of ravage, the mission would slowly degrade and not work. Often it would be some players could see zombies and others could not. I ended up having to use key checking to verify everybody. Fire
  18. FireWalker

    co10 Escape

    Sorry, unfortunately, I'm unable to help you. I have very little experience running MP missions locally. Fire
  19. FireWalker

    co10 Escape

    @daedum How are you hosting these missions? Locally off your machine or on a dedicated?
  20. @Blackheart_Six off topic, I notice you're in VA, I'll be in Norfolk tomorrow for NAS Oceana. Looking forward to it!
  21. A good friend I play online with is color blind and always has a hard time seeing things. For instance he can not see the red Tactical Ping marker on the screen. Alternatively, if you drop a blue object in green grass it shows up like a flashlight to him. http://www.gamersexperience.com/colorblind-accessibility-in-video-games-is-the-industry-heading-in-the-right-direction/ I know that some other gaming platforms have tried color blindness correction, with varying levels of success, so since you had been looking into color corrections, I was wondering if you had come across any. Fire
  22. FireWalker

    Ravage

    @Evil Organ I actually checked that first, because I was going to send him that link instead, but I couldn't see anything in the beginners section on how to actually use items. Did I overlook it? Fire
  23. FireWalker

    Ravage

    In the inventory -double left click on the item If its canned food you'll need a can opener to eat
  24. FireWalker

    Combat Realism Scripts

    Ok. I'm just thinking out loud about the whole idea. I don't use ACE, or many other mods for that matter. I was more wondering if the setCaptive command could be slipped into the flashbang script during that time to get the addAction for a few seconds. Fire
×