![]() |
Quote:
|
Open up with S3D and see what can be altered to make it more user friendly .
FX_Update_0_0_19_ByTheDarkWraith\data\Library\ TDW_FXU_Flares_Particles.DAT TDW_FXU_Flares_Materials.DAT TDW_FXU_Flares doesnt work with S3D LOL |
Quote:
|
Quote:
|
IRAI_0_0_37 mod its the problem. I found guns_radars_01.sim in irai/data/library/shipparts. I downloaded an hex editor but i don't know what i have to modify.
|
If i have installed fx mod without irai, starshell not launching so is the irai but i don't know what to modify. :damn:
|
Quote:
You can remove TDW_FXU_Flares_Particles.DAT and TDW_FXU_Flares_Materials.DAT from the mod.. also you can edit these files via S3D - Silent 3ditor and remove only white flares.. Quote:
|
I agree it works with fx mod only but if you put after irai mod it enabled again. I tried to put first only the fx mod and the starshells are not launched but when i put the irai mod they appears.
|
here i think is the problem, but i don't know what to modify.
path irai/data/scripts/ai/ship-weapons.aix # Ship weapons: # strategy ShipFire(Ship) { precond { Ship:ContactPresenceIs(PRESENCE_SENSORS, 0) or (Ship:ContactPresenceIs(PRESENCE_LOOSING, 0) and Ship:GetContactLostTime() <= 360.0) } strategies { DC, Cannons, CannonsAtSubmerged, #CheckStarshellEnable, ShipFireStarShells, ShipFireStarShellsDistance } } strategy DC(Ship) { precond { Ship:ContactIs(SUBMARINE) or (Ship:ContactIs(UNITUNKNOWN) and Ship:GetContactDepth() <= -4.0) #SUBISSUBMERGEDDEPTH } strategies { DCRacks, HHogs, DCThrower } } strategy DCRacks(Ship) { precond { Ship:CanFireDCRacks() and Ship:GetContactDepth() <= -4.0 and Ship:GetCurrentSpeed() >= 2 #SUBISSUBMERGEDDEPTH } action { Ship:FireDCRacks(); } } strategy HHogs(Ship) { precond { Ship:CanFireHHogs() } action { Ship:FireHHogs(); } } strategy DCThrower(Ship) { precond { Ship:CanFireDCThrowers() } action { Ship:FireDCThrowers(); } } strategy Cannons(Ship) { precond { Ship:CanFireCannons() } action { Ship:FireCannons(); } } strategy CannonsAtSubmerged(Ship) { precond { (Ship:ContactPresenceIs(PRESENCE_LOOKOUT, 0) or Ship:ContactPresenceIs(PRESENCE_SONAR, 0)) and (Ship:ContactIs(SUBMARINE) or Ship:ContactIs(UNITUNKNOWN)) and Ship:GetContactDepth() <= 0.0 and Ship:GetContactDepth() >= -20.0 and Ship:GetContactRelDist() <= 8000 } action { Ship:FireCannons(); } } #strategy CheckStarshellEnable(Ship) #{ # precond # { # (Ship:ContactPresenceIs(PRESENCE_SENSORS, 0) or Ship:ContactPresenceIs(PRESENCE_LOOSING, 0)) and Ship:GetContactRelDist() <= 10000 # } # action # { # Ship:EnableStarshells(); # } #} strategy ShipFireStarShells(Ship) { precond { Ship:CanFireStarShells() and Ship:GetContactRelDist() <= 10000 } action { Ship:FireStarShells(); } } strategy ShipFireStarShellsDistance(Ship) { precond { Ship:GetContactRelDist() <= 10000 } action { Ship:FireStarShells(); #Ship:ShipWaitAction(10) Ship:TimeEventHappen(5); } } |
You have graphic problems.. right?
the graphical effects included in the FX Update.. not in the IRAI.. |
Ok. But i made those modification have you suggested with the S3D - Silent 3ditor and i unchecked those flares and if i activate only fx update mod they don't appear. If I put irai mod next appears again. Result that irai activate them again.
|
This worked for me. I don't know why it's not working for you.
PS: How do you check the changes in the game? |
historical missions
|
success:yeah:
I made this modifications. Ship weapons: # strategy ShipFire(Ship) { precond { Ship:ContactPresenceIs(PRESENCE_SENSORS, 0) or (Ship:ContactPresenceIs(PRESENCE_LOOSING, 0) and Ship:GetContactLostTime() <= 360.0) } strategies { DC, Cannons, CannonsAtSubmerged, #CheckStarshellEnable, ShipFireStarShells, ShipFireStarShellsDistance I deleted the "ShipFireStarShells" and "ShipFireStarShellsDistance" in IRAI mod. I hope it will help those who have ATI cards.:salute: |
Glad you sorted it out :)
|
All times are GMT -5. The time now is 10:19 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.