vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vbProArcade v1.0 Flash Games Development (https://vborg.vbsupport.ru/showthread.php?t=47198)

azork 04-14-2003 02:38 PM

great thread

Jitway 04-14-2003 04:13 PM

I know it doesn't save your score unless you save that many lives but what it does is its says you lose then it takes you to a blank page that says is not available and you have to hit the back button on the browser to be able to play it again.

Jakor Sevel 04-14-2003 06:34 PM

most the games are in the first post, just as soon as futureal updates the post there will be the newer ones. And jit, then it's not the game, but something you must've done. Check everything and make sure you entered the info correctly.

Jakor Sevel 04-14-2003 06:41 PM

i think the tutorial should just be placed in the first post. Anywayz *goes off to look for more games* oh yea, thanks for the icons.

drumsy 04-14-2003 06:48 PM

Since no one will provide the installation query's, where can I find more information on how to write the query myself using the information provided?

Jakor Sevel 04-14-2003 07:24 PM

sorry, i would provide the queries but i dunno how to do them.

MentaL 04-14-2003 07:45 PM

u need to use phpmyadmin .. sum1 posted a tutorial on how to do it on the um.. other pro acrade thread..

MentaL 04-14-2003 07:49 PM

Quote:

Yesterday at 01:33 AM DigitalDesktops said this in Post #592
Alien Attack

Game Identifer: alien_invaders
Game Hash Offset: 5
Score Return Variable: $treffer

Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="500">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">
<param name=loop value=false>
<param name=menu value=false>
<param name=quality value=high>
<param name=bgcolor value=#000000>
<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="500">
</embed>
</object>

Enjoy! :D


this doesnt work.. it says its loading but all i see is just a blakc patch O_O..

Jakor Sevel 04-14-2003 08:04 PM

Evil, i'm having trouble converting two games. I need to make a submit button, but I just can't seem to make one. Can you make a little more detailed tutorial? or tell me a little better cause in the tutorial i wasn't sure on how to do it.

MentaL 04-14-2003 08:26 PM

i got it working know :)

-Sidekick- 04-14-2003 08:32 PM

Quote:

Today at 02:42 PM drumsy said this in Post #644
Since no one will provide the installation query's, where can I find more information on how to write the query myself using the information provided?
If you use MySQL go to http://www.mysql.com/ and look at the manual.

DigitalDesktops 04-14-2003 08:51 PM

Quote:

Today at 09:43 PM mentalrz said this in Post #647
this doesnt work.. it says its loading but all i see is just a blakc patch O_O..

hmm

try reuploading the .swf and use this HTML code:

Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="500">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">
<param name=loop value=false>
<param name=menu value=false>
<param name=quality value=high>
<param name=bgcolor value=#000000>
<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="500">
</embed>
</object>


MentaL 04-14-2003 09:13 PM

ye it was that.. i fixed it earlyr...

Jakor Sevel 04-14-2003 09:45 PM

I am proud to present, a game featuring one of my favorite tv shows of all times! ^_^

The Simpsons Shooter

Score Variable: $total
Hash Offset: 5

html:

Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="450" height="450">
<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_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="450" height="450">
</embed></object>


DigitalDesktops 04-14-2003 09:48 PM

Quote:

Today at 11:39 PM Jakor Sevel said this in Post #653
I am proud to present, a game featuring one of my favorite tv shows of all times! ^_^

The Simpsons Shooter

Score Variable: $total
Hash Offset: 5

html:

Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="450" height="450">
<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_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="450" height="450">
</embed></object>


great game Jakor Sevel :). if you post the .fla i could probably translate it to english. :p

Jakor Sevel 04-14-2003 09:50 PM

here's the .fla

DigitalDesktops 04-14-2003 09:53 PM

I made a thumbnail for The Simpsons Game. :)

Jakor Sevel 04-14-2003 09:54 PM

thanks digital

Jakor Sevel 04-14-2003 09:59 PM

dang it, i can't find the jewels icon, can anyone just attach it to their next post? thanks.

kamu 04-14-2003 11:16 PM

jewels icon

MentaL 04-14-2003 11:22 PM

we need multi player games O_O..

DigitalDesktops 04-14-2003 11:24 PM

anyone else any other flash site other than flashkit.com?

Jakor Sevel 04-14-2003 11:52 PM

i don't think it's possible for multiplayer, maybe futureal will have it in the next version, whenever that may be (if it ever happens). Or maybe someone here would be willing to do an addon, but i think for it to happen, it'd be kinda tricky.

-Sidekick- 04-15-2003 01:25 AM

Along with the tons of queries on the arcade main, I noticed there's a nice amount of queries coming along with showthread now with the champion system. :(

Erwin 04-15-2003 01:38 AM

Quote:

Today at 11:46 AM Jakor Sevel said this in Post #662
i don't think it's possible for multiplayer, maybe futureal will have it in the next version, whenever that may be (if it ever happens). Or maybe someone here would be willing to do an addon, but i think for it to happen, it'd be kinda tricky.

You cannot have multiplayer flash games unless you run an XML server.

gwhooooey 04-15-2003 02:41 AM

Did anyone manage to change that simpsons game to English?

DigitalDesktops 04-15-2003 03:25 AM

Star Flight

Game Identifer: star_flight
Game Hash Offset: 5
Score Return Variable: $scoretxt

HTML CODE:
Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="350" height="500">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">
<param name=loop value=false>
<param name=menu value=false>
<param name=quality value=high>
<param name=bgcolor value=#000000>
<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="350" height="500">
</embed>
</object>

