arma3:port-arma-2-vehicles-general
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
arma3:port-arma-2-vehicles-general [2017/12/28 15:42] – created initial page. snakeman | arma3: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/ | + | [[https://www.pmctactical.org/forum/viewforum.php? |
- | 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: |
+ | |||
+ | 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:// | ||
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: | ||
- | < | + | < |
soundServo[] = {" | soundServo[] = {" | ||
soundGetIn[] = {" | soundGetIn[] = {" | ||
Line 39: | Line 41: | ||
Tank Optics Replacements: | Tank Optics Replacements: | ||
- | < | + | < |
gunnerOpticsModel = " | gunnerOpticsModel = " | ||
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: | ||
- | < | + | < |
gunnerOpticsModel = " | gunnerOpticsModel = " | ||
</ | </ | ||
Line 61: | Line 63: | ||
You need to comment out or replace these from arma2: | You need to comment out or replace these from arma2: | ||
- | < | + | < |
driverAction = " | driverAction = " | ||
driverInAction = " | driverInAction = " | ||
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: | ||
- | < | + | < |
driverAction = " | driverAction = " | ||
driverInAction = " | driverInAction = " | ||
Line 77: | Line 79: | ||
Truck actions: | Truck actions: | ||
- | < | + | < |
driverAction = " | driverAction = " | ||
getInAction = " | getInAction = " | ||
Line 84: | Line 86: | ||
Static actions: | Static actions: | ||
- | < | + | < |
gunnerAction = " | gunnerAction = " | ||
gunnerAction = " | gunnerAction = " | ||
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 = " | ||
+ | gunnerInAction = " | ||
+ | </ | ||
+ | |||
+ | 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