Riffler 10 Posted April 4, 2011 (edited) Hi guys, i`m still develop on a simple webinterface for ArmA2 (and others) games based on Linux. Now i have take a look in the bohemia-wiki for a default config template and i`m not shure which options are out of date... please tell me which options are possibly outdatet or missing! here my actual config i use as template for the interface arma2.cfg (values in this examples are unimportantly atm) language="German"; adapter=-1; 3D_Performance=1; Resolution_W=800; Resolution_H=600; Resolution_Bpp=32; MinBandwidth=320000; MaxBandwidth=2147483647; MaxMsgSend=256; MaxSizeGuaranteed=1024; MaxSizeNonguaranteed=64; MinErrorToSend=0.0049999999; MaxCustomFileSize=1600000; Windowed=0; server.cfg hostname = "workstation"; password = "bla"; passwordAdmin = "blub"; reportingIP = "arma2oapc.master.gamespy.com"; logFile = "server.log"; motd[] = {"line1...", "...line2...", "...line3", "...ect. ect." }; motdInterval = 5; maxPlayers = 30; kickDuplicate = 1; verifySignatures = 1; voteMissionPlayers = 1; voteThreshold = 0.33; disableVoN = 1; vonCodecQuality = 0; persistent = 1; onUserConnected = ""; onUserDisconnected = ""; doubleIdDetected = ""; regularCheck = ""; onUnsignedData = "kick (_this select 0)"; onHackedData = "ban (_this select 0)"; onDifferentData = ""; BattlEye = 0; class Missions {}; greetz from sunny Germany Riffler (ps. i know my english is no oxford-english :D ) .... the interface i would published as soon as it is finished Edited April 4, 2011 by Riffler Mrs. edit whisper to me Share this post Link to post Share on other sites
.kju 3244 Posted April 4, 2011 Remove both files and launch the DS exe. This way it will generate the files and you will see what is required as a minimum. From your list basically everything should work. Only Windowed makes non sense for the DS. Share this post Link to post Share on other sites
Riffler 10 Posted April 4, 2011 okido - thx PvPscene Share this post Link to post Share on other sites
.kju 3244 Posted April 5, 2011 Here are ours: basic.cfg: http://pastebin.jonasscholz.de/1379 server.cfg: http://pastebin.jonasscholz.de/1380 Share this post Link to post Share on other sites
Joe98 91 Posted April 5, 2011 What is a "web interface" ? - Share this post Link to post Share on other sites
Riffler 10 Posted April 11, 2011 Only Windowed makes non sense for the DS. hi, i have finished the part to parse the arma configs into php and have found a bug?! with the linuxbox. "windowed = 0;" make non sense by linux server, but when missed this para. then make arma non sense with the configfile and change the chmod to 0600 on this file when the interfacedaemon write the content. if you know this is all good when not than is alamoo and you can search and search Share this post Link to post Share on other sites
Riffler 10 Posted April 20, 2011 (edited) hi i need your help guys! for a nice look i need some screen`s from all possible islands u are play in arma2 including all mods (size 800*600 and greater). this is important for the serverstatus.. please send me the screens to riffler79@gmx.de quick overview from my project progress: core -> 60% design -> 20% functions: start stop editfunction (for all configs & daemon params) some templates (to load different mods or restore defaultsettings) gameservermonitor systemmonitor (load, memory, cpu, hdd ect.) shutdown (for LANserver) other languagesupport and more other stuff... here a small preview from the chaos-style-interface don`t scare its a very earliness version http://img600.imageshack.us/i/previewdx.jpg and dont forget i`m no codebasher its my hobby! Edited April 20, 2011 by Riffler Share this post Link to post Share on other sites
Riffler 10 Posted May 25, 2011 update 25.05.2011 :) progress: core=> 90% design=>75% here 2 new screens from my little project: greetings from sunny germany Share this post Link to post Share on other sites
Riffler 10 Posted July 7, 2011 update 07.07.2011 core => 90% design => 75% daemon => 100% (rebuild structure & features) after the summer i will work on it again... is to hot for codebashing :803: Share this post Link to post Share on other sites