The Ur-Quan Masters Home Page Welcome, Guest. Please login or register.
Did you miss your activation email?
October 16, 2024, 07:37:02 am
Home Help Search Login Register
News: Celebrating 30 years of Star Control 2 - The Ur-Quan Masters

+  The Ur-Quan Masters Discussion Forum
|-+  The Ur-Quan Masters Re-Release
| |-+  General UQM Discussion (Moderator: Death 999)
| | |-+  UQMHD Remix - an update
« previous next »
Pages: 1 [2] Print
Author Topic: UQMHD Remix - an update  (Read 5723 times)
Schizoid
Zebranky food
*
Offline Offline

Gender: Male
Posts: 35


aka SLY


View Profile WWW
Re: UQMHD Remix - an update
« Reply #15 on: December 19, 2015, 06:54:24 am »

Shuttle text color is easy to change. Its location:

\hires4x.zip\hires4x\lander\fonteffect-000.png

and

\hires2x.zip\hires2x\lander\fonteffect-000.png

For example, for the russian version we used turquoise color:



But we also changed the font too. With original bold font, this color does not look very good:



But it is also possible to pick up.
Logged

Defender
Enlightened
*****
Offline Offline

Gender: Male
Posts: 817



View Profile
Re: UQMHD Remix - an update
« Reply #16 on: December 19, 2015, 07:03:23 pm »

ill look into it, thank you Grin
Logged
metamorphosis
Frungy champion
**
Offline Offline

Posts: 83


I love YaBB 1G - SP1!


View Profile
Re: UQMHD Remix - an update
« Reply #17 on: December 20, 2015, 01:20:58 am »

The creator of these images and ships - Zenzmurfy. Damon Czanik used it in UQM HD. This can be seen - here. Some of these ships can be seen in 3D - here. Especially - here

Thanks for that correction - I remember him from doing the covers for the remix pack 4.

   
I'm not sure that the UQMHD Remix will work correctly with other languages addons, but in any case, thank you for this good work.

Well there's no basis for that idea, as both remix and hd share the same code for language support and addons. No alterations on my end. And no worries Smiley


Logged
darklord42
*Many bubbles*
***
Offline Offline

Posts: 208



View Profile
Re: UQMHD Remix - an update
« Reply #18 on: December 21, 2015, 05:05:22 am »

Anyway I can get a working mac-osx version?  I imagine the source code has changed and you are using a new binary correct?    So it needs a new compile?  Where is the source code?

{Edit} or the fork is right there on sourceforge!  Fantastic!

{Edit2}

Umm oops, looks like you made a variable type error in your code.  I find Visual Studio lets you get away with a lot of things that no other compiler ever would.

Quote
src/libs/graphics/sdl/sdl_common.c:132:1: error: conflicting types for 'TFB_InitGraphics'
TFB_InitGraphics (int driver, int flags, int width, int height, unsigned int *resolutionFactor, BOOLEAN forceAspectRatio) // JMS_GFX: added resolutionFactor - MB: added ability for function to change res_factor

src/libs/graphics/gfx_common.h:70:5: note: previous declaration is here
int TFB_InitGraphics (int driver, int flags, int width, int height, unsigned int resolutionFactor, BOOLEAN forceAspectRatio); // JMS_GFX: Added resolutionFactor

I guess C is not suppose to let you overload functions. (that's a C++ feature)
[EDIT3]

I changed the function declaration with the pointer from TFB_InitGraphics to TFB_InitGraphicsWPt and then the function call in uqm.c which seemed to work.  Do you mind making the change on git?

Also when you moved all the content you forgot to update the build script. (Because you use visual studio?)  The script is suppose to compress the content and addons and move them into the app. (or where ever they are suppose to be on non mac system) Right now the zip command doesn't find the folders. Mind making the change in build.config with your new locations?
« Last Edit: December 22, 2015, 05:10:31 pm by darklord42 » Logged
darklord42
*Many bubbles*
***
Offline Offline

Posts: 208



View Profile
Re: UQMHD Remix - an update
« Reply #19 on: December 22, 2015, 04:54:14 pm »

I got the app working I'd be happy to bundle it.  Great work!  I have one minor question.  As you approach earth I get a couple of random orbit paths that look like arrows?  It looks like someone had fun with the paint tool.  Why is that? 

Logged
darklord42
*Many bubbles*
***
Offline Offline

Posts: 208



View Profile
Re: UQMHD Remix - an update
« Reply #20 on: December 22, 2015, 09:48:18 pm »

And another thing, for some reason solar system planet textures arn't appearing in both hq4x and 2x anymore  (not just the moon in this picture) Are files missing from the source? or is it a code error
« Last Edit: December 22, 2015, 09:50:01 pm by darklord42 » Logged
darklord42
*Many bubbles*
***
Offline Offline

Posts: 208



View Profile
Re: UQMHD Remix - an update
« Reply #21 on: December 22, 2015, 10:48:38 pm »

I just tried it with your version of the .uqm files with your windows release. Strange that's not what is in your source? You should do something with the build script so it comes out the way you want it.

Still had the same graphical issues, but great job on the nebula and intro music. It's great to have the High quality music instead. Perhaps you can have it switch the intro sequence files depending on the selected music option? That can't be too difficult to do. No more difficult then switching between 2x and 4x textures you would think.
Logged
metamorphosis
Frungy champion
**
Offline Offline

Posts: 83


I love YaBB 1G - SP1!


View Profile
Re: UQMHD Remix - an update
« Reply #22 on: December 23, 2015, 02:11:53 am »

I got the app working I'd be happy to bundle it.  Great work!  I have one minor question.  As you approach earth I get a couple of random orbit paths that look like arrows?  It looks like someone had fun with the paint tool.  Why is that?  




[EDIT: okay, I read your initial post and get where you're coming from now]

You could try building the original UQMHD and see whether you get the same issues.
None of these issues occur on the Windows version that I've released.

I don't work with build scripts, I manually compile things.

Switching intro script files is possible but also a further hack for something that is broken in the UQMHD code that I can't isolate, and I'm done with programming at the moment. Sorry.

PM me if you get it working under OSX, but I haven't altered the planet lander code, and that brown nebulae background you've got there doesn't exist in the UQMHD Remix release, so I'm not sure what you've done wrong.

My guess is that you've downloaded the wrong repo, the one I used to update UQMHD.
The correct repo for uqmhdremix is noted earlier in the thread.

Thanks for the appreciation though-
m
« Last Edit: December 23, 2015, 02:28:46 am by metamorphosis » Logged
darklord42
*Many bubbles*
***
Offline Offline

Posts: 208



View Profile
Re: UQMHD Remix - an update
« Reply #23 on: December 23, 2015, 05:24:12 am »

Ah, dang I missed that post.  It wasn't on the first one, serves me right for not looking closer on the thread.  I bet the lander graphics was on the original HD code, but if you didn't notice it in your build.  I guess that's good news. Smiley

[EDIT]
hmm i think your branch will compile fine.  Once I figure-out what's going on with build script.   I'll keep you updated
« Last Edit: December 23, 2015, 05:53:10 am by darklord42 » Logged
Pages: 1 [2] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!