vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB Tetris v2.5 | Leaderboard, Comments and High Score System v2.5 :) (https://vborg.vbsupport.ru/showthread.php?t=42293)

Lanigironu 08-25-2002 10:58 PM

Quote:

Originally posted by john.eovie
Answers:

1. I think he's supposed to
2. Snakes controls are fine with me

Sorry I didn't elaborate. Pacman IS supposed to get faster, but it is barely evident in your game.

And if you try doing quick U-turns, you'll encounter problems. That was the reason I died.

John 08-25-2002 11:06 PM

Quote:

Originally posted by Lanigironu


Sorry I didn't elaborate. Pacman IS supposed to get faster, but it is barely evident in your game.

And if you try doing quick U-turns, you'll encounter problems. That was the reason I died.

I can U turn perfectly well, I'm not going to start editing flash files because your fingers aren't fast enough.

None of these games are developed by me, they're all GPL. Still, thanks for *trying* to help.

Ryangel 08-26-2002 12:48 AM

yeah ! what he said! doh ;)

bpn 08-26-2002 02:03 AM

Working just fine :)

trilOByte 08-26-2002 02:13 AM

man, I cant read through 60 pages of posts. Is there a way to make it so a user only has one entry - their high score, on the leader table? Otherwise one person who is dynamite at this game, will dominate the entire leaderboard.

Thanks.

LightBringer 08-26-2002 02:24 AM

John, it appears as though your arcade beta is working wonderfully. No major showstoppers from a front end experience.

BTW, check your PM regarding updated donation information. :)

Thanks again! Can't wait to see the final!

eXtremeTim 08-26-2002 02:26 AM

John how much is required to donate to get a copy. I want to get this up tommorrow. Will you be on at like 3:15pm cst.

Ninth Dimension 08-26-2002 03:14 AM

Quote:

Originally posted by trilOByte
man, I cant read through 60 pages of posts. Is there a way to make it so a user only has one entry - their high score, on the leader table? Otherwise one person who is dynamite at this game, will dominate the entire leaderboard.

Thanks.

I'm sure that this can be done, but it would need some extra lines of code put into the file. If john won't/can't do it then I can try for you.

futureal 08-26-2002 03:42 AM

Quote:

Originally posted by trilOByte
man, I cant read through 60 pages of posts. Is there a way to make it so a user only has one entry - their high score, on the leader table? Otherwise one person who is dynamite at this game, will dominate the entire leaderboard.
This can be done. Here's an example:

http://www.shadowsofnamek.com/forum/...game=tetris&s=

Or another, from a different game:

http://www.shadowsofnamek.com/forum/...me=breakout&s=

Only each user's best score is shown. To accomplish this, you need to alter the query used in tetris.php for the "leaderboard" action.

From the original tetris.php file, you will want to replace this:

PHP Code:

$leaderboard_q $DB_site->query("SELECT * FROM arcade WHERE game='tetris' ORDER BY score DESC LIMIT 10"); 

with this:

PHP Code:

  $leaderboard_q $DB_site->query("SELECT game,userid,comment,max(score) as maxscore
                                    FROM arcade
                                    WHERE game='tetris'
                                    GROUP BY userid
                                    ORDER BY maxscore DESC
                                    LIMIT 10"
); 

That should achieve the result you're looking for.

Souly 08-26-2002 07:36 AM

Here is my 3 version of my new fla and swf files!
Changes:

- Pause Info wrong
*In the Pause=On Version i changed Pause is Disabled to P - Pause! (thx 2 kypdurron)

- 2 code errors
*Leveloption 11-16 are missing
*Wrong Code on Level 13 (thx 2 Castel)

- new Parameters for Lvl 10-16
*Level=10 > Linies=15;
*Level=11 > Linies=20;
*Level=12 > Linies=25;
*Level=13 > Linies=30;
*Level=14 > Linies=35;
*Level=15 > Linies=40;
*Level=16 > Linies=50;

- new Lvl16
*now you see a small
vB
com

on the last playfield.

Use it on your own risk :D


All times are GMT. The time now is 12:01 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02281 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete