Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
vbProArcade v1.0 Flash Games Development Details »»
vbProArcade v1.0 Flash Games Development
Mod Version: 1.00, by futureal (Coder) futureal is offline
Developer Last Online: Mar 2009 I like it Show Printable Version Email this Page

This modification is in the archives.
vB Version: 2.2.x Rating: (2 votes - 5.00 average) Installs: 84
Released: 01 Jan 2003 Last Update: Never Downloads: 224
Not Supported Is in Beta Stage  

vbProArcade v1.0 Flash Games Development Thread

This thread is intended to provide support for those who wish to find new games for their Arcades, or wish to assist in the development of new games for vbProArcade, or wish to modify existing, open-source Flash games for use with vbProArcade.

Note to vbulletin.org moderators: I could not find an appropriate place for this thread, other than the Beta Hacks forum, so here it is. If you feel this should be moved somewhere else, by all means do so. An additional reason I posted it here was because, to my knowledge, only registered users can view this thread, which may contain hack code at one point or another.

For the hack itself, you will need to see this thread. The Flash Development thread that you see here is just that, and should only be for the discussion of creating/modifying games to work with vbProArcade. Any discussion of or support for the hack itself will be conducted in the other thread.

For documentation on how to modify a game to work with vbProArcade, please see the vbProArcade documentation, which will always be contained in this post. I will try and update this post whenever I update the documentation itself.

A list of current games can you find in the second post.

Before you modify ANY game's source or post it here, you must MAKE SURE that you have the author's permission to modify and redistribute the code, compiled or otherwise.

As games are modified and posted, I will update this post to list them, so that people running vbProArcade may find and install them more easily.

Download Now

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
vbProarcade requirements to play games addon Dark Jim vBulletin 2.x Beta Releases 18 11 Nov 2003 18:28

  #1006  
Old 29 Apr 2003, 16:47
trafix's Avatar
trafix trafix is offline
 
Join Date: Dec 2002
i just installed save me and it wont auto end i went out for a smoke and it is still going .... lol
Reply With Quote
  #1007  
Old 29 Apr 2003, 17:13
futureal futureal is offline
 
Join Date: Feb 2002
You can see Beta 2.1 running on Shadows: http://www.shadowsofnamek.com/forum/proarcade.php

You'll notice the reduced query count on the main arcade page, as well as some minor bug fixes that had been bothering people.

The bare minimum, SQL-wise, is one query per game. With a large score table, there is already quite a bit of PHP going on to process all the scores that come from those queries. However, I am thinking of testing another version that just does one query for ALL of the games/scores and then processes it via PHP.

When I went from the multiple queries to all PHP, the page load time actually increased, but the number of queries dropped dramatically.
__________________
Editor, Xtreme RC Cars Magazine
Owner, R/C Tech
Reply With Quote
  #1008  
Old 29 Apr 2003, 19:03
Jakor Sevel Jakor Sevel is offline
 
Join Date: Oct 2002
nope evil, never had that problem. but the members complain cause it's so easy to lose, lmao. The highscore on my board is 1250, lmao. Oh well
Reply With Quote
  #1009  
Old 29 Apr 2003, 21:52
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Today at 08:03 PM Jakor Sevel said this in Post #1008
nope evil, never had that problem. but the members complain cause it's so easy to lose, lmao. The highscore on my board is 1250, lmao. Oh well
Hehe.. Just like real casino blackjack its hard to beat the dealer. Highest score on my board is 12,000.. and it belongs to me.
Reply With Quote
  #1010  
Old 29 Apr 2003, 22:20
eoc_Jason's Avatar
eoc_Jason eoc_Jason is offline
 
Join Date: Dec 2001
LOL... my members high score in BJ is 20,000! and 157,500 in Roulette!!!

I think I'm going to have to take some of them to Vegas... lol...

Here's my game page:
http://forums.extremeoverclocking.com/proarcade.php
__________________
My Site: EXTREME Overclocking

Do not PM me with your iTrader problems or asking for the code. I will just delete your PM without reading it.
Reply With Quote
  #1011  
