Jump to content

Blanco

Member
  • Content Count

    997
  • Joined

  • Last visited

  • Medals

Everything posted by Blanco

  1. Blanco

    Mungari island

    @Scorpion ,the reallights are in the ammo menu I think.
  2. Blanco

    Mungari island

    Ok, but what's the name in the editor? I'm not a mapmaker maker, i wanna put one in a mission
  3. Blanco

    Mungari island

    I totally agree, reallights are much better then the original. I tried the 3WX 3rd party objects pack but I can't find the streetlamp with reduced light in the editor, only a broken one.
  4. Blanco

    Vdv pack v2.0 by orcs

    Those ICP anims are not only great for OFP photography , but also for missions. AI is not able to shoot and turn with every animation in the pack , but it works with most of the  crouching, standing and prone anims. It's a pity they can't reload but thats solveable in a script. Also the guard anims are very cool and usefull in missions I had lots of fun with it. I make them start in a safe behaviour and I run and easy script on them. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _unit = _this select 0 @behaviour _unit != "SAFE" _unit switchmove "standtocombat" exit When you run this script in a unit that use the ICPstand1 anim for example, the animation will stop when he spots the enemy. And that occurs pretty smooth. To stop a unit with the ICPAim1, which is a crouching animation ,you can pop him up with a switchmove "crouchtocombat" command. I see lots of possibilties...
  5. Blanco

    Reflective water?

    lol, more than a thousand views in only 3 hours...
  6. Blanco

    Reflective water?

    Unbelieveable! Is this true?
  7. Blanco

    Llauma sky 1.x

    Amazing sky, Llauma Everything on the island looks sharper when I use you sky, or is it just my imagination? Colours are not so "gloomish" anymore... G8 job !
  8. Blanco

    Pingushooting v2 -sp

    It's a pity that such a talented missionmaker leave the community... this mission is without a doubt the cute-iest & funiest mission in OFP history. Exellent work! Â Xezon you're a kickass scripter! I wish I could make these things... Some of the pinguinvoices remind me of the good old worms... jipi!
  9. Blanco

    Opf engine based photography 3 -no pics > 100kb

    Are there any 1th person screens from VBS1?
  10. Blanco

    Atmospheric missions

    There are other ways to enhance your mission without having a big filesize at the end. - Try AI_control script from Bremmer. It has an inbuilt dynamic voice engine that uses the default BIS voices. Also an old mission from SUI has a dynamic voice engine - Custom lettertypes - Scrolltext (look at the COC tomahawk intro, it's cool) Other than that I don't use complete songs, but short music parts from the movies,(mostly strings) and I play them in a random sequence depending on the player's situation eg : I got 8 music files for idle situation, 8 for tension and 8 for combat situations Other games with dynamic music use the same system, look at Farcry, MOHAA,... Right now, I'm doing tests to create an animated briefing, with scrolltext, slideshows... It looks hi-tech
  11. I dunno nothing about functions, but I know how to use them. Some Questions about functions. Are functions faster (CPU friendlier) then scripts with tight loops? Why is that? thx
  12. Blanco

    Scan horizon

    neat script, this give me some ideas... Â <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _unit = _this select 0 _wmax = _this select 1 _unit SetBehaviour "SAFE" ? !(_unit hasweapon "binocular") : _unit addweapon "binocular" #A ?!alive _unit : exit ? behaviour _unit != "SAFE" : goto "alarmed" _ww = random _wmax ~ _ww _wd = random 360 [units _unit, _wd] call WatchDirection ? behaviour _unit == "SAFE" : _unit selectweapon "binocular" goto "A" #alarmed hint "alaaaaaarm!!!" ;;... whatever you need... ... exit Not for AI gunners... This way the lookout uses his binocular everytime he watches a new direction Not tested yet, but it should work. ** edited** thx Zig
  13. Blanco

    Setvelocity of a flare

    Theres a very good jump script on www.ofpec.com in the beta script board. The only thing it needs a jump animation.
  14. Blanco

    Soccer

    I didn't know I was working on a soccer mission...?! Patton asked me advice about that mission on the telenet forum, I've never played it.
  15. Blanco

    New g8 island

    Yes, he got permision from Deadmeat to use the BAS objects. I've just recieved a new version and it has working runwaylights btw This is island is not from the G8 mod, Hornet ment GREAT island, lol.
  16. Blanco

    New g8 island

    Scorpion just told me the upgraded AGS Industry pack will be used in the final version
  17. Great script man. The original Mg script causes lag in Mp, because it needs a very fast loop (~0.05) and every single shot is scripted. It was a very good idea to use the invisible targets, it's CPU friendly and you got almost the same result as in the original MG script I'd suggest you createvehicle the invisible target in the script, so people don't have to place them manually for each static machinegun.(user friendlier imo). You can remove a parameter.
  18. Blanco

    New g8 island

    Yes and mapfact is busy with Barracks 2.0 too. Here are some new screens : BANDAR GURU TEMPLE MUNGARI BRIDGE NYAMAROPA SUNGO BASE TICA BASE ZAKA PORT
  19. Blanco

    New g8 island

    familiar people here :-) I've tested all the bridges and they are fully functional for vehicles, but not for troops. I dunno there a custom island where AI troops are able to cross bridges...
  20. Blanco

    New g8 island

    Euh... Hornet dude... AFAIK you need the - BAS_O.pbo - Mapfact barracks - AGS harbour & Industry objects Anyway, it's a great island!
  21. Blanco

    New g8 island

    Those links work for me.
  22. great! Is that MG salves manmg2 you are talking about Keycat? Could you solve the issues?
  23. Blanco

    Lock an object?

    _unlockit is a bolean, but you can only set him to true in the lockscript itself because it's a local variable. (_unlockit) I'd suggest you change that in a global variable, this allows you to unlock the door with a unlockit = true in a trigger,waypoint or another script. Â
  24. Blanco

    Lock an object?

    You can't remove the action, but you lock it lol, ok try this then : [15421] exec "lockdoor.sqs" <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> lockdoor.sqs _ID = _this select 0 _unlockit = false object _ID animate ["dvere",0] #loop ?_unlockit : exit ?object _ID animationphase "dvere" > 0.01 : object _ID animate ["dvere",0] ~0.01 goto "loop"
  25. Blanco

    Lock an object?

    Should be something like this : ?object 15452 animationphase "dvere" > 0.01 : hint "door's open" or ?object 15452 animationphase "dvere" < 0.9 : hint "door's closing"
×