User Tools

Site Tools


arma3:port-arma-2-vehicles-general

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
arma3:port-arma-2-vehicles-general [2017/12/28 15:42] – created initial page. snakemanarma3:port-arma-2-vehicles-general [2024/08/03 12:17] (current) – links added. snakeman
Line 1: Line 1:
 ====== ArmA 2 To ArmA 3 Port Vehicles - General ====== ====== ArmA 2 To ArmA 3 Port Vehicles - General ======
  
-Model changes you most likely have to do are proxys. Many proxy:\ca\... paths in your models wheter these are driver/cargo/pilot/gunner or weapon proxies. It is the same easy search for "ca\" strings in P3D model paths.+[[https://www.pmctactical.org/forum/viewforum.php?f=68|ArmA 3 Forum]], [[:arma3|ArmA 3]], [[arma3:config|ArmA 3 Config]], [[arma3:missions|ArmA 3 Missions]], [[arma3:modeling|ArmA 3 3D Modeling]], [[arma3:scripting|ArmA 3 Scripting]], [[arma3:terrain|ArmA 3 Terrain]], [[arma3:texturing|ArmA 3 Texturing]], [[arma3:tools|ArmA 3 Tools]]
  
-Its somewhat difficult to give a guide which arma2 proxy to replace with what arma3 proxy, but here is quick glance of what I did with VTE.+Model changes you most likely have to do are proxys. Many proxy:\ca\... paths in your models whether these are driver/cargo/pilot/gunner or weapon proxies. It is the same easy search for "ca\" strings in P3D model paths. 
 + 
 +Its somewhat difficult to give a guide which arma2 proxy to replace with what ArmA 3 proxy, but here is quick glance of what I did with [[https://www.vtemod.com|Vietnam: The Experience (VTE)]].
  
 Proxy replacements: Proxy replacements:
Line 24: Line 26:
 Like I said, its difficult to give detailed guide which proxies replace what because there is so many different addons and variations of proxies used, hopefully the above gives some idea though. Like I said, its difficult to give detailed guide which proxies replace what because there is so many different addons and variations of proxies used, hopefully the above gives some idea though.
  
-You can find all arma3 proxies from a3\data_f\proxies\ directory.+You can find all ArmA 3 proxies from a3\data_f\proxies\ directory.
  
  
 ====== Config ====== ====== Config ======
  
-Lot of ca\ path changes need to be made as it was common that arma2 addons referenced sounds from ca\ files.+Lot of ca\ path changes need to be made as it was common that ArmA 2 addons referenced sounds from ca\ files.
  
 Tank Sound Replacements: Tank Sound Replacements:
-<code>+<code cpp>
 soundServo[] = {"A3\Sounds_F\vehicles\armor\noises\servo_armor_comm", 1, 1, 30}; soundServo[] = {"A3\Sounds_F\vehicles\armor\noises\servo_armor_comm", 1, 1, 30};
 soundGetIn[] = {"A3\Sounds_F_EPB\Tracked\noises\get_in_out", 0.56234133, 1}; soundGetIn[] = {"A3\Sounds_F_EPB\Tracked\noises\get_in_out", 0.56234133, 1};
Line 39: Line 41:
  
 Tank Optics Replacements: Tank Optics Replacements:
-<code>+<code cpp>
 gunnerOpticsModel = "\A3\weapons_f\reticle\Optics_Gunner_02_F"; gunnerOpticsModel = "\A3\weapons_f\reticle\Optics_Gunner_02_F";
 or commander with \A3\weapons_f\reticle\Optics_Commander_02_F or commander with \A3\weapons_f\reticle\Optics_Commander_02_F
Line 46: Line 48:
  
 Artillery Optics Replacements: Artillery Optics Replacements:
-<code>+<code cpp>
 gunnerOpticsModel = "\A3\Weapons_F\acc\reticle_Mortar_01_F.p3d"; gunnerOpticsModel = "\A3\Weapons_F\acc\reticle_Mortar_01_F.p3d";
 </code> </code>
Line 61: Line 63:
  
 You need to comment out or replace these from arma2: You need to comment out or replace these from arma2:
-<code>+<code cpp>
 driverAction = "AH1Z_Pilot"; driverAction = "AH1Z_Pilot";
 driverInAction = "AH1Z_Pilot"; driverInAction = "AH1Z_Pilot";
Line 67: Line 69:
 They do not work, you cannot get in to your vehicle if you have incorrect driverAction etc configs.\\ They do not work, you cannot get in to your vehicle if you have incorrect driverAction etc configs.\\
 Tank actions: Tank actions:
-<code>+<code cpp>
 driverAction = "driver_apctracked3_out"; driverAction = "driver_apctracked3_out";
 driverInAction = "driver_apctracked3_in"; driverInAction = "driver_apctracked3_in";
Line 77: Line 79:
  
 Truck actions: Truck actions:
-<code>+<code cpp>
 driverAction = "driver_Truck_02"; driverAction = "driver_Truck_02";
 getInAction = "GetInMRAP_01"; getInAction = "GetInMRAP_01";
Line 84: Line 86:
  
 Static actions: Static actions:
-<code>+<code cpp>
 gunnerAction = "gunner_static_low01"; gunnerAction = "gunner_static_low01";
 gunnerAction = "gunner_standup01"; gunnerAction = "gunner_standup01";
Line 93: Line 95:
  
 It is very important to get your base inheritance class correct if you have many vehicles which inherits. Don't try to fix one vehicle at the time, TEST with one vehicle but fix your BASE inheritance class first. It is very important to get your base inheritance class correct if you have many vehicles which inherits. Don't try to fix one vehicle at the time, TEST with one vehicle but fix your BASE inheritance class first.
 +
 +Aircraft or helicopter gunner proxy needs to be how the chracter is positioned, then you need config.cpp properties for the turret which this gunner mans:
 +<code cpp>
 +gunnerAction = "pilot_Heli_Transport_01";
 +gunnerInAction = "pilot_Heli_Transport_01";
 +</code>
 +
 +If you leave out the config so its wrong (for example from arma2) then gunner will take basic standing pose / animation. Also if the gunner proxy is wrong, the gunner of course takes the pose / animation which looks off to such gunner.
 +
arma3/port-arma-2-vehicles-general.1514475745.txt.gz · Last modified: 2017/12/28 15:42 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.