vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Arcade - Games Arcade & Challenge System [vB 3.0.3] (https://vborg.vbsupport.ru/showthread.php?t=60377)

Nam 01-25-2004 11:35 AM

Quote:

Originally Posted by NuclioN
Playing chess with netplay? :D

I already suggested that with John, but seems like this hack is a totally different ball game since it's involved time, winning, and score system.

How it's being scored? 2 human against each other, but says 1000 points for winner, still doesn't fair if one is too good and one is too bad.

www.clubxiangqi.com is the largest chinese chess, or xiangqi, they also have chess. The player starts with 1500 points. Then if he wins against 1800 player, he goes up 20 points, but if he wins against 1550, he goes up only 10. Would I suggest a seperate system for chess? no, it would be too complicated, but something to think about :).

Another suggestion, excluding any chess game, is having a universal scoring system. This will show the score based on/accumulated from personal best. Then show the top members overall of ALL games. This has to be balance also since the score system in every game is different, i.e simon has 1 point and Tetris has thousands points. But we can translate the score of everygame into one universal point, and base on that :). This way will encourage member to play all games and even if he/she doesn't get any trophy in each, he/she still has chance to get a trophy in overall table.

Updated: Oops, I thought I was posting here: https://vborg.vbsupport.ru/showthread.php?t=60400 . Sorry.

John 01-25-2004 01:27 PM

Quote:

Originally Posted by Detomah
Ok, so you've built a cool hack, which your obviously proud of and you've done tests which have brought up no problems, yup, that's cool...

It doesn't neccesarily mean you CAN'T possibly have overlooked something though. :/

I'm no spring chicken and have been around the internet and programming scene for a fairly long time, I'm not just a newbie with a low post count.

There is obviously some kind of problem with this score submission system, which for some reason you seem to think can not be anything other than installer error. Now probably like every single other person who's installed any hack, I checked and double checked every character of code and the installation went perfectly, the games all work smoothly (except Maede which still has that exploitable bug), every other feature is also working smoothly, including the mini-stats hack too. There has to be some kind of problem with the score submission system though as it is happening repeatedly and it's ruining an otherwise great hack.

Looking now, there are at least 5 different installed arcades showing this same or similar problem. Can't you just have a good look into it and see if you can find anything? I don't normally ever bleet on just for the sake of it, i've done my checks, uninstalled and reinstalled, done the updates, etc.

I'll even take a screenie the next time it happens and show you what is going on...

Oh, I too am interested in finding out more about netplay, even if it is a pay to use hack or something.

Right then, now we get to the point which I knew would come up sooner or later.

First of all, I got nothing for this hack. I did all the work,and released it to the community for no reason other than wanting to share something. Yes, I've offered to give support for this hack. But my life is not solely dedicated to providing support for people who want everything handed to them on a plate.

I'm not saying this is you, but you have to realise - 90% of the people with problems simply didn't read the instructions, although they claimed to be experienced webmasters. Another 9% of people didn't bother looking in the first post for a fix before posting their problem. After looking through the changes people had made there was nearly always a mistake in their code - regardless of their attitude as a master of vB hacking.

Now, if you've really been through everything properly and there is no fault with the code, there's a problem that I'm willing to help with. (The remaining 1%, which I guess you fall under.) But people say to me "there's a problem with the scoring system", and ask me to fix it. Do you see the problem here? Not only am I unable to replicate the problem, the only information I'm given is that "it doesn't work for some people on rare occasions".

If there's no more information that you can give me, the only thing I can think of off the top of my head is that this is affecting people with slower net connections. As a result, Flash is taking longer to communicate with the server, causing a higher ping and invalidating the score.

To see if this is the problem, open up the gamesessions table in phpMyAdmin and sort all records by the "ping" field. Check to see what your highest ping is... if you have a lot of records with values above 4500, that's likely to be your problem. To fix it:

