Jump to content

pogoman979

Member
  • Content Count

    173
  • Joined

  • Last visited

  • Medals

Everything posted by pogoman979

  1. pogoman979

    CO16 Insurgency

    W0mVLmzqtUg Current nonbeta version: 0.72 http://www.file-upload.net/download-2874396/Insurgency0.72.rar.html Armaholic (v0.72): http://www.armaholic.com/page.php?id=11934 For beta versions go here: http://www.ausarma.org/forum/viewtopic.php?f=40&t=419 This is a rewrite of my old insurgency mission from arma1. It has been in beta testing for almost a month and i'm finally happy with the stability and gameplay so am releasing it to the world. The mission only requires Operation arrowhead. Since i dont have any media to accompany this post i will simply give you my guarantee that this mission is very good, and hopefully others who have played the beta can endorse it for me :P. original ausarma thread for the mission is here: http://www.ausarma.org/forum/viewtopic.php?f=40&t=419 mission objectives (from briefing): "The objective of the game is to find and destroy 9 ammo cache's. You can find out intel on the location of these ammo caches by interrogating surrendered insurgents." thanks to the VMA and ZSU clans for helping test with special mentions to A6-intruder, Ordeal, gnarly and kju for providing continuous feedback and servers to run the mission on. Credits: Insurgency is based off the gamemode created by the Project Reality team. The ai vehicles use Kronzy's UPS. The loadout dialog is a modified version of the one from benny's warfare. all other scripts are written by me (pogoman). you may modify the mission if you want but please make it obvious that it was you that modified it and not me, so i don't have to deal with people telling me i ruined the mission and to fix things i didnt break.
  2. Current version: 1.0 Script: http://www.box.net/shared/iu9nnfzrvd About: Zombies will sprint after the player, and use custom made pathfinding to navigate around objects. Installation: Make sure the mission has a BI functions module. To any unit you want to be a zombie add this line to it's init: nul = this execFSM "zombieLogic.fsm"; and make sure the zombieLogic.fsm file is in the root directory of the mission folder. Note zombies will only attack sides that are set as their enemies. Known Issues: Pathfinding calculations are done on the fly, and are not always completed in time. You can tell if a zombie is looking for a path if he slows from a sprint to a walk, and while walking he may travel through objects (i could've made the zombie halt and wait but it looks awful and i chose BI's method (you'll notice standard ai occasionally walk through objects when they are calculating a route)). The method used for object detection is the command findEmptyPosition, which doesn't always detect correctly if a position is empty (usually occurs with various parts of fences), thus sometimes the zombie treats the position as empty and runs through it. There are no zombie sounds or eating animations etc as they are the lowest priority and the pathfinding was the main purpose of this project. Video (very old version): Mpb3ziT16TY Note all visual effects used in the video are not included in this script. The hit effects i currently use are: "ColorCorrections" ppEffectEnable true; "ColorCorrections" ppEffectAdjust [1.0, 1.0, 0.0, [1, 0, 0, 0.6], [0.0, 1.0, 1.0, 1.0],[0.199, 0.587, 0.114, 1.0]]; "ColorCorrections" ppEffectCommit 0; "ColorCorrections" ppEffectAdjust [1.0, 1.0, 0.0, [1, 0, 0, 0], [0.0, 1.0, 1.0, 1.0],[0.199, 0.587, 0.114, 1.0]]; "ColorCorrections" ppEffectCommit 1; enableCamShake true; addCamShake [50,1,5]; and are not as ridiculously orange and blinding as in the video.
  3. help! this msg comes up randomly during the mission, and once it comes up it fills up the rpt with these errors: creating desync and pretty much ruining the game. all i know is the error sometimes come up when u open the map, and once you do your stuffed. pic:
  4. pogoman979

    Why warfare fails as a game mode

    I thoroughly enjoyed warfare in arma1 but in arma2 it was awful by comparison. Never really figured out why
  5. Anyone notice this is very similar to the Empires mod for HL2? Empires is an RTS mod with humans playing in first person as the units and vehicles. e.g. http://www.empiresmod.com/drupal/ Btw I'm not complaining or anything as i loved that mod and dreamed of it becoming a game made by a real studio. I just realised how similar they were and found it interesting. It's a real shame that carrier command GM does not have MP though as Empires is only MP which is what makes it so much fun.
  6. Ah welcome to the forums, and thanks for doing the awards! yeah i love games that mix with rts with fps but there aren't very many examples, and they're usually just user mods, so i'm very excited to see how the professionals handle it and it looks great so far. Plus it's probably one of the most original games that's been announced in a very long time.
  7. wow. He rated CC over skyrim? Now i am impressed
  8. pogoman979

    Similar to Empires for HL2

    Ah sorry, i misinterpreted your statement. I thought you were being sarcastic and saying "Do you think perhaps BIS based CC:GM on Carrier Command?", because you thought i was implying that BIS based CC:GM on Empires. Apologies. I'm doing exams atm and keep overanalysing everything. I have no idea if the Empires creator did base it on carrier command, but it seems plausible.
  9. pogoman979

    Similar to Empires for HL2

    No shit, where did i say that they were inspired by Empires? I just said they were similar and found it interesting. You figure? :P
  10. pogoman979

    All the Bis game have Counter Strike sounds

    You realise the arma video sounds like absolute dogs balls compared with the rl videos you posted, i.e. they sound nothing alike.
  11. pogoman979

    ArmA 2 - Server Ban List - ?

    I know the feeling westsailor. I've been playing arma/a2 for yonks and i recently joined a warfare server i'd never played on to test out some overclocking i'd done on my gfx card. It turns out i overclocked too much so my computer froze 10 seconds after i joined and i had to restart. When i rejoined the server i was automatically allocated to other team as it had less players, and when i entered the game a global message popped up saying that i had "team switched". Everyone on the server went ballistic and i was kicked instantly. I didn't mind too much as i wasn't there to play but on principal i rejoined to explain myself but they all laughed, said i was lying and banned me. In short arma, like most other games, has no shortage of dickheads and if you are banned from a server for similarly ridiculous reasons you can look at it as a good thing, as that means you'll never accidentally join that server again and have to deal with the pricks.
  12. Out of interest, i'm wondering what other people get when running vanilla combined operations or vanilla OA and executing this statement in a mission: hint str count(configFile >> "CfgPatches"); I'm running combined operations and get 467. Now i've seen alot of anticheat measures used in missions such as: if (isClass (configFile >> "CfgPatches" >> "Hackname")) then { kick... etc However these can easily be circumvented by changing the name of the hack. So for servers where there is a fixed number of allowed addons, ie no addons or everyone must have the same addons to play on the server, counting the number of patches a user is running would determine if they are running any additional addons and kick them regardless of what those addons are called, eg: if (count(configFile >> "CfgPatches") != 467) then { [nil,server,"loc",rSPAWN,name player,{serverCommand format["#kick %1",_this];}] call RE; }; obviously if you're running an OA only mission you'd have to take into consideration users who would join with only OA, and those who would join with combined operations. Additionally for servers that allow variable numbers of addons this wouldn't work, however i know there are alot of life servers for example that would have a fixed addon pack that everyone must run, so the number of patches would be the same for every client. Anyway this was just something that popped into my head, i hope it makes sense to everyone.
  13. pogoman979

    Bohemia's realism.

    i think most of the people complaining will still buy a3 anyway, and those that don't - good riddance. Anyone who is more concerned with the content than the gameplay sounds like a useless douche i don't want to be playing with.
  14. pogoman979

    A low-level anti-cheat measure

    how can you monitor/sniff the traffic? or do you mean look for the effects of hacks? ---------- Post added at 07:10 PM ---------- Previous post was at 07:09 PM ---------- yeah good point. the idea was mainly in response to seeing some life missions using isClass (configFile >> "CfgPatches" >> "Hackname") etc, which is a fairly redundant method. ---------- Post added at 07:18 PM ---------- Previous post was at 07:10 PM ---------- also do you mean by using #define? because a hack can just use #undef for all the relevant commands.
  15. pogoman979

    A low-level anti-cheat measure

    i'm going to excuse your ignorance because you haven't come across a cheater in a long time. i mean no offense but seriously when some guy comes into the server and starts spawning bombs until the server crashes you tend to want retribution.
  16. pogoman979

    A low-level anti-cheat measure

    ah well at least the method will identify if someone is running too many patches, you can still do a whole bunch of nasty things to someone without kicking them. i once wrote a script that made my computer crash so could always execute something like that lol
  17. pogoman979

    Spectator's Script in Arma 3?

    imo anything that the community can do i would rather the devs don't waste their time with and focus on fixing/improving the things we can't. Besides spectator scripts aren't hard... you create a camera object and manipulate it, maybe add some ui text and that's it.
  18. pogoman979

    Zombie/Infected [DLC] How much interest?

    in arma hundreds of lumbering zombies each running scripts == rubbish performance. why not have far less but far more terrifying and effective zombies a la 28 days later.
  19. pogoman979

    Zombie/Infected [DLC] How much interest?

    Mpb3ziT16TY shameless self-plug :P
  20. pogoman979

    AUDIO! Make it right this time!

    I haven't played it in a few years but i remember the Project Reality mod for Bf2 had amazing audio (much better than A2), and that game is old.
  21. from what i have read of the ****************** forums, it doesn't matter what security you have on your server, hackers will still get through. In fact some hackers enjoy hacking security enabled servers and so will choose to cause havoc there in preference to servers with zero protection, just to rub it in that we can't touch them. Therefore due to performance loss and the fact that it won't really stop anyone anyway some server admins prefer to just leave battleeye and signature checks off.
  22. pogoman979

    Empires

    Mission files (0.131): http://www.armaholic.com/page.php?id=13613 Empires is PVP mission based on the HL2 mod called Empires: http://www.empiresmod.com/drupal/ I was working on it a few months ago but due to a general lack of interest from the community in PVP other than warfare i sort of lost motivation and have since moved on to other projects. I've decided to post it now as it's been over a month since i last worked on it and if i don't release it now no one will ever see it again. It has been thoroughly tested, although the latest iteration not so much, and it should also be compatible with ACE, at least with the version of ACE that was out more than a month ago. If there is enough interest i will continue working on it because i think its a great gamemode, otherwise however this will be the last version. Gameplay Info (from briefing): Some screenies:
  23. pogoman979

    Empires

    sounds like a serverside issue. Such events happened to me and a bunch of other guys a few weeks ago because their server provider (hypernia) was having ip issues with clients. In any case i can assure you the buildgun works.
  24. pogoman979

    Empires

  25. pogoman979

    Empires

    Your build gun has a heat meter in the top right hand corner of the screen, if it reaches 100% you won't be able to build until it cools off. The greater the percentage of heat, the longer it takes to cool off, so if you overheat it you won't be building much for awhile. The research tree is only partially implemented, that was something i was half way through implementing. I will keeping updating it if people play it.
×