The Ur-Quan Masters Home Page Welcome, Guest. Please login or register.
Did you miss your activation email?
March 29, 2024, 06:51:46 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
| |-+  Starbase Café (Moderator: Death 999)
| | |-+  Come with me if you want to live.
« previous next »
Pages: [1] Print
Author Topic: Come with me if you want to live.  (Read 4861 times)
Arne
Enlightened
*****
Offline Offline

Gender: Male
Posts: 520


Yak!


View Profile WWW
Come with me if you want to live.
« on: June 04, 2009, 09:28:32 pm »



Let's travel back to a time before Star Control to meet its ancestors.
I finally made a Starflight project page, but it's still a big mess.
The concepts have been sized up and I've also copy-pasted a
bunch of sloppy forum posts together to form giant text walls.
The page isn't polished yet, so if you see broken images, typos,
bad logic, unfaithful designs, feel free to point them out.

The material is inconsistent because it was made over the course
of several years. I was thinking of making a space-adventure
engine of some sort eventually.

(I've also cleaned up my Master of Orion project page a bit.)
« Last Edit: June 04, 2009, 09:33:25 pm by Arne » Logged
Alvarin
Enlightened
*****
Offline Offline

Gender: Male
Posts: 795



View Profile
Re: Come with me if you want to live.
« Reply #1 on: June 04, 2009, 09:51:11 pm »

BRAVO !!!!!!!
The pic is absolutely amazing !
Logged
Lukipela
Enlightened
*****
Offline Offline

Gender: Male
Posts: 3620


The Ancient One


View Profile
Re: Come with me if you want to live.
« Reply #2 on: June 04, 2009, 10:00:16 pm »

That is one wicked Spathi.
Logged

What's up doc?
Son_of_Antares
*Smell* controller
****
Offline Offline

Gender: Male
Posts: 306


Arioch, I summon thee...


View Profile
Re: Come with me if you want to live.
« Reply #3 on: June 04, 2009, 10:12:31 pm »

Man how much I envy your art skills  Cry but keep up the good work, this fan fic/art is absolutely amazing. Sure hope it'll end up in a finished project or two Smiley
Logged
RTyp06
*Smell* controller
****
Offline Offline

Posts: 491



View Profile
Re: Come with me if you want to live.
« Reply #4 on: June 05, 2009, 12:56:07 am »

Arne, fantastic artwork as always and both the moo and Starflight pages bookmarked.

After reading your moo page, I couldn't help but wonder if you have ever played the indy game  Starships Unlimited ? Much of what you describe (even your GUI mock-up) are very similar to this game. I liked SU III so much I ended up buying it and still play it today.

Oh and Starships Unlimited III is RTS, the earlier versions may have been turn based, I'm unsure. 
Logged
Arne
Enlightened
*****
Offline Offline

Gender: Male
Posts: 520


Yak!


View Profile WWW
Re: Come with me if you want to live.
« Reply #5 on: June 05, 2009, 02:26:12 am »

Thanks!

No, unfortunately there are a lot of games which I haven't played in the 4x genre. I do try to watch youtube videos (Let's play *) of everything I hear of though, but some of the more obscure games doesn't have any. Found some for this game though. It looks interesting, but the menus are a little anonymous with just the text. Something which I want to do is sprinkle atmospheric and narrative illustrations everywhere.
Logged
RTyp06
*Smell* controller
****
Offline Offline

Posts: 491



View Profile
Re: Come with me if you want to live.
« Reply #6 on: June 05, 2009, 02:55:26 am »

Yeah, I was put off by the interface and graphics at first but the game play won the day. If you ever feel so inclined you could give the demo a whirl.

I downloaded the demo from ApeZone  .

Logged
Arne
Enlightened
*****
Offline Offline

Gender: Male
Posts: 520


Yak!


View Profile WWW
Re: Come with me if you want to live.
« Reply #7 on: June 05, 2009, 03:40:31 am »

I'm on a Mac now, and I haven't bothered with bootcamp / parallels. I have a laptop I can borrow though. The game does look MoO inspired, it uses the same terms for some things.

There is this old TBS game called Star Wars Rebellion / Supremacy which I vaguely recall liking because it had little space battles which you could watch. I think it was realtime 3D for ship combat though, and I'm not a fan of 3D space strategy. I end up spending most of the time fiddling with the camera to figure out where things are.
Logged
Death 999
Global Moderator
Enlightened
*****
Offline Offline

Gender: Male
Posts: 3872


We did. You did. Yes we can. No.


View Profile
Re: Come with me if you want to live.
« Reply #8 on: June 08, 2009, 03:30:21 am »

In the starflight page, where you say 'incorrectly controlled', you mean 'indirectly controlled'. Big difference...
Logged
Arne
Enlightened
*****
Offline Offline

Gender: Male
Posts: 520


Yak!


View Profile WWW
Re: Come with me if you want to live.
« Reply #9 on: June 08, 2009, 12:03:41 pm »

Thanks! That's the spellchecker in action. Sometimes I get red lined and pick the wrong correction.

I actually got some code done on the project. Got a thread here. I'm trying an Immediate Mode GUI technique, and I'm very happy so far with how that works.
Logged
RTyp06
*Smell* controller
****
Offline Offline

Posts: 491



View Profile
Re: Come with me if you want to live.
« Reply #10 on: June 08, 2009, 11:10:22 pm »

Quote
I'm trying an Immediate Mode GUI technique...

Which means what exactly if you don't mind me asking? I thought I knew most programming terms..Reading the thread you linked to didn't seem to shine much light on this either.
Logged
Arne
Enlightened
*****
Offline Offline

Gender: Male
Posts: 520


Yak!


View Profile WWW
Re: Come with me if you want to live.
« Reply #11 on: June 09, 2009, 04:40:07 am »

Basically, if I want a button I might write:

If Button(1,10,10,30,12,"QUIT") then Quit

Button() is a function somewhere, and it takes a bunch of parameters and checks if the user clicked within the bounds, and also draws a button. Returns True or False. This means I can get right down to business and write my code right after the check.

There is no instance of the button to create and destroy like there probably would be with a more OOP'ish GUI. It's very easy for me to make progress with an IMGUI because I can put the code at one place pretty much.

Logged
Ford Borgnine
Zebranky food
*
Offline Offline

Posts: 1



View Profile
Re: Come with me if you want to live.
« Reply #12 on: July 17, 2009, 08:25:36 pm »

Arne, your art is, as always, simply amazing.  Truly, you are a master at your craft--not only at drawing, but all the thought you put into your  concepts.  My personal favorite character designs are the Draffi Basti, the Natracch, and, of course, the robotic Spathi; your redesigned starmap is also positively brilliant. 
Logged
Pages: [1] 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!