The Ur-Quan Masters Home Page Welcome, Guest. Please login or register.
Did you miss your activation email?
October 03, 2024, 03:37:00 pm
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)
| | |-+  this game is one of my favorites! but...
« previous next »
Pages: [1] 2 Print
Author Topic: this game is one of my favorites! but...  (Read 4530 times)
synival
Zebranky food
*
Offline Offline

Posts: 4


Videogames are fun


View Profile
this game is one of my favorites! but...
« on: April 21, 2003, 10:24:51 am »

i'm not sure if this is the proper place to post ideas, but i figured it was worth a shot.

star control 2 has always been one of my favorite games, but i've played through it so many times, there aren't many new challanges anymore.  i already know where all the important star systems are located, and where the mineral abundant ones are as well.

so i had this idea that it would be more fun to have the game randomized a bit -- i added a command-line option to change the seed when generating planets, and all of the non-key star systems had completely different planets!  i haven't played through the game like this yet, but it looks like tons of fun.  maybe in the future there could be a feature like this, or maybe a feature to even reorganize homeworlds and other key systems?
Logged
Shiver
Guest


Email
Re: this game is one of my favorites! but...
« Reply #1 on: April 21, 2003, 01:01:18 pm »

You mean you know how to randomize planets? That's cool. I like your suggestion, but you aren't the first person to bring that up here.
Logged
chmmravatar
*Many bubbles*
***
Offline Offline

Posts: 109


WHAT IS DONE IS DONE


View Profile
Re: this game is one of my favorites! but...
« Reply #2 on: April 21, 2003, 01:15:01 pm »

The randomization of non-key systems sounds like a fun option. Something like that would probably be considered for post-1.0 release. However, the randomization of the key systems may be problematic, given how parts of the code and content are dependant on the default locations of all of the key systems.
Logged
RockasaurusRex2000
*Many bubbles*
***
Offline Offline

Gender: Male
Posts: 156


Pheonix Mirror.


View Profile
Re: this game is one of my favorites! but...
« Reply #3 on: April 21, 2003, 07:56:24 pm »

is there a way we can randomize key systems, but omit the key planets within those systems?
Logged

Spoon!
Lithorien
Zebranky food
*
Offline Offline

Gender: Male
Posts: 12



View Profile WWW
Re: this game is one of my favorites! but...
« Reply #4 on: April 21, 2003, 08:45:35 pm »

Probally through use of C++ classes you could.. have each key planet in some class like 'key', and the rest in classes for their star-system names, and then have a function that randomizes the X and Y coordinates for each non-key class's planets..

..if that made any sense at all.
Logged

Know your Allies Well, Know your Enemies Better.
Eran Mekhmandarov
Guest


Email
Re: this game is one of my favorites! but...
« Reply #5 on: April 21, 2003, 09:39:03 pm »

The problom is that some races have more minerals then others, because thats how they are (or at least thats how I remember it) presented. The Mycon for instance seem like they evolved with alot of resorces, so their planets have alot of them (like the unbelieveable Scorpii system), while the Druuge have little resorces, and so they have evolved to use themselves as such.
I don't remember all that well, so I might be wrong.
Logged
Death 999
Global Moderator
Enlightened
*****
Offline Offline

Gender: Male
Posts: 3873


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


View Profile
Re: this game is one of my favorites! but...
« Reply #6 on: April 21, 2003, 11:57:56 pm »

Well, I don't see that as a serious problem. If a region is poor in resources, then it could be because they were mined out...
Logged
synival
Zebranky food
*
Offline Offline

Posts: 4


Videogames are fun


View Profile
Re: this game is one of my favorites! but...
« Reply #7 on: April 22, 2003, 02:46:06 am »

i'm not on the dev team or anything, and i've only looked at the code a bit, but it looks like the key systems are hard-coded in, so they would still be the same.  but i guess it would be kind of annoying if all of the key systems were COMPLETELY randomized... having sol next to the umgah homeworld would be interesting.
Logged
RockasaurusRex2000
*Many bubbles*
***
Offline Offline

Gender: Male
Posts: 156


Pheonix Mirror.


View Profile
Re: this game is one of my favorites! but...
« Reply #8 on: April 22, 2003, 03:03:19 am »

what would be cool is if somehow you could randomize the system locations, then create different plotlines to go with it.
Logged

Spoon!
Lukipela
Enlightened
*****
Offline Offline

Gender: Male
Posts: 3620


The Ancient One


View Profile
Re: this game is one of my favorites! but...
« Reply #9 on: April 22, 2003, 03:05:49 am »

That might be a tad more problematic, especially with the coordinates given in speech every here and there...
Logged

What's up doc?
Kohr-Ah_Primat
*Smell* controller
****
Offline Offline

Gender: Female
Posts: 495


Lady Marauder


View Profile
Re: this game is one of my favorites! but...
« Reply #10 on: April 22, 2003, 06:09:15 am »

Though who is to say you couldn't reprogram in a variation of the game with totally different text files and planetary locations. The variation plot lines can be voice-less, after all.
Logged

We are the Ur-Quan Kohr-Ah.
Our nature, the fulfillment of our fate requires your destruction.
You are filth. It is now your time to be cleansed.
chmmravatar
*Many bubbles*
***
Offline Offline

Posts: 109


WHAT IS DONE IS DONE


View Profile
Re: this game is one of my favorites! but...
« Reply #11 on: April 22, 2003, 11:34:15 am »

Quote
Though who is to say you couldn't reprogram in a variation of the game with totally different text files and planetary locations. The variation plot lines can be voice-less, after all.


That can be done, but in my opinion would be an extremely non-trivial task.
Logged
Death 999
Global Moderator
Enlightened
*****
Offline Offline

Gender: Male
Posts: 3873


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


View Profile
Re: this game is one of my favorites! but...
« Reply #12 on: April 22, 2003, 07:41:51 pm »

Agreed - as it stands, we can change the text easily, but we can't change the mechanics or results... if you were to ignore the text and take conversation option #2 at the same time in the other game, it would have the same effect. The data files do not constitute a Starcon version of Unlimited Adventures.

Now, we MIGHT be able to do that with a bit more programming, but I am not counting on it.
Logged
guesst
Enlightened
*****
Offline Offline

Gender: Male
Posts: 692


Ancient Shofixti Warrior


View Profile WWW
Re: this game is one of my favorites! but...
« Reply #13 on: April 23, 2003, 02:26:15 am »

Quote
Agreed - as it stands, we can change the text easily, but we can't change the mechanics or results... if you were to ignore the text and take conversation option #2 at the same time in the other game, it would have the same effect. The data files do not constitute a Starcon version of Unlimited Adventures.

Now, we MIGHT be able to do that with a bit more programming, but I am not counting on it.


Woah, woah, woah. Are you saing that adding new quests,  adding new races, re-writing the game entirely and making an unofficial sequil is out of the question? That's what I was counting the StarCon community doing after UQM was done.
Logged

A new game and it's code each week. Please visit Cymon's Games
Kohr-Ah_Primat
*Smell* controller
****
Offline Offline

Gender: Female
Posts: 495


Lady Marauder


View Profile
Re: this game is one of my favorites! but...
« Reply #14 on: April 23, 2003, 04:46:36 am »

True but the problem is it takes a lot of work, and most people tend to 'burn out' of the concept long before it's done. It's a lot of work with not very much return for the people who program it. Take a look at Time Warp, for example.
Logged

We are the Ur-Quan Kohr-Ah.
Our nature, the fulfillment of our fate requires your destruction.
You are filth. It is now your time to be cleansed.
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!