User Interface Latest Topicshttps://exile.majormittens.co.uk/forum/175-user-interface/User Interface Latest Topicsen[Server] [Question] How to add back the vanilla Hudhttps://exile.majormittens.co.uk/topic/25378-server-question-how-to-add-back-the-vanilla-hud/ Hey, im running a custom arma 3 exile server and i dont get it how to add the vanilla arma 3 hud back (i mainly want it for the vehicle ammo

]]>
25378Sat, 06 Jan 2018 08:55:17 +0000
~Remove HUD~https://exile.majormittens.co.uk/topic/27141-~remove-hud~/ Un-Pack Mission Pbo

1. In mission root create new Text Document 

2. Name it disable_hud.sqf

3. Paste this inside

Spoiler

disableSerialization;
waitUntil {(!isNil {uiNamespace getVariable "RscExileHUD"})};

while {true} do { 

        uiSleep 1; //Ammo
        _display = uiNamespace getVariable "RscExileHUD";
        _ctrl = _display displayCtrl 1100;
        _ctrl ctrlSetPosition [-10,-10,0,0];
        _ctrl ctrlCommit 0;

        uiSleep 1; //Thirst_Hunger
        _display = uiNamespace getVariable "RscExileHUD";
        _ctrl = _display displayCtrl 1300;
        _ctrl ctrlSetPosition [-10,-10,0,0];
        _ctrl ctrlCommit 0;

        uiSleep 1; //Grenade_Zip
        _display = uiNamespace getVariable "RscExileHUD";
        _ctrl = _display displayCtrl 1400;
        _ctrl ctrlSetPosition [-10,-10,0,0];
        _ctrl ctrlCommit 0;

};

 

4. Inside initPlayerLocal.sqf add this to the bottom

execVM "disable_hud.sqf";

Repack Pbo, Start Server

]]>
27141Wed, 26 Sep 2018 10:59:08 +0000
PLAYER STATUS BARhttps://exile.majormittens.co.uk/topic/25936-player-status-bar/ does some one have a player staturs bar whit install intruction that works whit 1.0.4?

]]>
25936Fri, 16 Mar 2018 13:56:09 +0000
is there a way to Change xm8 skinhttps://exile.majormittens.co.uk/topic/25980-is-there-a-way-to-change-xm8-skin/ anybody know how to chnage the skin of the xm8?

]]>
25980Mon, 19 Mar 2018 17:52:02 +0000
Statusbar exile 1.0.4https://exile.majormittens.co.uk/topic/26344-statusbar-exile-104/ Hi warum funktioniert diese Statusbar nicht mehr unter Exile 1.0.4 ? Ich hatte vorher die Exile 1.0.3 drauf und es ging ohne Probleme nach der Anleitung.

 

]]>
26344Sat, 05 May 2018 10:08:14 +0000
interactionshttps://exile.majormittens.co.uk/topic/27393-interactions/ TBH Do not know if this is the right place for it so sorry if it is!

FE. moving cuffed players and a surrender 

Im spent over a month trying to create my own interaction and got no where. has anyone else got anything 

]]>
27393Wed, 05 Dec 2018 21:56:29 +0000
Toastshttps://exile.majormittens.co.uk/topic/15510-toasts/ :) 

]]>
15510Tue, 28 Jun 2016 17:20:46 +0000
Editing Difficulty in Config.binhttps://exile.majormittens.co.uk/topic/14297-editing-difficulty-in-configbin/ I've found the similar threads about this but have been no help to me.

I want to disable:  Visible red triangle around placed mines, player information text when aimed at them (even from far distance!) and players/nps's being marked on the map automatically.

After reading alot I've learnt its in the difficulty settings.

 

How would I edit the classes ExileRegular and ExileHardcore in config.bin?

 

Thank you all for everything.

p.s I'm sorry I wasn't sure where to put it under in the forum

]]>
14297Thu, 19 May 2016 22:51:11 +0000
XM8 Settingshttps://exile.majormittens.co.uk/topic/1184-xm8-settings/Does anyone know how to edit the xm8 settings to add server rules ect.

]]>
1184Fri, 18 Sep 2015 05:07:09 +0000
How to remove the fullscreen overlay filterhttps://exile.majormittens.co.uk/topic/26610-how-to-remove-the-fullscreen-overlay-filter/ Sorry if this is the wrong sub-forum

Is there away to remove this? i have tried google and this site's search but can't seem to find anything related to it.

Thanks in advance :-)

]]>
26610Fri, 15 Jun 2018 22:43:00 +0000
Gibt es noch eine Initsqf in der 1.0.4 Versionhttps://exile.majormittens.co.uk/topic/26937-gibt-es-noch-eine-initsqf-in-der-104-version/ Hey

 

ich suche jz schon seit Längerem nach der initsqf in der MP Mission Gibt es die noch oder heißt die Anderes ?

Screenshot_2.png

]]>
26937Tue, 14 Aug 2018 12:30:56 +0000
Custom Loading Screenhttps://exile.majormittens.co.uk/topic/8037-custom-loading-screen/ Any of you clever chaps on here know of a way to replace the loading screen map image? I know you can change the small box picture but I want to get rid of the box and the background map image (Altis in my case) and replace it with my own custom loading screen with a few server rules etc..

Any help with this would be very much appreciated. :)

]]>
8037Mon, 30 Nov 2015 21:06:37 +0000
Statusbar Script?https://exile.majormittens.co.uk/topic/387-statusbar-script/Hello,

i'm searching the statusbar script. i know it was in at the old forum, but i cant find it here.

Has someone the files + instructions for me?

Thx!

]]>
387Fri, 11 Sep 2015 16:53:40 +0000
TUTS Briefing for ExileModhttps://exile.majormittens.co.uk/topic/1270-tuts-briefing-for-exilemod/This is just a little example for you guys how to work with briefing and make it work with ExileMod.

What you will be needing in this small Tuts

  • Text Editor (Atom or Notepad ++ )
  • Coffee

Right Where do these files belong?

  • MPMissions
    • Exile.altis or other maps (ex. Exile.Bornholm)
      • briefing.sqf
      • init.sqf

Screenshot:

A6BhBZ9.png

Briefing Code:

if (!hasInterface) exitWith {};

waitUntil {!isNil "ExileClientLoadedIn"};
 // Waits for Exile to finish up

player createDiarySubject ["Main","Rules"];
player createDiarySubject ["Info","Website"];


// Main Section
	player createDiaryRecord ["Main",
		[
			"Menu 1",
				"
				<br/>
				Nulla porttitor accumsan tincidunt. Donec sollicitudin molestie malesuada.
				Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.
				Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.
				Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.
				Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor
				sit amet, consectetur adipiscing elit. Nulla quis lorem ut libero
				malesuada feugiat. Donec sollicitudin molestie malesuada.
				Vestibulum ante ipsum primis in faucibus orci luctus et
				ultrices posuere cubilia Curae; Donec velit neque,
				auctor sit amet aliquam vel, ullamcorper sit amet ligula.
				"
		]
	];

	player createDiaryRecord ["Main",
		[
			"Menu 2",
				"
				<br/>
				Nulla porttitor accumsan tincidunt. Donec sollicitudin molestie malesuada.
				Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.
				Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.
				Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.
				Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor
				sit amet, consectetur adipiscing elit. Nulla quis lorem ut libero
				malesuada feugiat. Donec sollicitudin molestie malesuada.
				Vestibulum ante ipsum primis in faucibus orci luctus et
				ultrices posuere cubilia Curae; Donec velit neque,
				auctor sit amet aliquam vel, ullamcorper sit amet ligula.
				"
		]
	];

	player createDiaryRecord ["Main",
		[
			"Menu 3",
				"
				<br/>
				Nulla porttitor accumsan tincidunt. Donec sollicitudin molestie malesuada.
				Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.
				Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.
				Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.
				Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor
				sit amet, consectetur adipiscing elit. Nulla quis lorem ut libero
				malesuada feugiat. Donec sollicitudin molestie malesuada.
				Vestibulum ante ipsum primis in faucibus orci luctus et
				ultrices posuere cubilia Curae; Donec velit neque,
				auctor sit amet aliquam vel, ullamcorper sit amet ligula.
				"
		]
	];

// Info
	player createDiaryRecord ["Info",
		[
			"Info 1",
				"
				<br/>
				Nulla porttitor accumsan tincidunt. Donec sollicitudin molestie malesuada.
				Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.
				Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.
				Curabitur non nulla sit amet nisl tempus convallis quis ac lectus.
				Cras ultricies ligula sed magna dictum porta. Lorem ipsum dolor
				sit amet, consectetur adipiscing elit. Nulla quis lorem ut libero
				malesuada feugiat. Donec sollicitudin molestie malesuada.
				Vestibulum ante ipsum primis in faucibus orci luctus et
				ultrices posuere cubilia Curae; Donec velit neque,
				auctor sit amet aliquam vel, ullamcorper sit amet ligula.
				"
		]
	];

Init.sqf (note if you already have init.sqf then just open that file and add the code into it and save)

null =[] execVM "briefing.sqf"; // Briefing and Rules

