The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
v3 Arcade - Professional vBulletin Gaming (vB4) Details »» | |||||||||||||||||||||||||||||
v3 Arcade - Professional vBulletin Gaming (vB4)
Developer Last Online: Nov 2021
v3 Arcade is now a member of the vBadvanced family!
http://www.vbadvanced.com/forum/showthread.php?t=47571 The support forums & data from v3Arcade.com have been merged into the vBadvanced.com site. ================================= v3 Arcade for vBulletin 4.x.x For vBulletin 3.x.x, please see here. ================================= Please note... until v3Arcade.com is upgraded to vBulletin 4, some demo sites can be found here. Also, because of styling changes introduced in vB 4.0.8 to allow customized user profile pages, this version requires 4.0.8+ to be installed. "v3 Arcade" is the premiere arcade system written specifically for vBulletin. It's coded from scratch - not a port of an older version - and because it was coded specifically for vBulletin it uses the product system for code modifications & utilizes AJAX technology throughout. Here's a brief rundown of the features in this version of v3 Arcade. Supports MochiAds, v3 Arcade and IBPArcade games!
Branding Free ================================= All v3 Arcade installations carry and require a small "v3 Arcade" logo in the footer, as well as the text "Powered by v3 Arcade" which links to http:www.v3arcade.com. For information on legally removing the branding, please visit www.v3arcade.com. ================================= www.v3arcade.com ================================= If you're looking for more games, add-ons, support, tutorials, or anything Arcade related - www.v3arcade.com is the place to go. ================================= Copyright ================================= All code & images distributed in this zip is Copyright ?2010 CinVin, with the following exceptions:
Many thanks to... =================================
Change Log ================================= For the complete change log, please click here. The change log is getting too big to include inline with this thread. Download Now
Show Your Support
|
7 благодарности(ей) от: | ||
chocolate angel, GamBun, K4GAP, KevinL, MichaelDance, rootsxrocks, Sunka |
Comments |
#542
|
||||
|
||||
Quote:
|
#543
|
|||
|
|||
So far, everything works as a charm. Though I do have to admit that I dislike the fact that if you add a mochi game and you lost/won and the highscore isn't above the one you already had and you wish to re-play the game, the ads has to be shown again. Which is quite annoying if the game is a fast game. You keep have to see the ads if you wish to reload the game.
|
#544
|
|||
|
|||
I also think that the tournament needs to be a bit improved. Sharing that you can play the tournament when all slots has been filled and that you have to play xx rounds in order to complete your round to advance. Some people just play 1 game / round out of multiple.
|
#545
|
||||
|
||||
Quote:
|
#546
|
||||
|
||||
Quote:
|
#547
|
|||
|
|||
Guess I'll disable tournaments then . Though, if I may ask. Could you add to the private messages when your highscore has been beaten that links the user directly to the game?
|
#548
|
|||
|
|||
Hi,
i have a problem with one particular game where it doesn't show the highscores in the "arcade.php?do=scores&gameid=" part. I checked in the database, everything is saved correctly. And the game does know which score is the highest and which user is ranked one. But in arcade.php line 2648 onwords the $score query fails. I threw in some var_dumps and echos to compare it with other games, where it does work and found only one difference: in this query: Code:
$scores = $db->query_read(" SELECT arcade_sessions.*, user.username FROM " . TABLE_PREFIX . "v3arcade_sessions AS arcade_sessions LEFT JOIN " . TABLE_PREFIX . "user AS user ON (user.userid = arcade_sessions.userid) WHERE arcade_sessions.valid = 1 AND arcade_sessions.gameid = $game[gameid] " . iif(!empty($scorecache), 'AND (' . implode(' OR ', $scorecache) . ')') . " GROUP BY userid ORDER BY score $scoreorder, arcade_sessions.finish DESC LIMIT " . $vbulletin->options['scoresperpage'] ); it creates a line as following: Code:
AND ((arcade_sessions.score = '1618.080' AND I confirmed it by manually changeing the score via phpmyadmin to '1618.000' and now that score does show up in the highscore list. Any idea how i can fix that issue, so that this game has a highscorelist? |
#549
|
||||
|
||||
Can you send me a copy of the game or a link to where I can download it so I can do a quick test?
|
#550
|
|||
|
|||
Small issue report:
I've set the games so you can only get 1 score. However, within the profiles (Arcade Statistics) under "Latest Scores (30)" It still shows all the scores you gained in a single game. |
#551
|
|||
|
|||
@Gemma
linked you to a download via pm And found the cause i think http://dev.mysql.com/doc/refman/5.0/...ith-float.html Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|