Nathanz 0 Posted April 1, 2004 Is there anyway to play with just addons as i cant start the game with the -mod because i get "ofplogo1.paa" error message ? im reeeaaaaly wanting to play with the new FX Share this post Link to post Share on other sites
NL_Nemesis 0 Posted April 1, 2004 @Antichrist Thanks it worked like a charm only one minor setback now the ECP is dissabled by WG. Maybe a good idea to incorporate some new effects in the ECP or something that will make the two mods work together... For the ones who like the ECP and WG Other than that I encountered very little problems with WG except I didn't wittness the new AA effects on the vulcans as in the first screenshot.Don't know why that is... Good job with everything else guys. Greetzzzz Share this post Link to post Share on other sites
Lt_Damage 0 Posted April 1, 2004 Spent a few hours last night assisting a player from my server who was having .p3d errors after installing the WG pack. He was getting "uralt.p3d" error and after a lot of troubleshooting, cleaning out all his other addons, changing flashpoint preferences etc, we discovered that unless you have Direct3d HW T&L set in Flashpoint Preferences you'll get .p3d errors. Hopefully this helps the WG crew resolve this and helps players experiencing the problem in the meantime. Regards, Share this post Link to post Share on other sites
sergeant rock 3 Posted April 2, 2004 OFPWATCH on the Citadel has been updated, and is now publishing the WarGames 4.0 Addpak. Share this post Link to post Share on other sites
AngusHeaf 0 Posted April 2, 2004 The P3D errors have been narrowed down to Kegety's sky installer. It isn't an issue limited to WG skies in particular, and in fact if you install Keg's skies we've found that you get the exact same errors unless you run in HWT&L. ECP Support..... There's no point in running WG and ECP. There are a few FX WG doesn't have that ECP has, but far more that we have that ECP does not. Anything missing in particular that you would like to see? Let us know and if it's not on an already large list of future features, we'll try to put it there! Thanks guys! Share this post Link to post Share on other sites
Nathanz 0 Posted April 2, 2004 What about the missing "ofplogo1.paa" error ? Share this post Link to post Share on other sites
AngusHeaf 0 Posted April 2, 2004 Are you running WG with any other addons or mods? That's probably a good place to start. Running anything else that uses a custom config? Share this post Link to post Share on other sites
Nathanz 0 Posted April 2, 2004 I just ran the shortcut that the installer made... have also tryed making a new one and adding -mod but i still get the error Share this post Link to post Share on other sites
AngusHeaf 0 Posted April 2, 2004 Try what's been helpful to the people getting errors with the sky. Rename your WGL\DTA folder to something else. Share this post Link to post Share on other sites
phaeden 0 Posted April 2, 2004 Just some more screen shots. Apache Lead and Kiowa Bravo recieves orders to set down at FARP Yankee 66 for fuel and weapons. Â The FARP is guarded, in part, by a Mk19 HMMWV. Â As the birds are refueling, a recon BRDM crests a small hill to the north at a range 700 meters. The Mk19 gunner spots him and immediately opens fire. Â The first few rounds disable the BRDMs tires and the following burst penetrates the armor, killing the most of the crew. Â The fuel and ammo in the BRDM ignite killing the one crew member who survived the initial shrapnel barrage and was attempting to crawl to safety. Â The birds cut short their refuel and begin take up an orbit pattern looking for any other recon vehicles. Â The entire event took less than 3 minutes. Share this post Link to post Share on other sites
McWolf 0 Posted April 2, 2004 Someone have problem when install WGL Please disable all addons by OFP addon manager except BAS's addons. Wish it help for you. Share this post Link to post Share on other sites
Nathanz 0 Posted April 2, 2004 Try what's been helpful to the people getting errors with the sky. Rename your WGL\DTA folder to something else. That did the trick Thanks Share this post Link to post Share on other sites
Baron Hurlothrumbo IIX 0 Posted April 2, 2004 I want missions! Who has missions! Give them to me! hehe. Any server pages with coop missions for this? I've been searching but I can't find any. Share this post Link to post Share on other sites
Sniperwolf572 758 Posted April 2, 2004 I think i know the problem with cpbo (Keg's sky installer) IT CLEARLY SAYS THAT YOU HAVE TO HAVE WIN XP OR ANY OTHER NT COMPATIBLE! On my Win XP it went smoothly with no errors or anything,now the only problem is where to find a WGA compatible CTI P.S. Sorry for being so loud Share this post Link to post Share on other sites
Spy17 1 Posted April 2, 2004 What the heck??  Quote[/b] ]WG AddPak 4.00 has not been totally installed because of the following reason:This file contains invalid data. You will have to run this utility again to completley install WG AddPak 4.00. I didynt have the older WG packs on my cpu just installed the  hole new pack and it comes something like this whats the problem? what invalid data? Same here! Downloadet several times, allways the same error! Suggestions? Share this post Link to post Share on other sites
Lt_Phoenix 0 Posted April 2, 2004 A tutorial mission for using the mortars would be nice to have in a future release. Share this post Link to post Share on other sites
Softegg 0 Posted April 2, 2004 hint for enabling/disabling debug-messages: init.sqs <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">Debug=true add debug-outputs to scripts like this: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">... ?Debug:player gobalchat format["P: %1",getpos player] ... if you want to release your work, simply set Debug=false and all debug-outputs will not be displayed, even if you forget to remove them. this is a easy way for switching between debug- and release-version. Share this post Link to post Share on other sites
-IT-Q- 0 Posted April 2, 2004 ok here we are guys. how2convert a normal mission 2 wargames + unpbo the mission http://ofp.gamezone.cz/index.php?showthis=3254 + open the mission.sqm and add the req. addons Quote[/b] ]class Mission { addOns[]= { "wgl_men_400", "wgl_veh_400", "wgl_wep_400", "wgl_events_400" }; addOnsAuto[]= { "wgl_men_400", "wgl_veh_400" }; (watch out. if the mission has an intro, there is a "class intro {addons};" too) + do a search and replace with all west& east units in the mission.sqm, like Quote[/b] ]vehicle="SoldierWPilot"; to Quote[/b] ]vehicle="WGL_SoldierWPilot"; ("vehicle" to "wgl_vehicle" - this way almost any unit is done) exceptions: Quote[/b] ]WGL_AH1 - Cobra WGL_M2A1 - Bradley WGL_M1A1 - M1Abrams WGL_Ka50 - Kamov WGL_SoldierERPG - SoldierELAW WGL_SoldierESNDemo - SoldierESaboteurPipe WGL_SoldierEMiner - SoldierESaboteurPipe WGL_CommanderE - OfficerE WGL_CommanderW - OfficerW WGL_SoldierWAT - SoldierWlaw WGL_SoldierWSNDemo - SoldierWSaboteurPipe WGL_SoldierWMiner - SoldierWSaboteurPipe (should be a complete list) (if u also want to do weapons in ammocreates, go 4 this list list of the weapons) + finally repack the mission with http://ofp.gamezone.cz/index.php?showthis=3256 + have fun ! Quote[/b] ]Multiplayer only: Add the following weapons to every player each time they spawn: "WGL_Throw" "WGL_Put" ----------------------------------------------------------- for the lazy ones. some old veh-/air-classics from BIS (single or coop-playable) @wg_co_02_helitrain2_v0.3.cain.pbo @wg_co_02_helitrain_v0.3.abel.pbo @wg_co_03_rathole_v0.3.noe.pbo @wg_co_12_heavymetal_v0.3.eden.pbo @wg_co_12_tankplatoon_v0.3.noe.pbo with some nice wgl_weather setup and greater viewdistance (no guarantee for anything folks!) Quote[/b] ]*Helicopter ATGMs that go offline when helicopter exceeds maximum launch speed for weapon  *Hellfire (Apache) goes off-line over 150kph *AT-16 (Ka50) goes off-line over 150kph  *TOW2A (Cobra) goes off-line over 10kph  *AT-6C (Mi24) goes off-line over 10kph have fun  Share this post Link to post Share on other sites
-=BT=- Matty R 0 Posted April 2, 2004 Is there a file which show all class names for WGL 4.0 Share this post Link to post Share on other sites
ag_smith 0 Posted April 2, 2004 Yeah, they're not in the manual for sure. I guess you'll have to take a look at config.cpp's. On a sidenote: I remember downloading and trying out old WGL addpack (version 2.0, I think...). I was discouraged by a significant number of bugs and some inconsequences. Additionally, it was totally AI unfriendly so in the end I deleted it. It had some new, quite good units, vehicles and last, but not least, some well thought concepts. A few days ago I decided to give this pack a second try. I was positively surprised by how the game balance changed. Secondly, most of the old problems have been sorted out. It's still AI unfriendly, but I reckon BIS is the one to blame for that  . This is one of a few mods that really enhance game playability, especially as far as MP is concerned. If any of you out there still wonder, if it's worth downloading the whole 100MB pack, I say yes, you won't regret it Good job, fellows! Thank you! However, there's one wish I have: is that possible that you add at some point (optional) replacement for some of the standard BIS vehicles with more hi-quality vehicles (like BAS Blackhawks, SIG US Tanks)? Share this post Link to post Share on other sites
ChaosWG-RR- 0 Posted April 2, 2004 QUESTION: How do I use the mortar fire control system? ANSWER: There's no short answer to this but here's a simple little explanation. Believe me this is the simplest we could explain it. There's lots of tips and stuff but you'll have to figure those out yourself. 1. In the action menu go to "Fire Control" 2. The azimuth and elevation are enterable in military standard mils. The Fire Control system is based around plotting the position of the gun and the target. It will then do all the hard math for you and give you something to start with. 3. First you need to do a "gun plot". To do this click the button that says "G" and it will flash "click map location of gun" 4. Switch to your map view and do a long single-click on the map where your mortar is located. The more accurate the better. 5. Now you need to plot the target. Back in the fire control dialog click the "T" button. And it will flash "click map location of target" 6. Switch to your map view and do a long single-click on the map where your target is located. 7. Back in the fire control system you will be given lots of information. The important stuff is this.... 8. G-T (bottom left) is your azimuth to target. 9. Your range will be listed just right of G-T. 10. The firing data listed in the center of the dialog will tell you elevations (in mils) for certain ranges (rounded to nearest 100 meters). 11. Do a little basic math to calculate the exact elevation info. Add, subtract, divide, multiply. 12. Enter your azimuth and elevation into the boxes (top left) 13. IMPORTANT: You must click the "Target" button to align the mortar tube to the azimuth and elevation every time you change the numbers !!! You can also hit your Enter key. 14. Click the "Fire" button to fire. OTHER NOTES The "O" button is for plotting the location of your Observer. This is for the technical people among us and not absolutely necessary to firing accurately which is why I won't cover it here in great depth. You can plot new targets by clicking the "T" button and repeating steps. You do not need to replot the gun each time you want to fire at a new target. The mortar tube actually has an invisible AI gunner. Sometimes the gunner will get confused and "look around" with the barrel. If you fire during this time it will still be on target. The way the AI gunner is looking around doesn't make anything less accurate. If it annoys you though, disassemble and reassemble the tube. When you assemble the mortar for the first time it will have a cranking sound that gets annoying. It will do this until you type in an azimuth and elevation and hit Target. I usually type in 10 and 1000 just so it stops making the noise (and because it's easy to type). The mortars are very accurate. The max range of the mortars are: M224 60-mm Mortar - 2000 meters M29 81-mm Mortar - 3800 meters 2B14 82-mm Mortar - 3300 meters Edited by AngusHeaf on Jan. 30 2004,14:00 Share this post Link to post Share on other sites
AngusHeaf 0 Posted April 2, 2004 There are definately plans to massage the AI into shape. I think that over time the majority of features can be scripted so that AI use them, there's nothing completely AI unfriendly about the majority of them. There are a few things, and I do mean only a few, that seem like only BIS could fix them. AI's ability to fire the rockets seems like one of these. Share this post Link to post Share on other sites
the_shadow 0 Posted April 2, 2004 a question, is the error with ctd when adding a aa slodier to a mission fixed? i´m downloading now and will test asap when it´s done i´ll be back if it´s still there.. Share this post Link to post Share on other sites
the_shadow 0 Posted April 2, 2004 still got the problems... a also get a whole bunch of "missing x.p3d" errors along with CTD when trying to use a Shilka (with radar) and then i got a few questions? are there any new sights? i havn´t seen any... and where did the new island go? Share this post Link to post Share on other sites
AngusHeaf 0 Posted April 2, 2004 Missing P3D errors are due to Keg's faulty sky installer putting the kibashe on the whole idea. Apparently there's some problem with people who don't run Direct3D Hardware and Texture Lighting (HWT&L) mode. If you run in HWTL mode there's no problem. We'll most likely be removing the skies from the next release, or at least making them optional with a disclaimer against using them unless you run HWTL. To fix it, just delete your WGL\DTA folder. Which AA soldier has the problem? East? West? Resistance? Thought I have fixed all the guys that caused CTD. Problem is that some of them have a couple extra magazines. And giving a soldier too many magazines is a BAD idea. Heh! Let me know and I'll fix it right away. EDIT: I just checked all of the AA soldiers and none of them crashed to desktop. Can someone else confirm that any of the WG AA soldiers (there's about 10 different types) do or do not crash? Thanks! We went through each of the soldiers one at a time before release but with 245 new soldier classes something could have slipped through the cracks. Share this post Link to post Share on other sites