Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases

Reply
 
Thread Tools
vbProArcade v1.0 Flash Games Development Details »»
vbProArcade v1.0 Flash Games Development
Version: 1.00, by futureal futureal is offline
Developer Last Online: May 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 12-31-2002 Last Update: Never Installs: 83
Is in Beta Stage  
No support by the author.

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.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 01-13-2003, 06:34 PM
Martin64's Avatar
Martin64 Martin64 is offline
 
Join Date: Nov 2001
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by eckels2
Tried adding it to Afterblur with the query you gave, DJ, and was returned a whole list of errors. Before I start listing them here, has anyone else been successful with adding this game?
Did that for me as well until I clicked quote on Dark Jim's post and grabbed the query from there, I don't know why it doesn't seem to display properly through the postbit (I tested it like 5 times before quoting and being able to run the query).

Well...test that. Simon is up and work on my boards as well, nice job Dark Jim.
Reply With Quote
  #43  
Old 01-13-2003, 06:34 PM
BrAinZ's Avatar
BrAinZ BrAinZ is offline
 
Join Date: Dec 2001
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep.. Instructions for Simon seemed to work fine via the Control panel.

Looks to be working OK so far !

THANKS !!!
Reply With Quote
  #44  
Old 01-13-2003, 06:51 PM
BrAinZ's Avatar
BrAinZ BrAinZ is offline
 
Join Date: Dec 2001
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about Hexxagon, has anyone tried to get that working ?
Reply With Quote
  #45  
Old 01-13-2003, 07:43 PM
Dark Jim's Avatar
Dark Jim Dark Jim is offline
 
Join Date: Apr 2002
Location: Netherlands
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Martin64


Did that for me as well until I clicked quote on Dark Jim's post and grabbed the query from there, I don't know why it doesn't seem to display properly through the postbit (I tested it like 5 times before quoting and being able to run the query).

Well...test that. Simon is up and work on my boards as well, nice job Dark Jim.
Hmm yeah that must be it because I exported it from phpmyadmin and copied that into my post.
Reply With Quote
  #46  
Old 01-13-2003, 08:06 PM
Lanigironu Lanigironu is offline
 
Join Date: Mar 2002
Location: Toronto, Canada
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's a link to a freely-available Frogger clone if anybody wants to convert it:

http://www.flashkit.com/movies/Games...5654/index.php
Reply With Quote
  #47  
Old 01-14-2003, 12:58 AM
nymyth nymyth is offline
 
Join Date: Jun 2002
Location: New York
Posts: 367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1. save game icon to desktop
2. save crown icon to desktop
3. upload simon.swf to your games folder
4. go to the arcade admin panel and click on add game and enter the following information :

Game Identifier : hexxagonfinal
Game Title : Hexxagon
Game Description : * describe it in your own words *
- browse to the champion icon on desktop
Champion text for Simon Says : Hexxagon Champion
Champion text color : #FF0000
- browse to game icon on desktop
Filename : hexxagonfinal.swf
Game Hash Offset : 5
Score Return Variable : $hexxagonfinalscore

and then HTML Code For Game :


PHP Code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-4553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="375" HEIGHT="285">
<
PARAM NAME="movie" VALUE="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">
<
PARAM NAME="quality" VALUE="high">
<
PARAM NAME="menu" VALUE="false">
<
EMBED src="$vpa_gameurlWIDTH="375" HEIGHT="285" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</
EMBED></OBJECT
Should be all good:

ps..oh by the way people

PHP Code:
// set up vars to return
vpaver "100B2";
scorevariable score;
action "gameover";
game gamename;
score_loc location "/proarcade.php";

// this needs to match the Admin CP value
// and should be between 0 and 31
hashoffset 5;

// do security shuffle to return newhash
subhash1 gamehash.substr(0,hashoffset);
subhash2 gamehash.substr(hashoffset);
newhash subhash2.concat(subhash1);

// redirect back to vbProArcade
getURL (score_loc"_self""POST"); 
when you open up the fla file.....go down to game...in the last keyframe drop that code in right before the stop function.....anyone have any problem with flash lemme know...ill help u out.....if you guys want games changed....put up a link to where i can get the source file and ill fix it up for u...ENJOY

NOTE: ILL PUT UP THE .FLA and .SWF when i get it to work...not redirecting to comments and scores
Reply With Quote
  #48  
Old 01-14-2003, 01:42 AM
Da`Nacho Da`Nacho is offline
 
Join Date: Mar 2002
Location: Fort Worth, Texas
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by nymyth
Game Identifier : hexxagonfinal
Game Title : Hexxagon
Game Description : * describe it in your own words *
- browse to the champion icon on desktop
Champion text for Simon Says : Hexxagon Champion
Champion text color : #FF0000
- browse to game icon on desktop
Filename : hexxagonfinal.swf
Game Hash Offset : 5
Score Return Variable : $hexxagonfinalscore
Umm you got a fixed .swf for hexxagon to go with this?
Reply With Quote
  #49  
Old 01-14-2003, 02:10 AM
nymyth nymyth is offline
 
Join Date: Jun 2002
Location: New York
Posts: 367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

alright people...sorry theres something that i cant figure out....the game works on the site...but when the game is over it doesnt direct me the comment page and the users score doesnt show up...anyone know whats up??

Peace

for..this hexxagon and simon

now i know the variable within both games is $score however in the proarcade.php the variable seems to be $theScore....so i went in and changed around the variables within the games to follow suit.....but it still doesnt work...any ideas
Reply With Quote
  #50  
Old 01-14-2003, 02:59 AM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found a game that would be a great addition to arcades everywhere (and the death of 56k for that matter, the SWF alone is almost 1 MB, the FLA is over 4 :speechless:.

It's a nice 3D space shooter. Maybe someone can get it to work soon.

http://www.flashkit.com/movies/Games...7722/index.php

Or maybe even get the alien attack version of it up too! (This is for all the 56k people, the file is much much smaller.)

http://www.flashkit.com/movies/Games...6993/index.php
Reply With Quote
  #51  
Old 01-14-2003, 03:20 AM
xxxsaint's Avatar
xxxsaint xxxsaint is offline
 
Join Date: Jun 2002
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
alright people...sorry theres something that i cant figure out....the game works on the site...but when the game is over it doesnt direct me the comment page and the users score doesnt show up...anyone know whats up??
I've been trying different variations myself but so far I've had no luck. Here's the .fla file in case someone else out there would like to give us a hand at it.
Reply With Quote
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:38 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.13510 seconds
  • Memory Usage 2,325KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete