Gran Turismo 5 Prologue Randomizer!


Post Reply
 
Thread Tools
Mar 12 2008, 11:54 PM #1
kekke2000 Diamond Member
Maybe you remember the old randomizers for Gran Turismo 4 and Enthusia. Now there is a new randomizer for Gran Turismo 5 Prologue. It can choose car and track for you when you don't know what to drive.

You can find it at http://www.kekke2000.be/random
Last edited by kekke2000; Mar 29 2008 at 4:30 PM.
 
Mar 13 2008, 2:06 AM #2
DaveTheStalker Fanboy Hunter
I'll give it a whirl...
 
Mar 13 2008, 9:31 AM #3
kekke2000 Diamond Member
davethestalker View Post
I'll give it a whirl...
Tell me what you think. Maybe i can improve something?
 
Mar 13 2008, 12:32 PM #4
RacingFreak2k3 Diamond Member
kekke2000 View Post
Tell me what you think. Maybe i can improve something?
I actually really like the idea...i never know what car to choose, so i always end up choosing my favorites and never driving anything new. Good program. If I were to add one thing, maybe the type of race as well (single race, time trial, etc...)...and for the EU and US version, DRIFT mode as well. But that's up to you.

EDIT: Also i just noticed...everytime you start up and then close the program, next time you open it up again, the same first car and tracks appear in the same order. Is there a way to fix that or not really? The GT4 randomizer doesn't have this problem.
Last edited by RacingFreak2k3; Mar 13 2008 at 12:37 PM.
 
Mar 13 2008, 12:51 PM #5
kekke2000 Diamond Member
RacingFreak2k3 View Post
I actually really like the idea...i never know what car to choose, so i always end up choosing my favorites and never driving anything new. Good program. If I were to add one thing, maybe the type of race as well (single race, time trial, etc...)...and for the EU and US version, DRIFT mode as well. But that's up to you.

EDIT: Also i just noticed...everytime you start up and then close the program, next time you open it up again, the same first car and tracks appear in the same order. Is there a way to fix that or not really? The GT4 randomizer doesn't have this problem.
that error is weird... i'll check into that... i could add the race mode into the randomizer but the drift mode is a little pointless in my opinion, like Drifting in a Daihatsu OFC-1 and then i'm left with only 2 modes. Might aswell flip a coin

I will release the EU and US as seperate programs, i want the programs to be one click away directly after opening it.

Great feedback btw.
 
Mar 13 2008, 12:56 PM #6
RacingFreak2k3 Diamond Member
kekke2000 View Post
that error is weird... i'll check into that... i could add the race mode into the randomizer but the drift mode is a little pointless in my opinion, like Drifting in a Daihatsu OFC-1 and then i'm left with only 2 modes. Might aswell flip a coin

I will release the EU and US as seperate programs, i want the programs to be one click away directly after opening it.

Great feedback btw.
Yeah I guess i see what you mean by the drift mode...haha just a thought though. But yeah other than that bug, great job on it.
 
Mar 13 2008, 1:16 PM #7
kekke2000 Diamond Member
RacingFreak2k3 View Post
Yeah I guess i see what you mean by the drift mode...haha just a thought though. But yeah other than that bug, great job on it.
bug fixed, you can download 1.1 now on www.kekke2000.be/random
 
Mar 13 2008, 2:19 PM #8
un_peacekeeper Silver Member
Computer program randomizers are never completely random...

ANYWAY...very nice idea to get me off the same car I drive everytime.
 
Mar 13 2008, 4:41 PM #9
kekke2000 Diamond Member
un_peacekeeper View Post
Computer program randomizers are never completely random...

ANYWAY...very nice idea to get me off the same car I drive everytime.
What do you mean about the randomness? If i start the same program twice and it do exactly the same both times, but the result differs. Sounds pretty random to me.
 
Mar 13 2008, 6:14 PM #10
RacingFreak2k3 Diamond Member
Hey thanks again for the quick fix kekke. has worked good so far!
 
Mar 14 2008, 12:19 AM #11
un_peacekeeper Silver Member
kekke2000 View Post
What do you mean about the randomness? If i start the same program twice and it do exactly the same both times, but the result differs. Sounds pretty random to me.
Well computer programs are usually pseudo-numbers that only appear to be random, but still follow a set formula to determine a number. True randomness requires a computer to monitor a truly random event.
 
Mar 14 2008, 9:03 AM #12
kekke2000 Diamond Member
un_peacekeeper View Post
Well computer programs are usually pseudo-numbers that only appear to be random, but still follow a set formula to determine a number. True randomness requires a computer to monitor a truly random event.
As long as I can't figure out the order, i don't care if some computer can.
 
Mar 15 2008, 2:20 AM #13
un_peacekeeper Silver Member
kekke2000 View Post
As long as I can't figure out the order, i don't care if some computer can.
Well yeah, I was just pointing it out. I appreciate your effort, great littl etool.
 
Mar 15 2008, 8:18 AM #14
Takumi Fujiwara Photojournalist
I love randomizers in games. It's only too bad there isn't one built in - it's always fun to have no idea whatsoever of your track and car until the race starts. It can lead to some awesome multiplayer matchups, too...
 
Mar 22 2008, 2:47 PM #15
kekke2000 Diamond Member
Anyone know where I can find a full car list from GT5 Prologue EU and US? I think i heard somewhere that there are some differences between them.
 
Mar 22 2008, 2:56 PM #16
Eneko Zelaieta Junior Member
Sorry, but what is a randomyzer? for what they use?

Thanks
 
Mar 22 2008, 3:19 PM #17
solinent Junior Member
You really didn't have to make it a downloadable program: It would have been easier to use PHP.

I assume the problem you were having is that you set the same random "seed" every time (so the random numbers were always the same). A good fix would be to use time as the seed.

Good idea btw. Maybe you should make it more intelligent, and ask questions like (High peformance, low performance, small track, long track), and then do a weighted random number.
 
Mar 22 2008, 6:07 PM #18
kekke2000 Diamond Member
Eneko Zelaieta View Post
Sorry, but what is a randomyzer? for what they use?

Thanks
It picks a car and a track for you when you don't know what to drive.

solinent View Post
You really didn't have to make it a downloadable program: It would have been easier to use PHP.

I assume the problem you were having is that you set the same random "seed" every time (so the random numbers were always the same). A good fix would be to use time as the seed.

Good idea btw. Maybe you should make it more intelligent, and ask questions like (High peformance, low performance, small track, long track), and then do a weighted random number.
The random problem has been fixed. I did make a little more advanced randomizer for Gran Turismo 4 but it's not very useful and the program looks a little ugly.
 
Mar 22 2008, 6:11 PM #19
Eneko Zelaieta Junior Member
Ajam... very interesting and usefull anytime!

Thanks
 
Mar 28 2008, 8:39 AM #20
kekke2000 Diamond Member
Does all versions of GT5 Prologue contain the same cars now?
 
Post Reply

Thread Tools

Forum Jump