Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases
FAQ Community Calendar Today's Posts Search

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
  #1062  
Old 05-13-2003, 03:03 PM
Baptizer Baptizer is offline
 
Join Date: Nov 2001
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone have a copy of the zip file for Solitaire(the version that does not have the LEO cards and has the pre-loader). The link on page 53 of this thread is a dead link
Reply With Quote
  #1063  
Old 05-13-2003, 03:23 PM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's another solitaire. Card deck change, background and timer + autoscore. Info in zip. Enjoy.
Reply With Quote
  #1064  
Old 05-13-2003, 03:32 PM
Baptizer Baptizer is offline
 
Join Date: Nov 2001
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you, Nuclion! I'll download it as soon as I get home from work!

The work everyone has done here is fantastic! Its amazing how much you all are accomplishing and is definitely appreciated by my community! Keep up the good work!

edit: on a side note, did anyone update the 'simon says' game to include a timer or anything? I read through almost all the posts here(a lot of good reading!) and noticed that you could simply write down the color combinations, and in an essence, cheat.
Reply With Quote
  #1065  
Old 05-13-2003, 05:55 PM
Intex Intex is offline
 
Join Date: Apr 2002
Posts: 576
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EvilLS1 Thx. for the info. But surely this will stack the crowns on top of each other, rather than next to each other along the horizontal?


Quote:
Yesterday at 12:39 AM EvilLS1 said this in Post #1051
Check this post to fix the problem and still use the icons:
https://vborg.vbsupport.ru/showthrea...885#post343885
Reply With Quote
  #1066  
Old 05-13-2003, 07:40 PM
Baptizer Baptizer is offline
 
Join Date: Nov 2001
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quick question: For Solitaire, exactly how do you quit the game so that the score gets entered into the table? I cannot find out how to do this! I can play the game, but cannot get it to exit the game
Reply With Quote
  #1067  
Old 05-13-2003, 11:32 PM
Darkmeteor Darkmeteor is offline
 
Join Date: Nov 2001
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It seems a bunch of games don't even know variables are sent to em. Like X Breakout, hexxagon. That's also why it don't work on forums that are in subfolders.

I tried to edit the games to add a getURL function that take the incoming variables from HTML. It doesn't work at all.... I don't understand why since it worked in Funky Pong. (I forgot who did it for that game)
Reply With Quote
  #1068  
Old 05-14-2003, 12:04 AM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's a difficult problem indeed Darkmeteor. Some games do have realy a gamename and url in the source that must be specified or the game will never work. Some games require an exact position of a button or scorevariable script. They load the score from a certain layer or level and if the button is not on the right spot it shall not work.

I've seen very wierd methods of launching the score data trough the game and eventualy to the point 'gameover'. Sometimes there is no scorevariable but only a small window where points are going up or down. Strange enough the small simple games are harder to modify because of that basic method of score handling. Or they have stunning mathematics inside like the Electrotank minigolf. That game checks multiple points before you can proceed and it will freeze if a variable is not correct. Horrible!

There's a pinball swf around with the name 'JungleQuest' and it's a great game but it's source shows no scorevariable and that's very strange.
Reply With Quote
  #1069  
Old 05-14-2003, 12:09 AM
Darkmeteor Darkmeteor is offline
 
Join Date: Nov 2001
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah, I've spent like 6 straight hours yesterday trying to understand how games handle variables, and it's different in each damn game..
Reply With Quote
  #1070  
Old 05-14-2003, 12:21 AM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep. But still 90 % of the games i've looked at are eventualy working. I must stop cracking games because the page is loading to slow. The real problem is the copyright and there often is no copyright at all because the author had never expected that his swf without the fla would load it's highscore in a vb forum. And these swf games are downloadable from many many so called gameportals that ripped it or link to it with multiple banners.

I've found out that a mail to the author almost never works, there's no respons or they trow you a list with unbelievable expensive games in the mail. Thank you ma'm.
Reply With Quote
  #1071  
Old 05-14-2003, 12:27 AM
Darkmeteor Darkmeteor is offline
 
Join Date: Nov 2001
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

haha, look at this site : http://www.edesign.uk.com/gamezone.htm#

?350 for the space invaders .fla
Reply With Quote
Reply


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 09:57 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.05317 seconds
  • Memory Usage 2,304KB
  • Queries Executed 27 (?)
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
  • (1)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
  • (4)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_postinfo_query
  • fetch_postinfo
  • 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