"Judgment from Above" project status:

Talk about making games.

Postby Sgt. Sparky » Wed Jun 06, 2007 3:15 am

d-soldier wrote:So is that something I can just change then? Should I find the "%03.2f" and change it to "%3s"?

the %03.2f does not exist, I was just giving you an example,
he means you must look on the High Score menu(it is on the create Actor event if you have not figured it out.) and change the Code near the bottom where it has somthing like sprintf(ADD, "%02d. %s %d", i, NAMES[i], SCORES[i]);
to: sprintf(ADD, "%02d. %3s %d", i, NAMES[i], SCORES[i]);
:D
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score

Postby DilloDude » Wed Jun 06, 2007 3:21 am

Sgt. Sparky wrote:sprintf(ADD, "%02d. %3s %d", i, NAMES[i], SCORES[i]);
:D

The result of this would be '01.--DD-500' if you entered 'DD' as the name(with spaces changed to '-').
If you use - it will left align the text: '01.-DD--500'.
IE sprintf(ADD, "%02d. %-3s %d", i, NAMES[i], SCORES[i]);
Image
User avatar
DilloDude
 
Posts: 866
Joined: Tue Jan 24, 2006 9:51 am
Location: Nyerellion
Score: 58 Give a positive score

Postby Sgt. Sparky » Wed Jun 06, 2007 3:29 am

I see what you were using that for now. :D
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score

Postby d-soldier » Wed Jun 06, 2007 3:32 am

Good catch on that Dillo, didnt' even occur to me to try less then three letters... But what about the Game?!?!
User avatar
d-soldier
 
Posts: 703
Joined: Sun Apr 08, 2007 2:13 am
Score: 61 Give a positive score

Postby Sgt. Sparky » Wed Jun 06, 2007 3:34 am

d-soldier wrote:Good catch on that Dillo, didnt' even occur to me to try less then three letters... But what about the Game?!?!

He Said the Game was Awsome! :D
(I have allready told you that when you sent the game to me to make the HighScore stuff.:))

Edit: :shock: Wow,
I just made friends with a random fly buzzing on the computer screen(I put my hand close to it and it walked all over it and then flew off and came back and landed on my arm just below my right shoulder. :D
Edit#2: that Edit above was pretty random... xD
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score

Postby DilloDude » Wed Jun 06, 2007 11:26 am

If flies are your problem, then LESSTEIN is the stuff for you:
http://www.imageviper.com/dip/71797/Cantex.PNG
Of course, it might erode your computer screen... :(
Image
User avatar
DilloDude
 
Posts: 866
Joined: Tue Jan 24, 2006 9:51 am
Location: Nyerellion
Score: 58 Give a positive score

Postby platformkid » Fri Jul 13, 2007 9:05 pm

Excellent, plus it looks very professional !

Maybe my criticism would be that ingame, the speed of action is a little slow to me, and the tanks are a little too hard to destroy.

Other than that, I can only congrat you !

Wish I was able to do the same.
platformkid
 
Posts: 14
Joined: Sun Jul 01, 2007 1:25 am
Location: Paris, France
Score: 0 Give a positive score

Postby DocRabbit » Sun Jul 15, 2007 2:50 am

dsoldier, awesome game. Very professional looking, like the large plane fly by on the menu. 6950 hi for me so far, not to good at playing them. The wireframe map is very cool on the mission brief.
User avatar
DocRabbit
 
Posts: 114
Joined: Fri Oct 27, 2006 2:56 am
Score: 10 Give a positive score

Postby d-soldier » Sun Jul 15, 2007 7:29 am

thanks for the feedback, this was a great learning experience for me for sure.
User avatar
d-soldier
 
Posts: 703
Joined: Sun Apr 08, 2007 2:13 am
Score: 61 Give a positive score

Previous

Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest

cron