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 |
#42
|
||||
|
||||
Quote:
If you want to install v3arcade type games (zip format) or IPB type games (tar format) upload the said files to your admincp/games folder. Then in AdminCP>v3Arcade>Import Games> Choose the Mass Import option that coincides with what game type you uploaded and click Start. If you are installing games manually (already converted but not in zip or tar format), go to AdminCP>v3Arcade>Import Games>Manually Add Game and fill in the details For example- The .swf gets uploaded to your games folder and the two images (one 20*20px and one 50*50px) get uploaded to your images/arcade folder. Game Title: simple enough ie Pacman Description: blah blah blah Game System: you would need to know what type on conversion they were made for Shortname: pacman Game SWF File: ie pacman.swf Height: varies per game Width: as above Standard Thumbnail Image: ie pacman1.jpg Miniature Mode Thumbnail Image : ie pacman2.jpg Then fill in the last couple of details. For Mochi Games read through this post (parts 6 & 7) - http://www.v3arcade.com/forums/showthread.php?t=1934 Once you have set up your Mochi account, you have access to thousands of games and the install process is as easy as clicking a few buttons |
#43
|
|||
|
|||
I just downloaded the one from here and same error. Any help will be greatly appreciated.
|
#44
|
|||
|
|||
Great mod.
On high score, is it possible to shrink player image to fit within column space? Some player images are larger and ruin look. This runs very fast and smooth. Thanks again. |
#45
|
||||
|
||||
Quote:
Code:
<img src="{vb:raw score.useravatar}" align="{vb:stylevar left}" class="v3_gameicon" alt="" {vb:raw score.avdimensions}/> Code:
<img src="{vb:raw score.useravatar}" align="{vb:stylevar left}" class="v3_gameicon" alt="" height="50"/> |
#46
|
|||
|
|||
Thanks for such amazingly quick response....
One more issue on import of TAR games (from IPB). I put all the TAR files in the right place and CHMOD'd folders to 777 as specificed. Upon import, I get this error Quote:
Thoughts? |
#47
|
|||
|
|||
Quote:
Would this be the code that also fixes that? I tried it and it doesnt seem to have an impact. Thanks! Doc |
#48
|
||||
|
||||
Sorry I thought you meant on the highscores list
Open v3ARCADE_Main and find Code:
<vb:if condition="$show['avatar']"> <div> <vb:if condition="!$player['userid']"> <img class="v3_gameicon" src="{vb:raw player.avatarurl}" alt="" border="0"/> <vb:else /> <a href="{vb:link member, {vb:raw bbuserinfo}}<vb:if condition="$vboptions['friendlyurl'] < 3">&<vb:else />?</vb:if>tab=v3arcade_stats"><img class="v3_gameicon" src="{vb:raw player.avatarurl}" alt="" border="0" /></a> </vb:if> </div> </vb:if> Replace it with Code:
<vb:if condition="$show['avatar']"> <div> <vb:if condition="!$player['userid']"> <img class="v3_gameicon" src="{vb:raw player.avatarurl}" height="xxx" alt="" border="0"/> <vb:else /> <a href="{vb:link member, {vb:raw bbuserinfo}}<vb:if condition="$vboptions['friendlyurl'] < 3">&<vb:else />?</vb:if>tab=v3arcade_stats"><img class="v3_gameicon" src="{vb:raw player.avatarurl}" height="xxx" alt="" border="0" /></a> </vb:if> </div> </vb:if> |
#49
|
||||
|
||||
Hi,,,, Running 4.0.8
When the game is over I get this Quote:
thx |
#50
|
||||
|
||||
Quote:
|
#51
|
||||
|
||||
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|