I was testing some things for my mod and tested to remove "from eye" flag from weapon... Result was quite suprising Weapon aim was messed up and after correcting this I finded that gun was in middle of screen.
Could someone explain what causes this since this is quite strange for me...
It applies for pretty much every weapon (that has from_eye)
I think that it has something to do with weapon alingment (how you place gun in 3dstudio max), but still I am not sure, and I never mod on my actual files, always on mod files.
I'm pretty sure the "from_eye" flag is used to determine where the projectile is launched from. Seeing as you usually aim with your crosshair it makes sence.
I'm pretty sure the "from_eye" flag is used to determine where the projectile is launched from. Seeing as you usually aim with your crosshair it makes sence.
Yup.
The models position wont be changed by removing that flag.
You may have put some wrong numbers in the WeaponOffset(I'm
not sure if it's called like that..)
There are 3 numbers to set each of them is terminated by a ","
These numbers represent the offset of the model.
The first one moves the model horizantally (left/right), the second one is for vertical offsets (up/down) and the last one is for the "depth". Higher number means further away from your eye.
¤ MARS WARS 3! - Red Faction revamped on the unreal engine. Superiority ¤
FuryThor
Posted 29th May 2006 3:41pm
L4Y Member Post 413 / 831
Yeah well I did figure out what was causing this problem...
Also I got it fixed and know now what it means. Btw that autoaim is not mentioned in examples of weapons.tbl
hey guys u no wen u down load maps for red faction wat location do i put the map in for the map to work on red faction
Welcome to the boards. In answer to your question, multiplayer maps go into the "redfaction\user_maps\multi" folder and single-player maps go into the "redfaction\user_maps\single" folder, though you have to run single-player maps by using the command "-level <levelname>" in the command line tab under setup.
Yes, caps lock, I think you maybe referring to a specific key on the keyboard?
Quoting paulafox
THANKS MATE BUT WAT DO U MEAN U HAVE TO CHANGE THE LEVEL DOWNLOADED, IN THE COMMAND BOX SAY THE LEVEL WAS CALLED HOTELMADNESS HOW WILL I CHANGE IT AND WAT WILL I WRITE IN THE COMMAND BOX
HAHAHA WHY DO I ALWAYS HAVE TO HOLD DOWN SHIFT WHEN I WANT TO WRITE SMALL LETTERS?!
¤ MARS WARS 3! - Red Faction revamped on the unreal engine. Superiority ¤
goober
Posted 5th Jun 2006 10:25am
L4Y Member Post 2908 / 265
Yea seriously
In programming and sometimes in command lines ect... you will need the right capitalization or it wont work... i fear paula never has caps off
For anyone reading this in 2019 or later: The RF community is alive on the Community Discord
crist what a load of crap has come to my topic, Where is moderating staff ?
Anyway I did get my problem solved and this topic can now be closed.
So if someone did miss original question. I was wondering what caused weapon aim to get screwed ?. I did remove both "from_eye" amd "autoaim" flags, and auto aim flag corrects aim to crosshair.