Enjoy. :)

gwhooooey 04-15-2003 03:27 AM

What's that game like?

The Wedge 04-15-2003 04:29 AM

Quote:

Today at 05:19 AM DigitalDesktops said this in Post #666
Star Flight

Game Identifer: star_flight
Game Hash Offset: 5
Score Return Variable: $scoretxt

HTML CODE:
Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="350" height="500">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">
<param name=loop value=false>
<param name=menu value=false>
<param name=quality value=high>
<param name=bgcolor value=#000000>
<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="350" height="500">
</embed>
</object>

Enjoy. :)


its actually called flasteroids, i edited that myself but forgot to post it, oh well..

EvilLS1 04-15-2003 05:00 AM

Pong-Solo

This is similar to the ping pong game except it can be resized to higher resolution.
It also has "submit score" and "try again" buttons to keep low scores from being automatically submitted.

Game Identifier: pongsolo
Filename: pongsolo.swf
Game Hash Offset: 5
Score Return Variable: $score

Game courtesy of James Drake from Stem Media Gr?ppe.

HTML
Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="440" height="225">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]">
<param name=loop value=false>
<param name=menu value=false>
<param name=quality value=high>
<param name=bgcolor value=#000000>
<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="500">
</embed>
</object>


EvilLS1 04-15-2003 05:14 AM

Quote:

Yesterday at 09:58 PM Jakor Sevel said this in Post #648
Evil, i'm having trouble converting two games. I need to make a submit button, but I just can't seem to make one. Can you make a little more detailed tutorial? or tell me a little better cause in the tutorial i wasn't sure on how to do it.
Just go to the layer where you want the button to appear, then look up at the top and click window + common libraries + buttons. Find the button that you want and then drag it to the scene. Once you have it in the scene click on it to highlight it and just paste the code that I posted in the tutorial. Then you can add some text like "save score" on the button..

DarkDraco07 04-15-2003 05:55 AM

futureal needs to update the 1st post.... im getting lost in all these new games

netware 04-15-2003 06:47 AM

Icon added for game StarFlight (Flasteroids)

simple Icon !

netware 04-15-2003 06:57 AM

Icon added for game Simpson Shooter

color

joecool 04-15-2003 07:38 AM

Alien Invasion

I wassnt suppose to add any of my modifyed games here (cuz they all sucks) but i changed my mind, so here is the first of 3 i have modifyed. In the zip you will get:

modifyed game
thumb pic
king icon
readme file

In the readme file you will see both a manual install and a Query for those of you who have problems to install the games manual.

Special note about this game:
like i sad before, the games i have modify sucks and you can ONLY get 30 points in this one, after that you have saved the earth and the game end.

anyway, i'm adding it so people can use it if they want ;) have fun! and i'm adding the other 2 games i (Spinal) have modify after i'm done with the Query of them (the rest is already done)

Edit:
1 person d/l this game before i noticed a small error in the Query, this has now been fixed but that person who d/l it migh wanna d/l it again. I also noticed that i gave wrong credits in Pigy Trap, that has also been fixed now and 1 person had d/l that one too before i noticed (and fixed) it ;)

joecool 04-15-2003 07:55 AM

Breakout 2

I wassnt suppose to add any of my modifyed games here (cuz they all sucks) but i changed my mind, so here is the 2nd of 3 i have modifyed. In the zip you will get:

modifyed game
thumb pic
king icon
readme file

In the readme file you will see both a manual install and a Query for those of you who have problems to install the games manual.

joecool 04-15-2003 08:17 AM

Pigy Trap

I wassnt suppose to add any of my modifyed games here (cuz they all sucks) but i changed my mind, so here is the last of 3 i have modifyed. In the zip you will get:

modifyed game
thumb pic
king icon
readme file

In the readme file you will see both a manual install and a Query for those of you who have problems to install the games manual.

Special note about this game:
This game has already been modify by one of those german boards, but that version DOESN'T work on vb 2.0, thats why i modify it myself ;)

joecool 04-15-2003 10:57 AM

Bug report:

Pong Solo: cant get more then 46 points, after that the ball goes thrue the wall (i have tryed 25 times)

Star Flight: you're score wont be saved if you play it to the end (there is 10 levels)

Alien Invasion : you're score wont be saved if you managed to save the world (so if you get 30 points, dont hit the ship again, kill yourself)

DigitalDesktops 04-15-2003 11:58 AM

Quote:

Today at 12:51 PM joecool said this in Post #677
Bug report:

Pong Solo: cant get more then 46 points, after that the ball goes thrue the wall (i have tryed 25 times)

Star Flight: you're score wont be saved if you play it to the end (there is 10 levels)

Alien Invasion : you're score wont be saved if you managed to save the world (so if you get 30 points, dont hit the ship again, kill yourself)


actually Starflight only has 9 levels. so you have to submit the score before that level is over. if you edit the .fla you can adjust the setttings. you can set the timer to like 100000 seconds so the game never ends. :p

NuclioN 04-15-2003 12:10 PM

A while ago i and some others suggested that the roulette game would inhance big time when this game can work with the points from the store hack. So, when you play roulette the points decrease your total points in the store/bank and if you submit the score it will not only update the arcade score but the points in the store as well. Is there someone who has tried this? Can this be done in the first place.


All times are GMT. The time now is 10:27 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02310 seconds
  • Memory Usage 1,839KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete