-
Content count
36 -
Donations
5.00 EUR -
Joined
-
Last visited
Content Type
Profiles
Forums
Wiki
Servers
Devblog
Everything posted by WhiteBl00d
-
was pretty easy and only some seconds of work to find a mission for chernarus 2035
-
[solved] Moving dead player from safe zone.
WhiteBl00d replied to geekm0nkey's topic in Traders & Safe Zones
fn_preInit.sqf you find in your infistar pbo where you also have the config file also this was just a quick change i mad after i noticed this. i am sure this can be done better -
[solved] Moving dead player from safe zone.
WhiteBl00d replied to geekm0nkey's topic in Traders & Safe Zones
why not just disabling it? search in fn_preInit.sqf Line 622 for "Exile_Unit_Player" and change it to "Exile_Unit_Player1" all other stuff is still working for me and players can loot here body in safezone -
pretty dead channel is awaken now from you ok i going and helping you really quick. @sandy4596 all what i can say from your log is that you need to set the servercommandpasswort and if you not missing others infistar will run. "<infiSTAR.de> 0 - TESTING IF serverCommandPassword IS SET PROPERLY" "<infiSTAR.de> 0 - serverCommandPassword NOT SET! [1000MS - 02-06-2018 03-36-10 - v92 - NoneYaBusiness - [""Arma 3"",""Arma3"",182,144710,""Stable"",true,""Windows"",""x86""]]" "<infiSTAR.de> 0 - serverCommandPassword in EXILE_AHAT_CONFIG.hpp is []" "<infiSTAR.de> 0 - serverCommandPassword is defined in your servers config.cfg" "<infiSTAR.de> 0 - serverCommandPassword has to be set it in EXILE_AHAT_CONFIG.hpp where it says serverCommandPassword = ""changeme"";" "<infiSTAR.de> 0 - serverCommandPassword FILE: [a3_infiSTAR_Exile\fn_preInit.sqf]" "<infiSTAR.de> 0 - serverCommandPassword LINE: [1484]" "<infiSTAR.de> 0 - infiSTAR will NOT START if passwords are not set properly!"
-
i guess there is the old obfuscate included, for the 5€ you get obfusqf 2.0 correct me if i am wrong 没问题
-
the only way i know is https://obfusqf.com/ but it cost you money monthly. you can't open the file without trouble and you can only use the pbo with the sever key
-
In your mission.pbo open the description.ext and search showHUD[] = { true, // Scripted HUD (same as showHUD command) true, // Vehicle + soldier info true, // Vehicle radar true, // Vehicle compass true, // Tank direction indicator false, // Commanding menu false, // Group Bar true, // HUD Weapon Cursors true // Vehicle Panel (Required for GPS) }; here you should be able to change it.
-
In the onload.sqf file you got in the 5 line this: playSound ["air_raid", true]; "air_raid" is the sound. You can use the sound file just by name from arma or you add some sound with your description.ext in your mission file. little example for the description: class CfgSounds { sounds[] = {}; class restart { name = "restart"; sound[] = {"\addons\restart_warning.ogg", 0.5, 1}; titles[] = {}; }; }; in my example you have to change the line now to playSound ["restart", true];
-
You can use infistar.de for the messages, sound and the shutdown. Or you can use this script for messages and sound
-
same. no territory is saved in the database that has now been placed https://ghostbin.com/paste/egddb
-
okay for me it is working now also. the problem was that i had "infiSTAR_defines.hpp" on the bottom everyone that is getting the same error and you can't find any multiple entries check if you have entered the 4 files like this #include "CfgRemoteExec.hpp" #include "infiSTAR_defines.hpp" #include "infiSTAR_AdminMenu.hpp" #include "infiSTAR_chat.hpp"
-
same for me changed all and checked it now 10 times and still get this error ErrorMessage: File mpmissions\__cur_mp.chernarus\infiSTAR_AdminMenu.hpp, line 24: /infiSTAR_AdminMenu.infi_LIST1500: Undefined base class 'RscListBox_infiSTAR'
-
wow nice. i love the medkit, that's a nice idea you had there so if you update we will nothing loose? for me it is ready for release
-
How to make server allowed to take tow ropes in safe zone
WhiteBl00d replied to KevinClyde's question in Serverside
SA_TOW_IN_EXILE_SAFEZONE_ENABLED = true; i have this in my init.sqf from the mission.pbo -
exile has 4 different maps ready to use in the server files. change that missions to your liking and you can make a dope server
-
Oops! An Error Occurred The server returned a "500 Internal Server Error". Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused. @Zupa
-
ersetz in der config.cpp class advancedTowingInit{postInit=1}; mit class advancedTowingInit{postInit=1;}; nachdem das semikolon drin ist kommt bei mir kein fehler mehr
-
let steam check if your arma 3 files have any error ask a other person on the server what message is coming by the kick
-
@CH!LL3R yeah have since yesterday the same. bot is not available. @Zupa is your server still on? or have you stopped hosting it? #Edit: after the post it is working now again
-
good question i have never testet if they can kick me as hiddenadmin. but they can do any with you what they can do at normal players also. like restrain and stuff you can remove options from other admins so they are not able to kick, ban or freeze
-
hiddenSuperAdmin is just that you an admin but no other admin can see that you a admin
-
the default money will if you set it right up only getting add to new created players if you want to add money to already existing players in your database run this UPDATE account SET locker = locker + 5000
-
have you updatet your exile version? have the server you try to join the new version and the new key? if this is our server show if you placed the new exile.bikey in the keys folder
-
first of all it would be interesting to know what you have changed on server or database and post the whole rpt from the server start not just one line