Jump to content

quakergamer

Member
  • Content Count

    894
  • Joined

  • Last visited

  • Medals

Posts posted by quakergamer


  1. Hello,

    Nice to see we, all, haven't worked for nothing and that you guys like our unfinished work! It really sucks that I could not continue work on the OPGWC MOD. I had a lot planned, maybe too much. I hope to be back for Operation Flashpoint 2... Beside this guys, thanks for all your support and good luck in your future projects.

    Thanks

    -quakergamer, OPGWC MOD Leader


  2. Hello,

    Nice to see we, all, haven't worked for nothing and that you guys like our unfinished work! It really sucks that I could not continue work on the OPGWC MOD. I had a lot planned, maybe too much. I hope to be back for Operation Flashpoint 2... Beside this guys, thanks for all your support and good luck in your future projects.

    Thanks

    -quakergamer, OPGWC MOD Leader


  3. Hello,

    I am afraid I am lacking of free time to continue working on OPGWC. School is taking up all my time and, unfortunately, I will not be able to finish the MOD. I might decide to restart the work on OPGWC when OFP2 comes out, but it'll take a while. It sucks to see all the work we all put into this going to waste sad_o.gif. If any team members want to release the latest beta or w/e, they can do so. I hope you guys understand and thanks for all your support!

    Thank you and hope to see you all in the future!


  4. Hello,

    I am afraid I am lacking of free time to continue working on OPGWC. School is taking up all my time and, unfortunately, I will not be able to finish the MOD. I might decide to restart the work on OPGWC when OFP2 comes out, but it'll take a while. It sucks to see all the work we all put into this going to waste sad_o.gif. If any team members want to release the latest beta or w/e, they can do so. I hope you guys understand and thanks for all your support!

    Thank you and hope to see you all in the future!


  5. I've also had problems with Windows XP PRO rebooting or freezing by itself, here's how you should fix it:

    1)Update Graphic, Sound & BIOS drivers. If that doesn't fix the problem got to step 2.

    2)Reinstall Windows XP Pro. If that doesn't fix the problem got to step 3.....

    3)Use a program to check your ram and your VIRTUAL paging file. (You can also disable and enable virtual paging to create a new windows paging file). If your RAM has error, replace it if not go to the last step...

    4)Unfortunately it looks like your Power Supply is not powerful enough for your computer. I suggest you to update it to a 450W and +. If you want to get a new video card like the Radeon X800XT or the GeForce 6800, get a 550W or even more if you can find it...

    Thanks!! Hope it helps!


  6. Im trying to say what is on everyone elses mind without sounding like a total dick...but here it goes:

    BIS, can you please update the official OFP2 site?  With the exception of the (relatively) new modern look over the cold-war era tube-TV, there is nothing there on flashpoint2.com.  I've searched the forums with only limited success and many of the links for possible screenshots and such are dead.  And despite the fact it looks pretty cool, the offical site is...well....useless.

    This is the ONLY un-released game I give a flying #@&! about and it seems to be going nowhere.  Not that BIS isnt hard at work, just we the fans are still in the dark.  The forums have stagnated with re-hashed topics and pure speculations.

    And the last offical post in the VTV News forum was on May 8th.  In a few weeks the most recent official post will be a year old  crazy_o.gif

    I know that the final version of OFP2 is a good deal of time off...but please, THROW THIS DOG A BONE!  tounge_o.gif I've been a loyal fan since I played the Beta before the release of OFP1.  unclesam.gif

    BIS won't probably updated the site till after E3. Just wait at E3 you'll probably have a lot of pictures and videos to see about OFP2!


  7. Hello,

    please look @ this eventhandler:

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

    fired = "if ((_this select 1) == "OPGWC_T62_U5TS") Then {(_this select 0, _this select 1) exec {wahteverpbo\script.sqs}}";

    What am I doing wrong because it gives me an error as soon as I start OFP!


  8. Hello,

    I execute on a soldier a script called SoldierInit.sqs. Here is what I doesnt work:

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

    _soldier = _this select 0

    ...

    #SoldierIsPlayer

    _soldier removeAllEventHandlers "init"

    _soldier addEventHandler ["fired",{"[_this select 0, _this select 1, _this select 2, _this select 3] exec ""\OPGWC_FX\ChupChup\WeaponJamRiffle.sqs"", [_this select 0, _this select 1] exec ""\OPGWC_FX\WeaponFX\backblast_detection.sqs"""}]

    _soldier addEventHandler ["hit",{"[_this select 0] exec ""\OFPEC_Blood\blood_squirt.sqs"""}]

    goto "Exit"

    ...

    There are NO errors in-game but the problem is that NONE of those scripts get executed when fired, hit ,etc...

    So I'm asking you guys if you know how to fix this!


  9. I could maybe look into it but my guess on how many marbles in the bottle is:

    I think its text for the game (ie: console text)

    Maybe the words that popup and are used ingame?

    I doubt its text for the game. The text for the game is stored in stringtable.scv ... I can't also decrypt it with UnPBO v1.3!


  10. So can a car or tank drive over them or does it just stop u in ur track???

    I would hate it to stop cars and tanks cos it be so crappy.

    I have tried getting passed it with a car and it works correctly (But its still quite slow if you dont accelearte quickly)... Let me try with a tank!


  11. I was wondering, and sorry if it has already been asked, if your able to change the bullet hits from a smakke round brown dust which last for a second to a larger one whcih looks for like a cone and the dust last for a long time like in real life.

    Yes you can change them , and do you have a video that would show the effect...


  12. Quake

    Try adding some trace statements of the form:

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

    player globalchat "In Explosion.sqs"

    player globalchat format["%1", _Missile]

    And try to see whether the explosion script is getting called,

    and whether you've got hold of the missile correctly. The only

    thing I can think of: is the name of the _missile_

    OPGWC_SA2? Or something like OPGWC_SA2_Miss? IIRC, the

    fourth element of the fired EH array is the name of the

    missile class (ie ammoname).

    The name of the missile AND the name of the ammo are OPGWC_SA2 . I am going to try what you said and see when the script is called!

    Thanks for the help footmunch!

    *EDIT* OK! I got it , it finally works:

    <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

    _sa2 = _this select 0

    _Weapon = _this select 1

    _Missile = nearestObject [_sa2, "OPGWC_SA2"]

    #MainLoop

    _lastmisspos = getpos _Missile

    ~0.05

    player globalchat format["%1", _lastmisspos]

    ? (not alive _Missile): goto "Effect"

    goto "MainLoop"

    #Effect

    [_sa2, _lastmisspos] exec "\DS_obj\SA2\SA2_Explosion.sqs"

    exit

    I have switched the 0,05 second wait with the _lastmisspos = getpos _Missile and it seems to work. My computer needs a small time to get the position of the object and if it has 0,05 seconds more BEFORE deleting the missile, it gets the correct position!

    Thanks for your help footmunch!

×