Jump to content

jw custom

Member
  • Content Count

    3464
  • Joined

  • Last visited

  • Medals

Everything posted by jw custom

  1. jw custom

    Codemasters Guildford Studio to close!

    Yeah i bought Dragon Rising just to hate :confused: ...it was a sad crappy console port! [sarcasm]Yes thats why it failed.[/sarcasm]
  2. jw custom

    Codemasters Guildford Studio to close!

    Yeah it was good as a coaster.
  3. jw custom

    Codemasters Guildford Studio to close!

    I feel just as sad as when Osama Bin Laden was killed :)
  4. Well some people have been around for a long time and they prefere 3r person view, you don't have to be a 'nub' to play with 3rd person view. As it is now server admins can disable/enable what they want.
  5. jw custom

    Development Blog & Reveals

    ohh that again.
  6. jw custom

    Thoughts on using enemy uniforms

    Yes if we have the ability to disable it script wise :)
  7. jw custom

    New Action Menu

    Actually after i tried PR i started to mash my forehead against the keyboard :p
  8. I have this progressbar which needs updating depending on who and how many is in a zone, now i'm wondering how to send the data from server to clients as it needs updating like every second. Is it fine using publicVariable or will this cause desync? Is there other better ways to do this? P.S. if publicVariable is okay to use is it then better if i have several zones to add the calculations to a array and public that or public the calculations one by one? I'm thankful for any help :)
  9. I already have the calculation done and the progressbar works fine, my post was about have all clients in sync and how often i could use publicVariable without causing desync. But thanks anyway.
  10. What i'm doing now is simply counting how many people is in my zone using countSide. The progressbar is showing from 0-100% when at 100% the zone is captured. But as muzzleflash said if i do the same calc on client side i just need to broadcast like every 5-10 secons to sync clients/JIPs with server. It was just a example, the more players in the zone the faster it's captured. It looks pretty dumb that 3 players in the zone has captured 90% then another player enters and reaches 10% or something and then it says "captured". I guess i'll also calculate on clients and then publicVariable from server every like 5-10 sec to sync clients/JIPs. Thanks for your inputs.
  11. 1 player enters a zone and sit there for 10 seconds and the progressbar reaches 7%.... now a 2 player enters the zone, how does he get the 7% state so his progressbar continues from there?
  12. jw custom

    MBG Cindercity

    Looks great, will give it a spin later :cool:
  13. The idea is that the more players in the zone the faster it's captured. If i calculate it locally the next player entering the zone does not have the current capture state. I don't think publicVariable every second as long as a zone is being captured is that crazy, every other change is broadcasted constantly anyway.
  14. jw custom

    Warning tubechanneldoctor.com is a scam

    Info on the site:
  15. jw custom

    Thoughts on using enemy uniforms

    Maybe some settings through scripting like... Interval 90. Chance 20. ...so every 1.5min theres 20% chance of your cover is blown or something like that.... i dunno :p
  16. jw custom

    New ARMA3.com website with new Intel

    The site looks good, it need atleast one new video with ingame footage though :D
  17. jw custom

    Development Blog & Reveals

    Site looks nice and all that... but this whole countdown thing for that lol :p
  18. jw custom

    Grenades - Gameplay

    Gotta love throwing a nade and see the enemy coming around a corner and like it was in slow motion you see your arm slowly moving forward and the nade flying... then 10 seconds later you are finally out of the animation.... but dead :o
  19. Okay so i've displayed a map in my lower right corner using cutRsc and now i need to have the map zoomed in a bit, but i can't figure out how to do that with cutRsc. Adjusting 'scaleDefault' seems to do nothing :confused: Can someone help me please :)
  20. Ok here you go, a minimap in your right down corner: http://www.mediafire.com/file/cuorm4vxo7ur3cz/cutRsc_map.utes.zip Code is taken and stripped from the AAS game mode.
  21. Okay i'll make an example for you tomorrow. If you can't wait then just extract one of the AAS missions in the link i posted and you'll find the code needed.
  22. jw custom

    Development Blog & Reveals

    I really hope to see the new/revamped animation system in action :o
  23. jw custom

    POLL: leaning system.

    I did see a fallujah video where a few soldiers were blind firing... until a sergeant scream "LOOK WHERE YOU ARE SHOOTING DAMMIT" or something like that :p
  24. Yeah that works when showing the map as a control, i wanna show it with cutRsc so i can have it displayed while moving. Anyways i got what i needed from the AAS game mode mod -> http://forums.bistudio.com/showthread.php?t=96871
×