[Open Source] BMW M3 E46 Tutorialvehicle

If you liked this item, please rate it up on Steam Workshop page.

Author: Foxy

Last revision: 9 Jan, 2019 at 15:50 UTC

File size: 65.66 MB

On Steam Workshop

Description:
Hey Guys its me again

I was bored a little time ago so i decided to release a new Samplevehicle for people who want to start making their vehicle dreams in arma come true by themselves instead of paying some scumbag ridiculous amounts of money. Wich is a shame anyway.

Aaaaaaaaaaaaaaanywayy

This mod features
A fully working Car with an animated trunk , hood and both doors.
Custom Sound
Custom Handling
Source files in a seperate folder located in the @FoxTutorial folder.

Source files Include
The whole vehicle pbo unbinarised with an unlocked p3dModel
Soundfiles
Textures
seperate source folder where i located my RVmats and some other textures that are allways needed (fox_data)
all config files have additions to most of their values that tells you what they do
A read me.txt with some useful links
______________________________________________________________
Example:

class Hood_Open
{
displayName = "Open Hood"; ////Name shown on the Mousewheel action
textToolTip = ""; ////Dont know just leave empty
shortcut = ""; ////Arma3 Shortcutkey to trigger the animation without mousewheel (empty for i dont care mode)

priority = 2.0; ////Dont know just leave 2.0
position = "Hood_Pos"; ////Memory point defined in MemoryLOD from where your character can trigger the animation

radius = 2; ///// how far from the position point (MemoryLOD) can you stand to trigger the Feminist ( sorry i mean the animation )

showWindow = 0; ////Dont know just leave 0
onlyForPlayer = 1; ////Dont know just leave 1
condition = "(this animationPhase ‘Hood’ < 0.5) AND (alive this)"; /////in what state does the animation need to be in order for this action to show u( for example here the value for hood down is = 0 , this line checks if the value for hood is below 0.5)

statement = "this animate [‘Hood’, 1];"; ///// Tells the animation to Activate for example here Hood from 0 to 1 = Activated
};

Remember to leave those ///// where they are in order to prevent errors 😀

______________________________________________________________

You are free to do whatever you want with those files. Just dont become a moneygreedy ♥♥♥♥♥ like ….. .
Modding is a passion and not a business release your stuff ^^

Good luck and have fun.
Fox