Anonymous | Login | 2024-11-21 16:44 CET |
My View | View Issues | Change Log | Roadmap | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0006641 | USAF | General | public | 2022-03-14 01:38 | 2022-03-15 08:47 | ||||
Reporter | malincol | ||||||||
Assigned To | reyhard | ||||||||
Priority | none | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | not fixable | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0006641: Gun Elevation for Abrams and T-90/72 does not work | ||||||||
Description | As above, I am getting a server error of (tried to remoteExec a disabled function) with no other information. This error is very similar to a previous report, id:0004762. I will highlight what I have done so far to try to fix this problem. | ||||||||
Steps To Reproduce | Use any of the above tanks, and the gun animation will not set the distance (when using laser targeting). I get the same error when manually setting gun elevation. | ||||||||
Additional Information | I have enabled these in my exile server: class rhsusf_fnc_rf_m1_elev { allowedTargets=0;}; // RHS Zero tank sights in rhs_rf_m1.sqf class rhs_rf_m1 { allowedTargets=0;}; class RHSUSF_fnc_laserTarget { allowedTargets=0;}; // RHS in rhs_rf_m1.sqf class rhsusf_fnc_fireOnMove { allowedTargets=0;}; class RHSusf_fnc_rf_M1_digit { allowedTargets=0;}; class rhsusf_fnc_calcBalistic { allowedTargets=0;}; class rhs_fnc_findPlayer { allowedTargets=0;}; class rhsusf_fnc_findAngle { allowedTargets=0;}; class RHS_findAngle { allowedTargets=0;}; class rhsusf_fnc_sight_m1_lead { allowedTargets=0;}; class rhs_lead_m1 { allowedTargets=0;}; class setRange { allowedTargets=0;}; class RHS_gunOffset { allowedTargets=0;}; class rhsusf_fnc_gunOffset { allowedTargets=0;}; class RHS_calcBalistic { allowedTargets=0;}; class animateSource { allowedTargets=0;}; This has not worked. | ||||||||
Tags | No tags attached. | ||||||||
Is it a wish/request? | No | ||||||||
RHS version | Stable | ||||||||
Arma 3 version | 2.08 | ||||||||
Did you used any other mod when the error occurred? | Yes | ||||||||
Which mods? | -mod=@Exile;@australia;@plp;@extended_base;@rhsafrf;@rhsgref;@rhssaf;@rhsusaf;@FireWill;@UH60;@advurbanrepel;@NIA;@DualArms; -servermod=@CBA;@ExileServer;@A3EP;@extDB3;@australia;@extended_base;@infiSTAR_Exile;@infiSTAR_A3_vision;@SM_LGC;@AdvSling;@A3XAI; | ||||||||
Attached Files | RhsDisabledFunctionGunElevation.txt [^] (1,258,883 bytes) 2022-03-14 01:38 CfgRemoteExec.hpp [^] (7,184 bytes) 2022-03-14 13:52 CfgRemoteExec(16pmUpdate).hpp [^] (9,149 bytes) 2022-03-14 16:48 CfgRemoteExec(21pmUpdate).hpp [^] (11,410 bytes) 2022-03-14 21:17 fnc.txt [^] (1,825 bytes) 2022-03-14 23:00 [Show Content] | ||||||||
Notes | |
(0012069) Prebzade (reporter) 2022-03-14 02:37 edited on: 2022-03-14 11:53 |
I might add that i get the same errors with the Sprut and BMD-4 (vdv variant, other variants not tested). Using a Dedicated Server with following Mods -mods:@Exile;@CBA_A3;@Vcom AI;@RHSUSAF;@RHSAFRF;@Real Engine;@Enhanced GPS;@Blastcore Murr Edition;@Extended_Base_Mod; and -servermod:@ExileServer;@infiSTAR_Exile;@tort_DynamicWeather3; Advanced SLing Loading and Advanced Towing are loaded as .pbo from the @ExileServer/addons folder I dont have the cfgRemoteExec functions as i was looking for them right now. |
(0012071) reyhard (administrator) 2022-03-14 11:26 |
Easiest thing to do would be enabling all functions (allowedTargets = 0) in rhs_optics & rhsusf_optic addons. Other than that there could be some bizarre function in exile itself which is breaking RHS |
(0012072) malincol (reporter) 2022-03-14 11:36 |
Actually yes, prebzade is correct, those do not work either |
(0012073) malincol (reporter) 2022-03-14 11:38 |
So Ill try to add all those functions, and if it works, I can probably find which one enables it. Do you have a list of those functions by chance? |
(0012074) reyhard (administrator) 2022-03-14 12:17 |
not really, I'm on vacation so I guess you would have to open pbos which I mentioned above. |
(0012075) Prebzade (reporter) 2022-03-14 13:54 edited on: 2022-03-14 16:49 |
I have added my cfgRemoteExec as i added all functions out of the rhs_optics and rhsusf_optics and it still isnt working with Sprut/BMD-4 vdv //Edit 13:56 I found a typo and i try it with the corrected file again //Edit 14:04 Still the same result, typo wasn´t the error //Edit 16:48 Added many functions but still getting errors and the fcs of the Sprut and BMD-4 isnt usable |
(0012077) reyhard (administrator) 2022-03-14 17:41 |
Can you share your cfg? |
(0012078) Prebzade (reporter) 2022-03-14 17:42 edited on: 2022-03-14 18:12 |
The Config files are Uploaded here but the cfgRemoteExec(16pmUpdate).hpp is the most actual //Edit Im looking and adding every function i can see right now. In the rhs_optics/scripts/RHS_sight_essa_elev.sqf in line 39 which states "switch(rhS_loadType)do" ,shouldnt it be "switch(rhs_loadType)do" instead? It wonders me that the function has a capital "S" |
(0012079) reyhard (administrator) 2022-03-14 20:07 |
rhs_loadType is variable and variables names are case insensitive. From what I've seen, you are typing script filenames and not actual function names. |
(0012080) Prebzade (reporter) 2022-03-14 21:18 |
I have added every function from every sqf file inside rhs_optics i could find in the cfgRemoteExec(21pmUpdate).hpp. It still isnt working |
(0012082) reyhard (administrator) 2022-03-14 22:17 edited on: 2022-03-14 22:18 |
You still are not listing function names. For example there is no function like RHS_sight_BMP2. This is only script file name |
(0012083) Prebzade (reporter) 2022-03-14 22:19 |
What would function names be then? How do they look? |
(0012084) reyhard (administrator) 2022-03-14 22:25 |
https://community.bistudio.com/wiki/Arma_3:_CfgRemoteExec [^] here you have some example. You can also check function names in game function viewer |
(0012085) Prebzade (reporter) 2022-03-14 23:01 edited on: 2022-03-14 23:02 |
In the file fnc.txt you find every function i added into the cfgRemoteExec.hpp I made a mess with mixing the functions all over the place so im sorry for making it harder for you |
(0012087) reyhard (administrator) 2022-03-14 23:05 |
And is it working now? |
(0012088) Prebzade (reporter) 2022-03-14 23:07 |
As i had those functions earlier too it isnt working. I just cleaned my cfgRemoteExec from everything but the functions. |
(0012089) reyhard (administrator) 2022-03-14 23:13 |
Is it working with mode 2? |
(0012090) Prebzade (reporter) 2022-03-14 23:14 |
i had mode 2 enabled the whole time by accident. No it isnt working even with mode 2 |
(0012091) reyhard (administrator) 2022-03-14 23:17 |
I have no idea then what exile is doing then. Maybe their anticheats are blocking something, maybe it is something different but it is really hard to tell by me. I guess you can contact exile devs |
(0012092) Prebzade (reporter) 2022-03-14 23:20 |
Do you maybe have experience with the infiSTAR antihack ? I dont have BattlEye enabled and infiSTAR_Exile is the only antihack i have. |
(0012093) reyhard (administrator) 2022-03-15 08:47 |
Not really, I only know it exist. It's wild guess anyway and since I'm not exile user, I cannot really tell what it could be. |
Issue History | |||
Date Modified | Username | Field | Change |
2022-03-14 01:38 | malincol | New Issue | |
2022-03-14 01:38 | malincol | File Added: RhsDisabledFunctionGunElevation.txt | |
2022-03-14 02:37 | Prebzade | Note Added: 0012069 | |
2022-03-14 11:26 | reyhard | Note Added: 0012071 | |
2022-03-14 11:26 | reyhard | Assigned To | => reyhard |
2022-03-14 11:26 | reyhard | Status | new => feedback |
2022-03-14 11:26 | reyhard | Severity | major => minor |
2022-03-14 11:36 | malincol | Note Added: 0012072 | |
2022-03-14 11:36 | malincol | Status | feedback => new |
2022-03-14 11:38 | malincol | Note Added: 0012073 | |
2022-03-14 11:53 | Prebzade | Note Edited: 0012069 | View Revisions |
2022-03-14 12:17 | reyhard | Note Added: 0012074 | |
2022-03-14 12:17 | reyhard | Status | new => feedback |
2022-03-14 13:52 | Prebzade | File Added: CfgRemoteExec.hpp | |
2022-03-14 13:54 | Prebzade | Note Added: 0012075 | |
2022-03-14 13:56 | Prebzade | Note Edited: 0012075 | View Revisions |
2022-03-14 14:05 | Prebzade | Note Edited: 0012075 | View Revisions |
2022-03-14 16:48 | Prebzade | File Added: CfgRemoteExec(16pmUpdate).hpp | |
2022-03-14 16:49 | Prebzade | Note Edited: 0012075 | View Revisions |
2022-03-14 17:41 | reyhard | Note Added: 0012077 | |
2022-03-14 17:42 | Prebzade | Note Added: 0012078 | |
2022-03-14 18:12 | Prebzade | Note Edited: 0012078 | View Revisions |
2022-03-14 20:07 | reyhard | Note Added: 0012079 | |
2022-03-14 21:17 | Prebzade | File Added: CfgRemoteExec(21pmUpdate).hpp | |
2022-03-14 21:18 | Prebzade | Note Added: 0012080 | |
2022-03-14 22:17 | reyhard | Note Added: 0012082 | |
2022-03-14 22:18 | reyhard | Note Edited: 0012082 | View Revisions |
2022-03-14 22:19 | Prebzade | Note Added: 0012083 | |
2022-03-14 22:25 | reyhard | Note Added: 0012084 | |
2022-03-14 23:00 | Prebzade | File Added: fnc.txt | |
2022-03-14 23:01 | Prebzade | Note Added: 0012085 | |
2022-03-14 23:02 | Prebzade | Note Edited: 0012085 | View Revisions |
2022-03-14 23:05 | reyhard | Note Added: 0012087 | |
2022-03-14 23:07 | Prebzade | Note Added: 0012088 | |
2022-03-14 23:13 | reyhard | Note Added: 0012089 | |
2022-03-14 23:14 | Prebzade | Note Added: 0012090 | |
2022-03-14 23:17 | reyhard | Note Added: 0012091 | |
2022-03-14 23:17 | reyhard | Status | feedback => closed |
2022-03-14 23:17 | reyhard | Resolution | open => not fixable |
2022-03-14 23:20 | Prebzade | Note Added: 0012092 | |
2022-03-15 08:47 | reyhard | Note Added: 0012093 |
Copyright © 2000 - 2024 MantisBT Team |