Extra Info:

  • Use <br/> to add a breakline (its just like hitting enter on your word document but then in code). When I am making list of rules i mostly add 2 breaklines ex. <br/><br/>  so it would show up nicely with a new line. ( yes i have ocd lol )
  • player createDiarySubject ["Main","Rules"]; 
    • "Main" this is your group, you can change this to anything you want to be called just make sure when you add your menu (player createDiaryRecord ["Main",) make sure its the same name as well.
    • You can add as many as you like, just keep in mind that you keep the groups together if you want them in the same tab.
  • It works fine with exile but if you are using Infistar see this link: http://exile.majormittens.co.uk/topic/752-briefing/?do=findComment&comment=4761

Screenshot:

EeDSW1I.png

If there are other ways or things that need to be added that I forgot, then feel free to add in this post :D

Hope this helps you guys get started on your briefing and if you have any issues feel free to ask me!

 

 

]]>
1270Sat, 19 Sep 2015 00:55:17 +0000
make chat or infistar or bec give infohttps://exile.majormittens.co.uk/topic/2863-make-chat-or-infistar-or-bec-give-info/anyone know how to make your server send out msg about the server on diffrent timer

 

i found this one but it display on screen and seem top one overwrites them all

 

hint format["NOPVP SERVER"];
sleep 800;

hint format["Make sure to join our teamspeak: purepcgaming.ts3dns.com"];
sleep 800;
execVM "hints\txt.sqf";

hint format["DO NOT LEAVE VEHICLES AT TRADER"];
sleep 800;
execVM "hints\txt.sqf";

hint format["REMEMBER: Killing and Stealing Is against the rules!"];
sleep 800;
execVM "hints\txt.sqf";

hint format["REMEMBER: Respect all staff and players!"];
sleep 800;
execVM "hints\txt.sqf";

hint format["REMEMBER: EXILE IS A NEW MOD, BUGS GLITCHES and BAD STUFF IS BOUND TO HAPPEN. PLEASE KEEP CALM DURING THIS PROCESS."];
sleep 800;
execVM "hints\txt.sqf";

hint format["REMEMBER: Keep checking the forums purepcgaming.enjin.com for updates and news about new content!"];
sleep 800;
execVM "hints\txt.sqf";

hint format["REMEMBER: The server Restarts every 3 hours!! make sure you log out 3 minutes before so your items are saved."];
sleep 800;
execVM "hints\txt.sqf";

]]>
2863Mon, 28 Sep 2015 00:50:32 +0000
Wanting Arma 2 DayZ Status bar for 1.0.4 Exilehttps://exile.majormittens.co.uk/topic/26390-wanting-arma-2-dayz-status-bar-for-104-exile/ So after doing a bit of looking on youtube for a good status bar for my server, I came across the original DayZ status bar on an Exile video... I've been searching for the files for a good two hours now and have come up empty. :( If anybody has the files or is able to find it, please, help me out. Thanks

]]>
26390Sat, 12 May 2018 18:03:31 +0000
Statusbar Helphttps://exile.majormittens.co.uk/topic/26166-statusbar-help/ Here is the statusBar.sqf I am using.

https://pastebin.com/sGtaDFmy

I want to remove hungry and thrust from the bar. I did it a couple of years ago and can't remember how. Can someone help?

]]>
26166Mon, 09 Apr 2018 16:57:24 +0000
Kill Feed?https://exile.majormittens.co.uk/topic/25683-kill-feed/ Hey guys i'm not sure if this is the best spot to put it but does someone have a suggestion for a script that shows kills\range\picture of the weapon etc that I could use? or something similar?

]]>
25683Tue, 13 Feb 2018 00:09:34 +0000
StatusBar-Extensionhttps://exile.majormittens.co.uk/topic/24088-statusbar-extension/ Hey Exilers,

Here is a small extension for the most common StatusBars. -Not ExAd
If you have a radio, the player number of the server is shown.
If you have a compass, the directions are shown.

If you have these items only in the inventory, then of course nothing is displayed.9_9

_______________________________________________________________________________

Hier eine kleine Erweiterung für die gängigsten StatusBars. -Nicht ExAd
Wenn ihr ein Radio ausgerüstet habt, wird die Spielerzahl des Servers gezeigt.
Wenn ihr ein Kompass ausgerüstet habt, werden die Richtungen gezeigt.

Wenn ihr diese Gegenstände nur im Inventar habt, dann wird natürlich nichts angezeigt.9_9

Do It...

Compass

Go to your statusbar.sqf and search

 _dir = round (getDir (vehicle player));

replace with

_dir = if ("ItemCompass" in assigneditems Player) then 
            {
                round (getDir (vehicle player));
            }
            else
            {
                "-";
            };

Or if you have

switch(_dir) do
            {
                case 0: {_dir = "N"};
                case 1: {_dir = "NE"};
                case 2: {_dir = "E"};
                case 3: {_dir = "SE"};
                case 4: {_dir = "S"};
                case 5: {_dir = "SW"};
                case 6: {_dir = "W"};
                case 7: {_dir = "NW"};
                case 8: {_dir = "N"};
            };

in your statusbar.sqf then

Search for

_dir = round ((getDir (vehicle player))/45);

and replace with

_dir = if ("ItemCompass" in assigneditems Player) then 
            {
                round ((getDir (vehicle player))/45);
            }
            else
            {
                "-";
            };        

Done the first.:rock:

Radio

Go to your statusbar.sqf 

put this in your _var = blabla section

_PlayersOnServer = if ("ItemRadio" in assigneditems Player) then 
			{
				count playableUnits;
			}
			else
			{
				"-";
			};		

like this

		_unit = _this select 0;
		_damage = round ((1 - (damage player)) * 100);
		//_damage = (round(_damage * 100));
		_hunger = round (ExileClientPlayerAttributes select 2);
		_thirst = round (ExileClientPlayerAttributes select 3);
		_respect = ExileClientPlayerScore;
		_wallet =  (player getVariable ["ExileMoney", 0]);
		_lockers = (player getVariable ["ExileLocker", 0]);
		_stamina = ExileClientPlayerScore;
/////////////////////////////////////////////////////////////////////////////
		_PlayersOnServer = if ("ItemRadio" in assigneditems Player) then 
			{
				count playableUnits;
			}
			else
			{
				"-";
			};		
/////////////////////////////////////////////////////////////////////////////
		_energy = 100;
		_energyPercent = 100;
		_serverFPS = round diag_fps;
		_pos = getPosATL player;

replace

count playableUnits

with

_PlayersOnServer

in your ctrlSetStructuredText section

like this

"%", 
//count playableUnits, <---Nope
_PlayersOnServer, //<---Thats new
_damage, _wallet, _hunger, 
_thirst, _serverFPS, _respect,
_colourDefault, 
format["%1/%2",_xx,_yy], 
_dir, 
_hours,
_minutes, 
_colourDamage, 
_colourHunger, 
_colourThirst, 
_colourCold, 
_ambient, 
_bodytemp, 
"°C"
Mission Complete!!! Thanks						
]]>
24088Mon, 14 Aug 2017 13:58:28 +0000
Search Scrollbarhttps://exile.majormittens.co.uk/topic/26272-search-scrollbar/ Hello Community,

i have a Problem i will have a Scrollbar in my xm8 ServerRules...

I hope you can help me.

Thx

]]>
26272Mon, 23 Apr 2018 18:54:19 +0000
Toasts howhttps://exile.majormittens.co.uk/topic/26210-toasts-how/ How Would i go about making a toast so it displays when someone is chopping weed down on my server

]]>
26210Sat, 14 Apr 2018 14:41:56 +0000
bug settings XM8https://exile.majormittens.co.uk/topic/26077-bug-settings-xm8/ hello everyone, I have installed the status bar but the "settings" function appears on the top left, see photos, does anyone know what the problem is? thank you

WP_20180330_14_52_41_Pro.jpg

]]>
26077Fri, 30 Mar 2018 12:48:02 +0000
потскажите как добавите админку на сервер exilehttps://exile.majormittens.co.uk/topic/25906-%D0%BF%D0%BE%D1%82%D1%81%D0%BA%D0%B0%D0%B6%D0%B8%D1%82%D0%B5-%D0%BA%D0%B0%D0%BA-%D0%B4%D0%BE%D0%B1%D0%B0%D0%B2%D0%B8%D1%82%D0%B5-%D0%B0%D0%B4%D0%BC%D0%B8%D0%BD%D0%BA%D1%83-%D0%BD%D0%B0-%D1%81%D0%B5%D1%80%D0%B2%D0%B5%D1%80-exile/ как добавите админку на сервер exile

]]>
25906Wed, 14 Mar 2018 06:03:26 +0000
Changing option in ESC menuhttps://exile.majormittens.co.uk/topic/25881-changing-option-in-esc-menu/ I'd like to change the "FIELD MANUAL" option to be the InfiStar Keybinds function. Anyone know how to do this?

]]>
25881Sun, 11 Mar 2018 17:45:58 +0000
Want Xm8 Apphttps://exile.majormittens.co.uk/topic/25798-want-xm8-app/ has anyone managed to make a donation app for the xm8 would be grate to use instead of hyper links

]]>
25798Sun, 04 Mar 2018 18:11:15 +0000