ofp:modeling:brsseb_lesson5
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ofp:modeling:brsseb_lesson5 [2017/10/06 14:13] – http to https switch. snakeman | ofp:modeling:brsseb_lesson5 [2024/07/31 15:47] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== OFP Brsseb 3D Modeling Tutorial ====== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | **Operation Flashpoint (OFP)** aka ArmA: Cold War Assault (CWA) | ||
+ | |||
+ | |||
====== Lesson 5: Creating your first Gunboat ====== | ====== Lesson 5: Creating your first Gunboat ====== | ||
Line 5: | Line 12: | ||
Preparing for the lesson | Preparing for the lesson | ||
- | Ok, the lessons is back and now its time to build a boat. Since boats are very easy to do (if you have done a car, you will notice boats are much less work), so for this lesson to contain anything usefull, I have decided to build a gunturret on the boat. Such gun setup is quite useful and is used on all addons that have some sort of fixed machinegun (helicopter gunships, fixed gun positions, etc). Here is what you need: | + | Ok, the lessons is back and now its time to build a boat. Since boats are very easy to do (if you have done a car, you will notice boats are much less work), so for this lesson to contain anything usefull, I have decided to build a gunturret on the boat. Such gun setup is quite useful and is used on all addons that have some sort of fixed machinegun (helicopter gunships, fixed gun positions, etc). Here is what you need: |
* OFP (daahhh), O2 and Bulldozer | * OFP (daahhh), O2 and Bulldozer | ||
Line 14: | Line 21: | ||
* PBOTool and TexView or similar program | * PBOTool and TexView or similar program | ||
- | As always, I have supplied a standard 3d model fo you to download and use. If you have made your own boat model and want it into ofp, then use that one when following the tutorial. But in all screenshots and explanations I assume you are using my demo model. | + | As always, I have supplied a standard 3d model fo you to download and use. If you have made your own boat model and want it into ofp, then use that one when following the tutorial. But in all screenshots and explanations I assume you are using my demo model. |
Ok, lets move to next page and have a look at the tutorial model...(drumroll...) | Ok, lets move to next page and have a look at the tutorial model...(drumroll...) | ||
Line 25: | Line 32: | ||
//The model we will we working with in this tutorial. (note that since I use M113 gunner proxy, this wont show up in Bulldozer as in picture. Dont worry though, it works ingame)// | //The model we will we working with in this tutorial. (note that since I use M113 gunner proxy, this wont show up in Bulldozer as in picture. Dont worry though, it works ingame)// | ||
- | First thing you must do is download the model.You can get the ZIP [[https:// | + | First thing you must do is download the model.You can get the ZIP Brsseb_lesson5_start.rar |
Put the " | Put the " | ||
Line 42: | Line 49: | ||
//Memory LOD content// | //Memory LOD content// | ||
- | Nothing revolutionary in Memory LOD either right now. Just the basic " | + | Nothing revolutionary in Memory LOD either right now. Just the basic " |
So, lets get started, shall we? Move on! | So, lets get started, shall we? Move on! | ||
Line 48: | Line 55: | ||
====== The Gun LOD setup - " | ====== The Gun LOD setup - " | ||
- | Lets do the hardest part first and get it over with: making the gun work properly. We need to some work in " | + | Lets do the hardest part first and get it over with: making the gun work properly. We need to some work in " |
- | Go to " | + | Go to " |
* In left view, zoom in so that you see the whole gun in picture, like this: | * In left view, zoom in so that you see the whole gun in picture, like this: | ||
Line 74: | Line 81: | ||
====== The Gun LOD setup - Memory LOD ====== | ====== The Gun LOD setup - Memory LOD ====== | ||
- | Go to memory LOD and zoom in on the gun like before. If you have done lesson 3, you will already be familiar with this but there are some more selection names to learn. We must define the bullet path, define what is the up and down movement axis, and what is the left and right axis. | + | Go to memory LOD and zoom in on the gun like before. If you have done lesson 3, you will already be familiar with this but there are some more selection names to learn. We must define the bullet path, define what is the up and down movement axis, and what is the left and right axis. |
* Zoom in like this to have a clear picture. Do this in the other views since we will need all four view to position the vertices right. | * Zoom in like this to have a clear picture. Do this in the other views since we will need all four view to position the vertices right. | ||
Line 112: | Line 119: | ||
====== Adding details to ship ====== | ====== Adding details to ship ====== | ||
- | There are some small things left to do before we can say to have a nice little boat in our hands. Lets add some lights and other detail to make it look better: | + | There are some small things left to do before we can say to have a nice little boat in our hands. Lets add some lights and other detail to make it look better: |
* Go to memory lod, zoom in on the mast and add three vertices on it like in picture below. The one at the top is the white light strobe ("bily pozicni blik") and the other two are the red and green ones (" | * Go to memory lod, zoom in on the mast and add three vertices on it like in picture below. The one at the top is the white light strobe ("bily pozicni blik") and the other two are the red and green ones (" | ||
Line 138: | Line 145: | ||
====== The configfile from hell`s older brother ====== | ====== The configfile from hell`s older brother ====== | ||
- | Ok, configfiles in these tutorials are just getting bigger and bigger. As always, I will just give you an overview of the content and there is nothing you must do other than to read and hopefully learn something. Dont complain, I dont teach C++ programming. So dont send me anymail with something like "what the f*** is a class?" | + | Ok, configfiles in these tutorials are just getting bigger and bigger. As always, I will just give you an overview of the content and there is nothing you must do other than to read and hopefully learn something. Dont complain, I dont teach C++ programming. So dont send me anymail with something like "what the f00k is a class?" |
Lets walk though the whole file together and Ill explain some stuff on the way. Watch and learn. | Lets walk though the whole file together and Ill explain some stuff on the way. Watch and learn. | ||
Line 155: | Line 162: | ||
//Part 3 of the config// | //Part 3 of the config// | ||
- | Here is basically two things, one clas called TransportWeapons that contains all the weapons onboard the ship. This feature is v1.75+ only, and it enables the vehicle to start with weapons inside just like an ammo crate. The weapons and ammo onboard are defined in this class. | + | Here is basically two things, one clas called TransportWeapons that contains all the weapons onboard the ship. This feature is v1.75+ only, and it enables the vehicle to start with weapons inside just like an ammo crate. The weapons and ammo onboard are defined in this class. |
Then there is the class Reflector. It just controls settings about our frontlooking spotlight. Experiment with the settings and see what happens. | Then there is the class Reflector. It just controls settings about our frontlooking spotlight. Experiment with the settings and see what happens. | ||
Line 162: | Line 169: | ||
//Part 4 of the config// | //Part 4 of the config// | ||
- | Then the rest of the file. The 3 topmost attributes are boring, so we will consentrate on the TurretBase class. Basically it holds the settings for the turret. Here the selections are defined (osa hlavne, etc), the sound it makes when moving, and most important the values for min/ | + | Then the rest of the file. The 3 topmost attributes are boring, so we will consentrate on the TurretBase class. Basically it holds the settings for the turret. Here the selections are defined (osa hlavne, etc), the sound it makes when moving, and most important the values for min/ |
- | Same for the horizontal movement, it has -135 degrees from the left to +135 degrees on the right. So 135 in each direction and a total movement range of 270 degrees (3/4 of a full circle). Not hard if you didnt sleep in the math classes at school ;). | + | Same for the horizontal movement, it has -135 degrees from the left to +135 degrees on the right. So 135 in each direction and a total movement range of 270 degrees (3/4 of a full circle). Not hard if you didnt sleep in the math classes at school ;). |
And thats the config, not that hard to understand now was it? Hope not. Well, lets do some final preperations and test the ship ingame! | And thats the config, not that hard to understand now was it? Hope not. Well, lets do some final preperations and test the ship ingame! | ||
Line 182: | Line 189: | ||
//The final boat// | //The final boat// | ||
- | Test the gun to make sure you have done it all right. You can dowload the final PBO [[https:// | + | Test the gun to make sure you have done it all right. You can dowload the final PBO Brsseb_lesson5_done.rar |
- | And that concludes the lesson. Hope you have learned something. Got many requests on how to do a turret and I hope this helps. Remember that this turret setup can be used on many vehicles (choppers, fixed gun positions on land etc). And please make some boats. Ofp got lots of tanks, weapons, vehicles, but we need some more boats! | + | And that concludes the lesson. Hope you have learned something. Got many requests on how to do a turret and I hope this helps. Remember that this turret setup can be used on many vehicles (choppers, fixed gun positions on land etc). And please make some boats. Ofp got lots of tanks, weapons, vehicles, but we need some more boats! |
Cheers! | Cheers! | ||
+ | |||
+ | **Download** OFP.Brsseb_Lesson/ | ||
+ | < | ||
+ | magnet:? | ||
+ | </ | ||
+ | |||
====== Notes ====== | ====== Notes ====== | ||
This tutorial was written by Brsseb in [[http:// | This tutorial was written by Brsseb in [[http:// | ||
+ |
ofp/modeling/brsseb_lesson5.1507299203.txt.gz · Last modified: 2017/10/06 14:13 by snakeman