-
Content count
6 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
5 NeutralAbout Blain
-
Rank
Bambi
Recent Profile Visitors
660 profile views
-
Du machst folgendes -> Du gehst in den @ExileServer ordner öffnest die config.cfg Du hast Du dieses Feld -> class Missions { class Exile { template = Exile.Altis; difficulty = "ExileRegular"; // ExileRegular or ExileHardcore }; }; das stellst Du um auf -> class Missions { class Exile { template = Exile.Altis; difficulty = "Custom"; // ExileRegular or ExileHardcore }; }; nun gehst Du in folgenden Ordner -> \sc\Users\sc Dort öffnest Du die datei sc.Arma3Profile und kopierst das rein -> difficulty="Custom"; class DifficultyPresets { class CustomDifficulty { class Options { reducedDamage="false"; groupIndicators=2; friendlyTags=0; enemyTags=0; detectedMines=0; commands=0; waypoints=2; weaponInfo=2; stanceIndicator=0; staminaBar="false"; weaponCrosshair="true"; visionAid="false"; thirdPersonView="true"; cameraShake="true"; scoreTable="false"; deathMessages="true"; vonID="true"; mapContent="false"; autoReport="false"; multipleSaves="false"; }; aiLevelPreset=2; }; class CustomAILevel { skillAI=1; precisionAI=0; }; }; in deinem Fall müsstest Du dann "enemyTags=0;" auf "enemyTags=1;" setzen, die befehle findest Du aber auch alle bei arma wiki, ich hoffe ich konnte dir helfen mfg Blain
-
So funktionierts -> erstelle folgende .sqf -> ExileServer_object_construction_database_load.sqf dort kopierst Du das hier rein -> /** * ExileServer_object_construction_database_load * * Exile Mod * exile.majormittens.co.uk * © 2015 Exile Mod Team * * This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/. */ private["_constructionID","_data","_position","_vectorDirection","_vectorUp","_constructionObject","_damageLevel","_public","_pinCode"]; _constructionID = _this; _data = format ["loadConstruction:%1", _constructionID] call ExileServer_system_database_query_selectSingle; _position = [_data select 4, _data select 5, _data select 6]; _vectorDirection = [_data select 7, _data select 8, _data select 9]; _vectorUp = [_data select 10, _data select 11, _data select 12]; _constructionObject = createVehicle [(_data select 1), _position, [], 0, "CAN_COLLIDE"]; _constructionObject setPosATL _position; _constructionObject setVectorDirAndUp [_vectorDirection, _vectorUp]; _constructionObject setVariable ["ExileDatabaseID", _data select 0]; _constructionObject setVariable ["ExileOwnerUID", (_data select 2)]; _constructionObject setVariable ["ExileIsPersistent", true]; _constructionObject setVariable ["ExileTerritoryID", (_data select 15)]; _damageLevel = (_data select 17); _public = _damageLevel > 0; _constructionObject setVariable ["ExileConstructionDamage",_damageLevel,_public]; if(_public)then { _constructionObject call ExileServer_util_setDamageTexture; }; _pinCode = _data select 14; if !(_pinCode isEqualTo "000000") then { _constructionObject setVariable ["ExileAccessCode", _pinCode]; _constructionObject setVariable ["ExileIsLocked", (_data select 13), true]; }; // 2017-03-16 + TEMPORARY WORKAROUND UNTIL EXILE UPDATE //if (getNumber(configFile >> "CfgVehicles" >> (_data select 1) >> "exileRequiresSimulation") isEqualTo 1) then //{ // _constructionObject enableSimulationGlobal true; // _constructionObject call ExileServer_system_simulationMonitor_addVehicle; //} //else //{ // _constructionObject enableSimulationGlobal false; //}; if (typeOf _constructionObject in ["Exile_Construction_ConcreteDoor_Static", "Exile_Construction_ConcreteGate_Static", "Exile_Construction_WoodGate_Static", "Exile_Construction_WoodDoor_Static", "Exile_Construction_ConcreteWindowHatch_Static", "Exile_Construction_WoodGate_Reinforced_Static", "Exile_Construction_WoodDoor_Reinforced_Static", "Exile_Construction_ConcreteFloorHatch_Static"]) then { _constructionObject enableSimulationGlobal true; _constructionObject call ExileServer_system_simulationMonitor_addVehicle; } else { _constructionObject enableSimulationGlobal false; }; // 2017-03-16 - TEMPORARY WORKAROUND UNTIL EXILE UPDATE _constructionObject setVelocity [0, 0, 0]; _constructionObject setPosATL _position; _constructionObject setVelocity [0, 0, 0]; _constructionObject setVectorDirAndUp [_vectorDirection, _vectorUp]; _constructionObject setVelocity [0, 0, 0]; _constructionObject Diese datei packst Du in deine Missionfile "Exile.Altis" "Exile.Tanoa" wie auch immer deine Map ist ^^ zb exile.altis\fixes\ExileServer_object_construction_database_load.sqf Hast Du das getan, machst Du folgendes Du öffnest die config.cpp und suchst folgenden bereich -> class CfgExileCustomCode { }; das hier ist ein bsp, solltest Du den gleichen pfad benutzen kannst Du das von oben einfach reinkopieren -> damit es dann später so aussieht -> class CfgExileCustomCode { //fixDoor ExileServer_object_construction_database_load = "fixes\ExileServer_object_construction_database_load.sqf"; }; dann die mpmission neu packen und es sollte gehen mfg Blain
-
Solltest Du immernoch das Problem haben, poste mal dein extDB log @ExileServer\extDB\logs\usw...
-
Wir sind PLAYBOX! Playbox ist ein Arma 3 Exile Project, das von einem ehemaligen ServerTeam neu gegründet wurde. Nach langer Abstinenz aus der "Scene" sind wir nun wieder da, und wollen Euch ein tolles Spielerlebnis liefern, und unsere Leidenschaft wieder ausleben Das Gründerteam besteht aus dem Scripter Blain, so wie die Admins Leanas, Barcadi und m55m-Artemis. Nach dem wir als Scripter/supporter uns von einem anderen Server trennen mussten, haben wir uns als Spieler auf verschiedenen Servern herumgetrieben und haben einiges gesehen und erlebt.....aber nie fühlten wir uns richtig wohl, da doch irgendwie immer etwas fehlte oder uns einfach nicht gefallen hatte. Dieses Gefühl wollten wir nicht mehr und haben entschlossen uns wieder einem eigenen Server hinzugeben, der uns so wie hoffentlich Euch, all das bietet was Ihr sucht Wir haben viele bekannte Scripts auf unserem Server wie die Virtuelle Garage, ebase, AI- Base, R3F and IGILoad, AIMissions, Deploy Quad or jetsky ,High Loot, Revive, Bush Kit, Player stats, Lockpicking, Statusbar, paintshop, Baseraiding, Base hacking, Flag/virtuelle Garage hacking, usw. aber auch customs Scripts, customs Zone wie z.b District 9 und Sector B, Vehicle crafting und das ist erst der Anfang! Was macht uns besonders? Wir versuchen ein Spielgefühl zu liefern wie zu den DayZ zeiten, aber nicht Ohne die Gegenwart zu vernachlässigen. Den Spieler/ Das Spiel Gefühl im Vordergrund zu setzten. Die Leute schnellst möglich zu Supporten und Glitcher/Duppern keine Chance zu geben. + Arma enhanced movement (optional) + Urban rappeling (abseilen/optional) + exile...natürlich Wir wünschen Euch viel Spaß und guten loot auf unserem PlayBox Server. Euer PlayBox-Team Blain -(Scripter-/-Admin-/-Serverbesitzer) Leanas -(Map Designer-/-Admin) M55M -(Admin-/-Support-/-HP Erstellung-/-Verwaltung-/-TS-3 Erstellung/Verwaltung) BacardiM -(Admin-/-Support/- Map Designer-/-HP Designer) Tazz -(TS-3 Designer) English version! Server Info Playbox is an arma 3 Exile Project, that was founded by an former Serveradministration team. After a long time of abstinence from the scene we re finaly back, and want to provide you an awesome gameplay on our Server. The founder team consists of 4 people, our scripter Blain and 3 admins Leanas, m55m, BarcadiM. After we had to seperate from an other Server as Admin team, we played alot on different Servers, there we had all kind of different experience. But never we felt to be on the right place, everytime we though something was wrong or missing. This feeling we wouldnt want to go throug anymore, and made the decision to make an own sever again and we hope that this server is going to be awesome for us and hopfully for you We got a lot well known Scripts running on the server, like VirtualGarage, AirDrop, AI-Missions, igiload, r3f, deploy quad or jetski, high loot , revive, bush kit, player stats, BaseRaiding safe/garage/doors), statsbar, and many other scripts aswell as 2 huge custom zones (Sector B mission, Distirct 9 high loot zone) and soon yo will be able to craft vehicle. Rappeling from building and bases! What makes us special? We will try always to give you players the best playing experience possible, what does that mean? Blain is alway looking for new scripts, that he can do by him self that are fun to use ore make the game a bit more enjoyable We will ensure that the server is always stable, we take care of a lot of thinks, we cant be perfect but we try to be perfect We listen to our community, if you want something to change or new..have ideas of some new possibilities, we will listen. As for now, we got following Mods on our Server + Arma enhanced movement (optional) + rappeling (abseilen/optional) + exile... We wish you alot of fun and good loot on our Server. Your PlayBox-Team Blain -(Scripter-/-Admin-/-Serverowner) Leanas -(Map Designer-/-Admin-/PR) M55M -(Admin-/-Support-/HP Designer) BacardiM -(Admin-/-Support/HP Designer) Tazz -(TS-3 Designer) Server: 88.99.160.169:2303 Upcoming changes on Playbox-Exile, We finally introduce our rework of the hole map Altis on ExileMod It's not done yet, but here a liddel sneak peak...what it will be, to play on our Server. Playbox SaveZone Mit Freundlichen Grüßen DAS PLAYBOX TEAM
- 1 comment
- 1 review
-
- extanded baseraiding
- deploy quad/jetski
- (and 8 more)
-
Check me out!
- 3 comments
-
- claim random vehicle
- working bushkit
-
(and 27 more)
Tagged with:
- claim random vehicle
- working bushkit
- respekt payment for baseupgrades
- viewdistance app
- drag zipped player
- sector b mission
- player stats
- selfmade high loot zone
- igiload
- basespawn
- enhanced movement
- revive
- sell crates
- deploy quad/jetski
- custom scripts
- ai missions
- extended crafting
- airdrop
- admins missions
- statsbar
- custom zones
- locker 150k
- 10k start money
- cap points
- safe/door grinding
- vectorbuilding
- virtualgarage
- infistar
- hight loot
-
Blain started following /////-PLAYBOX-\\\\\ Exile Altis
-
Wir sind PLAYBOX! Playbox ist ein Arma 3 Exile Project, das von einem ehemaligen ServerTeam neu gegründet wurde. Nach langer Abstinenz aus der "Scene" sind wir nun wieder da, und wollen Euch ein tolles Spielerlebnis liefern, und unsere Leidenschaft wieder ausleben Das Gründerteam besteht aus dem Scripter Blain, so wie die Admins Leanas, Barcadi und m55m-Artemis. Nach dem wir als Scripter/supporter uns von einem anderen Server trennen mussten, haben wir uns als Spieler auf verschiedenen Servern herumgetrieben und haben einiges gesehen und erlebt.....aber nie fühlten wir uns richtig wohl, da doch irgendwie immer etwas fehlte oder uns einfach nicht gefallen hatte. Dieses Gefühl wollten wir nicht mehr und haben entschlossen uns wieder einem eigenen Server hinzugeben, der uns so wie hoffentlich Euch, all das bietet was Ihr sucht Wir haben viele bekannte Scripts auf unserem Server wie die Virtuelle Garage, ebase, AI- Base, R3F and IGILoad, AIMissions, Deploy Quad or jetsky ,High Loot, Revive, Bush Kit, Player stats, Lockpicking, Statusbar, paintshop, Baseraiding, Base hacking, Flag/virtuelle Garage hacking, usw. aber auch customs Scripts, customs Zone wie z.b District 9 und Sector B, Vehicle crafting und das ist erst der Anfang! Was macht uns besonders? Wir versuchen ein Spielgefühl zu liefern wie zu den DayZ zeiten, aber nicht Ohne die Gegenwart zu vernachlässigen. Den Spieler/ Das Spiel Gefühl im Vordergrund zu setzten. Die Leute schnellst möglich zu Supporten und Glitcher/Duppern keine Chance zu geben. + Arma enhanced movement (optional) + Urban rappeling (abseilen/optional) + exile...natürlich Wir wünschen Euch viel Spaß und guten loot auf unserem PlayBox Server. Euer PlayBox-Team Blain -(Scripter-/-Admin-/-Serverbesitzer) Leanas -(Map Designer-/-Admin) M55M -(Admin-/-Support-/-HP Erstellung-/-Verwaltung-/-TS-3 Erstellung/Verwaltung) BacardiM -(Admin-/-Support/- Map Designer-/-HP Designer) Tazz -(TS-3 Designer) English version! Server Info Playbox is an arma 3 Exile Project, that was founded by an former Serveradministration team. After a long time of abstinence from the scene we re finaly back, and want to provide you an awesome gameplay on our Server. The founder team consists of 4 people, our scripter Blain and 3 admins Leanas, m55m, BarcadiM. After we had to seperate from an other Server as Admin team, we played alot on different Servers, there we had all kind of different experience. But never we felt to be on the right place, everytime we though something was wrong or missing. This feeling we wouldnt want to go throug anymore, and made the decision to make an own sever again and we hope that this server is going to be awesome for us and hopfully for you We got a lot well known Scripts running on the server, like VirtualGarage, AirDrop, AI-Missions, igiload, r3f, deploy quad or jetski, high loot , revive, bush kit, player stats, BaseRaiding safe/garage/doors), statsbar, and many other scripts aswell as 2 huge custom zones (Sector B mission, Distirct 9 high loot zone) and soon yo will be able to craft vehicle. Rappeling from building and bases! What makes us special? We will try always to give you players the best playing experience possible, what does that mean? Blain is alway looking for new scripts, that he can do by him self that are fun to use ore make the game a bit more enjoyable We will ensure that the server is always stable, we take care of a lot of thinks, we cant be perfect but we try to be perfect We listen to our community, if you want something to change or new..have ideas of some new possibilities, we will listen. As for now, we got following Mods on our Server + Arma enhanced movement (optional) + rappeling (abseilen/optional) + exile... We wish you alot of fun and good loot on our Server. Your PlayBox-Team Blain -(Scripter-/-Admin-/-Serverowner) Leanas -(Map Designer-/-Admin-/PR) M55M -(Admin-/-Support-/HP Designer) BacardiM -(Admin-/-Support/HP Designer) Tazz -(TS-3 Designer) Server: 88.99.160.169:2303 Upcoming changes on Playbox-Exile, We finally introduce our rework of the hole map Altis on ExileMod It's not done yet, but here a liddel sneak peak...what it will be, to play on our Server. Playbox SaveZone Mit Freundlichen Grüßen DAS PLAYBOX TEAM
- 3 comments
- 6 reviews
-
- 1
-
- claim random vehicle
- working bushkit
-
(and 27 more)
Tagged with:
- claim random vehicle
- working bushkit
- respekt payment for baseupgrades
- viewdistance app
- drag zipped player
- sector b mission
- player stats
- selfmade high loot zone
- igiload
- basespawn
- enhanced movement
- revive
- sell crates
- deploy quad/jetski
- custom scripts
- ai missions
- extended crafting
- airdrop
- admins missions
- statsbar
- custom zones
- locker 150k
- 10k start money
- cap points
- safe/door grinding
- vectorbuilding
- virtualgarage
- infistar
- hight loot