Old 30 Apr 2003, 00:01
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Yesterday at 11:20 PM eoc_Jason said this in Post #1010
LOL... my members high score in BJ is 20,000! and 157,500 in Roulette!!!

I think I'm going to have to take some of them to Vegas... lol...

Here's my game page:
http://forums.extremeoverclocking.com/proarcade.php
New best blackjack score is 20,180. 500,000 on roulette. I have no life. :laugh:
Reply With Quote
  #1012  
Old 30 Apr 2003, 01:26
trafix's Avatar
trafix trafix is offline
 
Join Date: Dec 2002
Blackjack error

i added bj yesterday and one of my members reported an error

I was playing BlackJack and got a higher score then my original top score, so I hit the send score button, and I got an error message that the score has been invalidated because I was cheating or something to that effect. I wasn't cheating.
Reply With Quote
  #1013  
Old 30 Apr 2003, 04:24
EvilLS1's Avatar
EvilLS1 EvilLS1 is offline
 
Join Date: Apr 2002
Re: Blackjack error

Today at 02:26 AM trafix said this in Post #1012
i added bj yesterday and one of my members reported an error

Actually a few of my members have reported the same thing with several different games including the ones that came with vbproarcade. Nothing in the game itself should make it do that. Maybe a browser issue or something to do with the session timing out.
Reply With Quote
  #1014  
Old 30 Apr 2003, 20:25
Jakor Sevel Jakor Sevel is offline
 
Join Date: Oct 2002
every game can report that error. Simply clicking the link a second time before it loads can make that happen, as well as reaching the game via your back button. I suggest when you enter a game, you hit refresh first, that way it loads and you know you won't get that error (at least i haven't yet).
Reply With Quote
  #1015  
Old 30 Apr 2003, 20:28
GaleForce GaleForce is offline
 
Join Date: Sep 2002
Re: Blackjack error

Today at 02:26 AM trafix said this in Post #1012
i added bj yesterday and one of my members reported an error
There is a small code edit for the vbproarcade.php file that will fix that problem, look on the main thread, I asked about it recently. Also, you could just wait until v2.1 to come out and upgrade.
Reply With Quote
  #1016  
Old 30 Apr 2003, 20:57
PixelFx PixelFx is offline
 
Join Date: Dec 2002
hmm for adding games I just right click the add game link and make a new window, then add the game, so I can reference the other games already install, then hit submit and refresh my admin. so far I haven't had any major issues with game installs doing it that way.
Reply With Quote
  #1017  
Old 01 May 2003, 02:54
eoc_Jason's Avatar
eoc_Jason eoc_Jason is offline
 
Join Date: Dec 2001
Re: Re: Blackjack error

I searched and couldnt' find your post that you were talking about... could you post a link to it directly plz?

Today at 03:28 PM GaleForce said this in Post #1015
There is a small code edit for the vbproarcade.php file that will fix that problem, look on the main thread, I asked about it recently. Also, you could just wait until v2.1 to come out and upgrade.
__________________
My Site: EXTREME Overclocking

Do not PM me with your iTrader problems or asking for the code. I will just delete your PM without reading it.
Reply With Quote
  #1018  
Old 01 May 2003, 03:41
GaleForce GaleForce is offline
 
Join Date: Sep 2002
For some reason I cannot find it...
__________________
GaleForce
Reply With Quote
  #1019  
Old 01 May 2003, 13:48
trafix's Avatar
trafix trafix is offline
 
Join Date: Dec 2002
Another prob...

EDIT.....FIXED



This is game 2 that dosnt work the other is the simpsons.. at end redirects to cheat error page regardless

Last edited by trafix : 01 May 2003 at 13:54.
Reply With Quote
  #1020  
Old 01 May 2003, 18:43
gwhooooey gwhooooey is offline
 
Join Date: Feb 2003
I'm still having a problem with eggs not loading properly for some strange reason
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Jump


New To Site? Need Help?

All times are GMT. The time now is 16:03.

Layout Options | Width: Wide Color: