-
Content Count
8 -
Joined
-
Last visited
-
Medals
Community Reputation
0 NeutralAbout Fleep51
-
Rank
Private
Profile Information
-
Gender
Male
-
Interests
im new im trying to new learn things joined 10/26/18
-
Is it possible to draw circle with drawline3d ? I could use images but meh it doesnt look that good.
-
I think its called viewangles (X,Y) so no if its not possible i wont even try thanks :)
-
Air Veh Radar Hud Remove?
Fleep51 replied to bumyplum's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I dont know how to do this with a script but with options it works like this: Options -> Game options -> Layout -> (here move the radar out of the screen) -
Hm then its my problem i kinda dont understand what command or part of the code the vertical axis forces. I used setVectorDir and it did work like what i did above with setDir. Still dont understand if i can change the vertical axis with setVectorUp. And i will not use cameras since the player cant control or move then.
-
Oh lool havent thought about that, if you want we can let delete the thread. But its not only me asking it i have looked into many posts about changing the Vertical Axis from the player. @Larrow Its similar like what you made but my goal is to make this affecting the Vertical Axis. This right now doesnt do this. At the end i need this for a mission where it is very dark and a few lights are on and some hints about finding the teddy ill place in a small room or under a bed for example. When the player finds the teddy sucessfuly he will get another mission like that etc. something in this direction.
-
So after reading all this i literally have no plan. I was using https://community.bistudio.com/wiki/BIS_fnc_dirTo with setDir. // because this only faces the X Axis i wanted to improve this with the Y Axis from the screen. This faces me to the object ITSELF. player setVectorDir (vectorDir object); player setVectorUp (vectorUp object); This faces me to the direction of the object how can i face the player to the object itself not in to the direction the object is looking? Is there anything like BIS_fnc_dirTo for vectors Thanks.
-
Of thank you guys very much i will give a feedback ill look into all :) thanks
-
Fleep51 changed their profile photo
-
Fleep51 started following other option for setDir
-
Hey, i want to make a focus script. Basically setDir only sets my direction (x axis) i want also use the (y axis) is there a script command which does both. Think youre in first person and the command setDir only sets the X AXIS and the Y AXIS is not affected. btw: i did some research i found things with setVectorDirAndUp i dont understood if this can help me if anyone can explain i would appreciate it! I hope i could clearly testify myself, have a good friday.