oshydaka 1 Posted November 4, 2014 Hello everyone :) Quick question : Is there a way to lock the flight model server side ? I want players on my server be forced to use advanced flight model with all options to "Yes" and not be able to change anything. Thanks Share this post Link to post Share on other sites
Greenfist 1863 Posted November 4, 2014 I don't know about the server but in the mission there's a parameter "forceRotorLibSimulation" (0 - default,options based; 1 forced On; 2 forced Off) for use in description.ext file. Share this post Link to post Share on other sites
oshydaka 1 Posted November 4, 2014 Ok thanks, didn't see about that ^^ I think this will be the solution. Where did you find that btw ? Edit : nevermind, founded ^^ https://community.bistudio.com/wiki/description.ext ---------- Post added at 10:31 ---------- Previous post was at 10:04 ---------- Hm, just thinking about that, but will this forceRotorLibSimulation set to 1 let player choose options like "Rought Landing", "Wind Effect", "Auto-trim", etc... ? Share this post Link to post Share on other sites
Greenfist 1863 Posted November 4, 2014 Hm, just thinking about that, but will this forceRotorLibSimulation set to 1 let player choose options like "Rought Landing", "Wind Effect", "Auto-trim", etc... ? At least in SP the Advanced FM is forced but the subsettings are unlocked. I haven't seen any other ways to configure RotorLib, so my guess is that those options can't be forced. Share this post Link to post Share on other sites
gippo 38 Posted November 4, 2014 I'm also looking for the solution. If those options can't be forced, I'm gonna riot. Share this post Link to post Share on other sites
Fennistil 10 Posted November 4, 2014 If this is possible and how you can set it up is pretty much my personal priority at the moment. I would have liked it a lot if there would have been some clear directions from Bohemia about those matters. Share this post Link to post Share on other sites
Crielaard 435 Posted November 4, 2014 Is there a way to force the autotrim to be disabled aswell? Having autotrim on doesnt really make sense to me (us) when there is still auto trim. Share this post Link to post Share on other sites
gippo 38 Posted November 4, 2014 Is there a way to force the autotrim to be disabled aswell?Having autotrim on doesnt really make sense to me (us) when there is still auto trim. That's the problem. Nobody knows how to force those settings on the server. Share this post Link to post Share on other sites
Crielaard 435 Posted November 4, 2014 To enforce Advanced flightmodels: In the description.ext:forceRotorLibSimulation = 1; but now how to force the Autotrim to be disabled...? Share this post Link to post Share on other sites
gippo 38 Posted November 4, 2014 You can't right now. https://twitter.com/Arma3official/status/529660120985530368 Share this post Link to post Share on other sites
oshydaka 1 Posted November 5, 2014 Yep, I was gathering for information, and indeed, we can't for now >< I really hope to see those options really soon ^^ Share this post Link to post Share on other sites
shockster 1 Posted November 5, 2014 BIS should migrate the settings: RTDEnabled=1; RTDFullHUD=1; RTDRoughLanding=0; RTDWindDynamic=1; RTDAutoTrim=0; RTDStressDamage=1; to class Difficulties in .Arma3Profile Share this post Link to post Share on other sites
oshydaka 1 Posted November 5, 2014 Yes yes and YES Shockster :D Or even as an option to put in init.sqf Share this post Link to post Share on other sites
BlackAlpha 10 Posted November 5, 2014 (edited) BIS should migrate the settings: RTDEnabled=1; RTDFullHUD=1; RTDRoughLanding=0; RTDWindDynamic=1; RTDAutoTrim=0; RTDStressDamage=1; to class Difficulties in .Arma3Profile Yes, please! I was very sad when I found out you couldn't force it on the server. Nor can you force it on BIS' multiplayer helicopter mission because the files are encrypted and thus you can't use the scripting command. Choosing in the mission parameters whether you want to force it on or not would probably be better. Edited November 5, 2014 by BlackAlpha Share this post Link to post Share on other sites
BL1P 35 Posted November 5, 2014 Yes this should be a hotfix by BIS as its basicly an oversight. Share this post Link to post Share on other sites
shockster 1 Posted November 6, 2014 Feedback added: http://feedback.arma3.com/view.php?id=21550 Share this post Link to post Share on other sites
oshydaka 1 Posted November 6, 2014 Thanks for making the feedback mate, i've asked my community to upvote this ^^ Hope this will gain visibility from Bohemia devs Share this post Link to post Share on other sites
galzohar 31 Posted November 8, 2014 There is really no point of advanced flight system if it can be disabled by the user (or if aspects of it can be disabled). At least not in a PvP environment. Share this post Link to post Share on other sites
spanishsurfer 58 Posted November 17, 2014 This was reported on today's dev build: ENGINE •Added: Possibility to force Advanced Flight Model from server config http://forums.bistudio.com/showthread.php?149636-Development-Branch-Changelog&p=2819104&viewfull=1#post2819104 Looks like it's coming. Share this post Link to post Share on other sites
Crielaard 435 Posted November 17, 2014 looks like a first step Share this post Link to post Share on other sites
oshydaka 1 Posted December 4, 2014 Any clue on what they mean by this ? :/ Share this post Link to post Share on other sites
Crielaard 435 Posted December 4, 2014 Rotorlib can be forced now, through a command in the server.cfg file, instead (or on top of?) through the mission's description.ext. Share this post Link to post Share on other sites
spanishsurfer 58 Posted December 4, 2014 BIS, add the new command to your wiki: https://community.bistudio.com/wiki/server.cfg Share this post Link to post Share on other sites
Uro 220 Posted December 4, 2014 Added: Possibility to force Advanced Flight Model from server config (forceRotorLibSimulation: 0 - options, 1 - forced on, 2 - forced off) - overrides description.ext In the Changelogs :) Share this post Link to post Share on other sites
ruPal 143 Posted December 4, 2014 But we still cannot force AFM dunctions like stress damage, wind, etc. Share this post Link to post Share on other sites