is there a Back Ground Music script for Tribes1?
Re: is there a Back Ground Music script for Tribes1?
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
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
Re: is there a Back Ground Music script for Tribes1?
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
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
Re: is there a Back Ground Music script for Tribes1?
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.
Re: is there a Back Ground Music script for Tribes1?
sweet thanks for all the testing man <3Fixious 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.
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?)
Re: is there a Back Ground Music script for Tribes1?
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
https://mega.co.nz/#!hIVFnAJA!ttY6fkTyf ... kung65yU_c
-
- Posts: 2
- Joined: Fri Jul 18, 2014 7:14 pm
Re: is there a Back Ground Music script for Tribes1?
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)
Re: is there a Back Ground Music script for Tribes1?
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
http://www.iateyourbaby.com/twdemos/Gro ... n_0.17.zip
Re: is there a Back Ground Music script for Tribes1?
I had this issue at first. Open your config directory where you can find your ClientPrefs.csPixelatedSpy 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)
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
Re: is there a Back Ground Music script for Tribes1?
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 :\
edit: i dunno, i just tried deleting both vars and putting null values in and i still didn't crash :\