Uaseco remove some plugins, widgets

UASECO is a fork of the XAseco2/1.03 controller for Trackmania and has been overhauled to support the Modescript Gamemodes of Trackmania².

Moderators: undef.de, NADEO

Post Reply
jakvrh1
Posts: 10
Joined: 10 May 2017, 16:00

Uaseco remove some plugins, widgets

Post by jakvrh1 »

Greetings,

would someone explain to me how to remove that weird sound and colored counting at the start. And how to remove some widgets that I wouldn't need?

Best regards,
Jaka
hackie
Posts: 1168
Joined: 19 Jul 2012, 22:43

Re: Uaseco remove some plugins, widgets

Post by hackie »

To remove some widgets : records_eyepiece.xml file.

Weird sound and color : effect studio.xml file ( all the way down )
Look at this :

Code: Select all

		<script>
			<enabled>true</enabled>
			<path>config/effect_studio/countdown-3-2-1-GO!.xml</path>
		</script>
remove "true" and plave "false"


At the top of the screen you find the info bar , look into the plugins.xml file to disable this :

Code: Select all

	<!-- Optional plugins -->
	<plugin>plugin.dedimania.php</plugin>
	<plugin>plugin.welcome_center.php</plugin>
	<plugin>plugin.tachometer.php</plugin>
	<plugin>plugin.info_bar.php</plugin>
	<plugin>plugin.stunt_messages.php</plugin>
	<plugin>plugin.donate.php</plugin>
	<plugin>plugin.rounds.php</plugin>
	<plugin>plugin.round_points.php</plugin>
	<plugin>plugin.round_autoend.php</plugin>
	<plugin>plugin.mania_exchange.php</plugin>
to disable the info_bar :

Code: Select all

	<!-- Optional plugins -->
	<plugin>plugin.dedimania.php</plugin>
	<plugin>plugin.welcome_center.php</plugin>
	<plugin>plugin.tachometer.php</plugin>
 <!--	<plugin>plugin.info_bar.php</plugin>  -->
	<plugin>plugin.stunt_messages.php</plugin>
	<plugin>plugin.donate.php</plugin>
	<plugin>plugin.rounds.php</plugin>
	<plugin>plugin.round_points.php</plugin>
	<plugin>plugin.round_autoend.php</plugin>
	<plugin>plugin.mania_exchange.php</plugin>
System Specs:
OS: Windows 7 Professionnal x64
CPU: Intel Core i7-6700K / 4 GHz - 8 MB cache
GPU: MSI GTX 980TI GAMING 6G - OC Edition
Motherboard: ASUS MAXIMUS VIII RANGER
RAM : 32Gb Kingston HyperX Savage - DDR4
DirectX 11
Post Reply

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 1 guest