Page 2 of 6

Re: Tribes HD

Posted: Sat Apr 12, 2014 12:45 pm
by DaRk
I just tried this out. Real nice work. Had to fix a few binds to my linking, but this is perfect.

:ttup:

Re: Tribes HD

Posted: Sat Apr 12, 2014 8:50 pm
by Fixious
Threw together a comparison vid. Wipido supports 60 fps vids apparently.

http://www.wipido.com/video/nwABaxysmJCj

Re: Tribes HD

Posted: Sat Apr 12, 2014 9:59 pm
by DaJ4ck3L
Ohhhh wow. Best fukkkin video I seen for tribes since T1 quickie. Great work on that man. Very gooood shit.

Re: Tribes HD

Posted: Sun Apr 13, 2014 12:04 am
by DaRk
Hey Crow,

1. How do you fix the over stretched skins on terrain?
2. Is there a way to change where my chatHUD is positioned? Haven't been able to find a config file that allows me to edit this.

Thanks,

DaRk

Re: Tribes HD

Posted: Sun Apr 13, 2014 12:55 am
by Fixious
Something else worth looking into are new/HD main menu graphics, since the loading screen was changed. I remember someone on TW did it, can't find the thread now though.

Re: Tribes HD

Posted: Sun Apr 13, 2014 1:41 am
by DaJ4ck3L
DaRk wrote:Hey Crow,

1. How do you fix the over stretched skins on terrain?
2. Is there a way to change where my chatHUD is positioned? Haven't been able to find a config file that allows me to edit this.

Thanks,

DaRk
Idk about the terrain thing, pics?

And the chat hud, maybe try pressing k and moving it if that's what you mean.

If you mean make it longer, try this. Chat Hud Script

If you mean to make it wider, try this.

Code: Select all

//to edit guis command is guieditor(); -DaJ4ck3L
//make sure to type this in game in the console
//you can use this function to make the chatbox longer
function guiEditor() {
	//winMouse();
	GuiInspect(MainWindow);
	GuiToolbar(MainWindow);
	GuiEditMode(MainWindow);
	cursorOn(MainWindow);
	tree();
}

Re: Tribes HD

Posted: Sun Apr 13, 2014 2:07 am
by DaJ4ck3L
Ok, it has come to my attention that some people are having problems loading plugins. If you're experiencing any errors with this build, please check the screen shot below to know if your plugins are being loaded properly.

Here is a copy of the plugin loader stand alone. www.thelandofoz.net/pluginloader

All you have to do is open console right when tribes starts and look for these lines of text the white arrow is pointing at.

Re: Tribes HD

Posted: Sun Apr 13, 2014 3:53 am
by DaRk
Well, its definitely not loading them. Might be a issue with Windows 8. Disabling Defender, Smart Screen, and compatibility mode changes seemed to be ineffective.

Re: Tribes HD

Posted: Sun Apr 13, 2014 5:46 pm
by DaRk
Ghost wrote:Try running tribes as an administrator.
Forgot to mention that I tried this as well. It works with my Windows 7 machine just fine. Just not with my main machine (Windows 8). It makes judging distance a challenge in arena.

If I haven't corrected myself yet, its with interior shapes not terrain. Its like what Crow shows above. It fails to load the plugin on the 3 Windows 8 machines I've tried.

Re: Tribes HD

Posted: Sun Apr 13, 2014 10:50 pm
by DaJ4ck3L
DaRk wrote:
Ghost wrote:Try running tribes as an administrator.
Forgot to mention that I tried this as well. It works with my Windows 7 machine just fine. Just not with my main machine (Windows 8). It makes judging distance a challenge in arena.

If I haven't corrected myself yet, its with interior shapes not terrain. Its like what Crow shows above. It fails to load the plugin on the 3 Windows 8 machines I've tried.
Kk, I'll see if I can get my hands on a windows 8 machine and see if I can debug what the issue is.