is there a Back Ground Music script for Tribes1?

User avatar
virus
Posts: 474
Joined: Wed May 22, 2013 10:27 pm
Contact:

Re: is there a Back Ground Music script for Tribes1?

Post by virus »

Thanks bro.
[NHOP]Virus
Groove
Posts: 218
Joined: Thu Apr 17, 2014 10:36 pm

Re: is there a Back Ground Music script for Tribes1?

Post by Groove »

ok test out newest version, functionally everything should be the same but i cleaned up a lot of the code & fixed a few bugs in the plugin, added checks for badly formatted commands and fixed up a derpy bug in the script where i forgot to add a break;

soundtrack_plugin_0.17.zip full version with mp3s, 36MB
soundtrack_plugin_0.17_nomusic.zip no mp3s, 27KB

u can use the nomusic link if you've already have it installed, nothing changed in the music so there's no point in downloading the same mp3s over and over

it wont really change anything other than stopping a few errors that the script used to throw, but i just wanna make sure i didn't break anything with the code cleanup/command formatting stuff
Groove
Posts: 218
Joined: Thu Apr 17, 2014 10:36 pm

Re: is there a Back Ground Music script for Tribes1?

Post by Groove »

also here's the HUD, still a bit wacky sometimes when choosing skins but bleh

unzip to config/modules

sndtrackHUD.zip

u can set the keybind to toggle it on/off in the options/binds screen

includes the .psd file so u can make ur own skins
User avatar
Fixious
Posts: 475
Joined: Sat Nov 09, 2013 12:42 am

Re: is there a Back Ground Music script for Tribes1?

Post by Fixious »

Works fine for me so far (Win7). Played a full match and into the next map. Changed the music like it normally does. Tested the HUD on my own hosted game, only issue I ran into is after you select a theme you can't remove the HUD options and cursor. You must press something else on the HUD (play, stop, etc) to be able to remove the HUD options.
Groove
Posts: 218
Joined: Thu Apr 17, 2014 10:36 pm

Re: is there a Back Ground Music script for Tribes1?

Post by Groove »

Fixious wrote:Works fine for me so far (Win7). Played a full match and into the next map. Changed the music like it normally does. Tested the HUD on my own hosted game, only issue I ran into is after you select a theme you can't remove the HUD options and cursor. You must press something else on the HUD (play, stop, etc) to be able to remove the HUD options.
sweet thanks for all the testing man <3

and ya thats what i meant about it being wacky, i'm not really sure how it works since ive never tried to put a combobox or a slider into a HUD but that seems to be the result, it gets stuck when you interact with it

im guessing its just that HUDs aren't really meant for that level of interactivity and if i really want combobox/slider i'd have to make it a .gui instead of a hud (unless someone knows how to fix that?)
User avatar
Fixious
Posts: 475
Joined: Sat Nov 09, 2013 12:42 am

Re: is there a Back Ground Music script for Tribes1?

Post by Fixious »

T1, T2, T:V, T:A soundtracks. Should all work (haven't tested them all in-game). Will obviously slow down loading a bit.

https://mega.co.nz/#!hIVFnAJA!ttY6fkTyf ... kung65yU_c
PixelatedSpy
Posts: 2
Joined: Fri Jul 18, 2014 7:14 pm

Re: is there a Back Ground Music script for Tribes1?

Post by PixelatedSpy »

Just discovered this today and I've always loved Tribes music but I'm having trouble getting the script working. There's no music playing and when I check CD Music the game just crashes. I'm assuming I'm just doing something wrong as I don't have any experience with T1 scripts as I mainly played T2. (Using Windows 7 and Tribes HD btw)
User avatar
Fixious
Posts: 475
Joined: Sat Nov 09, 2013 12:42 am

Re: is there a Back Ground Music script for Tribes1?

Post by Fixious »

Sure you're using the latest version? I had that problem as well with an older one.

http://www.iateyourbaby.com/twdemos/Gro ... n_0.17.zip
User avatar
virus
Posts: 474
Joined: Wed May 22, 2013 10:27 pm
Contact:

Re: is there a Back Ground Music script for Tribes1?

Post by virus »

PixelatedSpy wrote:Just discovered this today and I've always loved Tribes music but I'm having trouble getting the script working. There's no music playing and when I check CD Music the game just crashes. I'm assuming I'm just doing something wrong as I don't have any experience with T1 scripts as I mainly played T2. (Using Windows 7 and Tribes HD btw)
I had this issue at first. Open your config directory where you can find your ClientPrefs.cs
edit your CD Music Line

$pref::cdMusic = "TRUE";
$pref::cdVolume = "0.320513";

then open Tribes. voila.

Assuming you are running Tribes1.40/1.41 from your mention TribesHD you should be fine. Good luck.
[NHOP]Virus
Groove
Posts: 218
Joined: Thu Apr 17, 2014 10:36 pm

Re: is there a Back Ground Music script for Tribes1?

Post by Groove »

i wonder if its just cdVolume isn't set yet and if simply moving around the CD volume slider before hitting the checkbox would work

edit: i dunno, i just tried deleting both vars and putting null values in and i still didn't crash :\
Post Reply