In arcade.php, find:
Code:

        // pings greater than 4500ms don't count
        if ($difference > 4500) {

Replace 4500 with a number greater than your highest ping. I wouldn't recommend going above 15000.

I hope this helps, let me know if it doesn't.

John 01-25-2004 01:32 PM

And other than the above, I just want to point out that I am self employed. I have to work to survive, and every spare minute I get I put into the Arcade. With game conversions, I paid $100 which I can't afford for a piece of software to enable me to make swf files compatible with the Arcade. All the spare time I get (when I'm not working or giving tech support) goes into game conversions... sorry for the delay, but I'm going as fast as I can.

Wolfy.2k 01-25-2004 01:45 PM

installed wit no problems, thanks for the great hack

press install..

John 01-25-2004 01:46 PM

Wolfy, are you using a different style to the rest of your members? How many styles do you have on your forums?

Edit: Looks like Wolfy solved his problem.

SnowBot 01-25-2004 01:57 PM

John your efforts and constant support for this great hack are very much appreciated. It just seems like all the members with low post counts/new members are having problems without reading or atleast searching the thread for the answer.

For hacks such as this i think there should be a min post count before you can download it, such a hack deserves lots of gratitude. Ok i know that sounds unfair to new members but all the problems i have had with this hack (all of 1) i solved by reading/searching then found it was ME that was in the wrong. Time has gone into making this hack and testing it so atleast spend some time reading/searching the thread for the answer to your problems...

* SnowBot gets off his hig horse

mini2 01-25-2004 02:25 PM

What's the chances of someone coming up with a version of Centipede for this hack, that would be cool?

:squareeyed:

tomp 01-25-2004 02:31 PM

great hack installed it no problem!..........ive got one question though, is it possibe to set it so members can only acces the arcade after they have posted a certain amount of times?

[email protected] vbmenu_register("postmenu_468111", true); 01-25-2004 02:46 PM

We appreciate all the time you've spent on this hack and on support issues John. :)

There's what appears to be a bug in the system with regards to challenges and the champion. If a user wins the top score of the game through a challenge, the medal does not appear in his posting (in the forum, under his name). It's however reflected correctly on in the Arcade high score for that game.

User reporting bug on my site: http://www.spug.net/showthread.php?t=51060
High score for Maeda Path: http://www.spug.net/arcade.php?do=scores&name=maeda

roychang is the winner but he won it through a challenge. He's correctly listed as the winner in the Arcade. However, in his posting (http://www.spug.net/showthread.php?t=51060), you'll notice that the title does not appear under his name. The title appears under the name of the user dm318, who got second place in Maeda Path playing the normal game (instead of the challenge).

John 01-25-2004 03:09 PM

Quote:

Originally Posted by MK@spug.net
We appreciate all the time you've spent on this hack and on support issues John. :)

There's what appears to be a bug in the system with regards to challenges and the champion. If a user wins the top score of the game through a challenge, the medal does not appear in his posting (in the forum, under his name). It's however reflected correctly on in the Arcade high score for that game.

User reporting bug on my site: http://www.spug.net/showthread.php?t=51060
High score for Maeda Path: http://www.spug.net/arcade.php?do=scores&name=maeda

roychang is the winner but he won it through a challenge. He's correctly listed as the winner in the Arcade. However, in his posting (http://www.spug.net/showthread.php?t=51060), you'll notice that the title does not appear under his name. The title appears under the name of the user dm318, who got second place in Maeda Path playing the normal game (instead of the challenge).

Very well spotted, thanks for the bug report. :)

The problem is that arcadeupdate.php (the Arcade cron script) doesn't take into account challenge results when updating the champion listings.

The problem has been fixed, and the zip file has been updated. If you're fixing this bug, simply download the latest zip and overwrite /includes/cron/arcadeupdate.php with Files/includes/cron/arcadeupdate.php.


All times are GMT. The time now is 12:14 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.05302 seconds
  • Memory Usage 1,760KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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