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)

Mr L 03-30-2003 08:29 PM

The second is Star Wars Shooter...

...files attached again.

gwhooooey 03-31-2003 04:53 PM

Any news on frogger and Donkey kong or other cool games like that?

A site I go to has frogger in their arcade but not a high score thingy for it....how would i do that if it's not possible to have a high score.

Any help would be good 8-)

Littlebit 03-31-2003 07:01 PM

Hi,
I'm having my windows users say that they are getting a blank white playing screen instead of the game once they click on the link to play asteroids. It's my first time adding a game, does anyone know what I may have done wrong?
On macs it loads and you can play asteroids no problem (of course they have other redirect issues when any game ends). But I thought it was weird that its just not showing up for PC users.
:ermm:

DigitalDesktops 04-01-2003 02:54 AM

Quote:

03-30-03 at 10:06 PM dstruct2k said this in Post #358
X-Ball is ok... But to me, it looks like a version of Breakthru that was never completed. I think I'll leave this one alone... Some of my members have been requesting games like Pong and Centepede... Anyone wanna try to make either of these compatable? I'd really apreciate it.

Oh, and a modified version of Hexxagon would be nice, where if you win, you keep playing games against the computer until you lose. So if I beat the computer, I get to play another game, and another, until my winning streak is put to an end. Then, your total score would get sent to the scoreboard. I'll take a look at the FLA file later and see if I can make that change.

I'd be willing to try. Find me the .fla file and i'll see what i can do.

Quote:

Yesterday at 09:01 PM Littlebit said this in Post #362
Hi,
I'm having my windows users say that they are getting a blank white playing screen instead of the game once they click on the link to play asteroids. It's my first time adding a game, does anyone know what I may have done wrong?
On macs it loads and you can play asteroids no problem (of course they have other redirect issues when any game ends). But I thought it was weird that its just not showing up for PC users.
:ermm:

make sure you've got the right path to the .swf file.

-Sidekick- 04-01-2003 03:09 AM

Quote:

Yesterday at 04:29 PM HLodder said this in Post #360
The second is Star Wars Shooter...

...files attached again.

I attempted to modify Star Wars Shooter to make it work with vbArcade. I couldn't even get the .fla to open in Flash. I kept getting a error.

Mr L 04-01-2003 05:56 AM

Quote:

Today at 05:09 AM -Sidekick- said this in Post #364


I attempted to modify Star Wars Shooter to make it work with vbArcade. I couldn't even get the .fla to open in Flash. I kept getting a error.

It opens with Flash MX ok. Unfortunatly I don't have the skillset to do the work on the high score stuff. :(

Littlebit 04-01-2003 11:31 AM

Hi Digital,
I noticed people are playing now without a hitch...I had copy and pasted some html code from one of these old posts and I believe it was one of the few chunks of html code that was a bit different...I deleted it and added html code from one of my other games and it seemed fix it. It was weird because it loaded for mac users though :confused:
oh well, all's better. thank you for replying :)

Mijae 04-02-2003 08:55 AM

someone add pong :D

NuclioN 04-02-2003 10:28 AM

The amount of games to share for the arcade would improve dramaticly if someone adds a step by step tutorial on how to search the scorevariable and how to implement the final code.
I saw that the code is pretty regular in all the games.

Also, i see that it's a problem for a couple of people to share their new games. That can create a 'if you don't share, i will not share' environment.

drumsy 04-02-2003 07:21 PM

Can we make a request that when someone releases a new game, they also include the MySQL query to run, since some people can't manually install the games due to safe mode being on and image issues?

DigitalDesktops 04-02-2003 10:05 PM

atm i'm working on making the two games Hlodder posted(Post 359 & 340) compatible with the arcade.

Mr L 04-02-2003 10:29 PM

Quote:

Today at 12:05 AM DigitalDesktops said this in Post #370
atm i'm working on making the two games Hlodder posted(Post 359 & 340) compatible with the arcade.
Digital,

This is great news... :D ...just wish I had the skillset to do them!

Cheers.

Harvey.

-Sidekick- 04-02-2003 10:41 PM

Quote:

Today at 06:28 AM NuclioN said this in Post #368
The amount of games to share for the arcade would improve dramaticly if someone adds a step by step tutorial on how to search the scorevariable and how to implement the final code.
I saw that the code is pretty regular in all the games.

Also, i see that it's a problem for a couple of people to share their new games. That can create a 'if you don't share, i will not share' environment.

Either you know how to modify flash well or you don't. I personally don't know how to modify flash, but my buddy that does knew instantly what the directions for modifying games meant.

gwhooooey 04-02-2003 10:49 PM

What info would I have to enter for these 2 games?

http://www.flashkit.com/movies/Games...-436/index.php

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

...and if you can't do a high score board thingy for it, how would I add it anyway so users can play but just not get high scores.

And also how would I add any of the games on....

https://vborg.vbsupport.ru/showthrea...threadid=42196

...there?

Thanks for anyone who can help

DigitalDesktops 04-02-2003 10:59 PM

Quote:

Today at 12:49 AM gwhooooey said this in Post #373
What info would I have to enter for these 2 games?

http://www.flashkit.com/movies/Games...-436/index.php

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

...and if you can't do a high score board thingy for it, how would I add it anyway so users can play but just not get high scores.

And also how would I add any of the games on....

https://vborg.vbsupport.ru/showthrea...threadid=42196

...there?

Thanks for anyone who can help

you would have to add:

// 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");

some where on the Action Layer. but you need to find the score variable first. i'm also working on modifying frogger, but so far no luck.

Link14716 04-03-2003 11:52 PM

I have attempted Kill Kenny, however, it redirected to /proarcade.php instead of /forums/proarcade.php and when I got it to redirect properly, it gave me an "Invalid Game Specified" error.

dstruct2k 04-04-2003 12:37 AM

I have modified, and am running, the Star Wars: TIE Fighter game... Give me a couple minutes to get it together, and I'll post it up here.

DigitalDesktops 04-04-2003 12:54 AM

Quote:

Today at 01:52 AM Link14716 said this in Post #375
I have attempted Kill Kenny, however, it redirected to /proarcade.php instead of /forums/proarcade.php and when I got it to redirect properly, it gave me an "Invalid Game Specified" error.
make sure you don't change this bit of 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");

dstruct2k 04-04-2003 12:59 AM

TIE Fighter

Game Hash Offset: 5
Score Return Variable: $score
HTML Code for Game:
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>

Enter this query or add it via Admin CP:
PHP Code:

INSERT INTO arcadegames VALUES (NULL, 'starwars', 'Tie Fighter', 'Shoot down the enemies before they shoot you!', 'starwars.swf', 'starwars.gif', 'GIF89a\0\0?\0\0\0\0??????????????څ????ߔ???????Ƥ????կ????????UVV?????ϰ????????T8F/\r\\@?ͅ?̐۷???t???~U?v.M6??9?f/??U0#??JŗX??X?lE_?Y?vP??q?ǚѵ?????????????    5&7*\Z???             ???\r\n??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????___????????????????????????????????????   ?????????????????????????????????????????????????????????????????????????????????????????????~~~|||{{{yyyxxxwwwvvvuuurrrpppooonnnmmmlllkkkjjjiiihhhgggfffeeecccbbb```^^^]]][[[XXXVVVRRRNNNLLLHHHFFFAAA???>>>999222000///---,,,***)))((($$$    \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0,\0\0\0\0\0\0\0?\0?    dǃ??!??6?!?o??(s?p??Ck??l??e?3?\rYЀ??Ȑ!?J?ąͤC?<ٱR?\ZJ1\n@ab??$???d?? P?DmZ?F\\C!7T?0 ?    ?%M?0?#??Q????ɓ?1?\Z?0?AB?+R @?"?\nR @m??ɓ?N?:?A֐?\n`&p?R?ʕ.a?l\n%J??Q?@-?4*?+v??\0?\0??2_?t????;?B???(T?F?>???h?6R?X g?2U?`qd\nT?Q??t\Z)??O?ޔ?c????ȁ??ȓQ?~??jϝT??`????&4?\\?? ?00Hyر????K.??b?f<??#?Z?\01    8?!???????-?xVt?)??J*r???    9<P    $?$??S .,b??\ZV???(g???SL?? T??%?@b??CK,?    $mp?F ?xBHX?!E$=D`?)jrI$??‹0??2?#??1?~???DRF3???)???\'?TR?0? ??)? ????a    )?Hx?9???*???rJ)?pRJ+??q?!u??!??2J(?$BF4\r?s?1??Š*??"?&?,"??$2    (??&\n ?C?:???I???R?#?8?H$?L2J???5(    ? $??b?\'qpR?\'?<?_Җ?\n:???L#???$?z?\'hx2?)??QM??LsH*?8B*???F%??2?$??R,逼M!?t?f???q\n)? B+?ԡ\r???S?)?t2k*?0??)???-? }?$?h??)???(a?\n#|??\r?Y?H+`?2? ???\n+p????C??$_ ?\n!????(??1?*??͎:?l??)??\n%u?!?2?8?7{L?o?q 6Y{?P:?p?    4??\0;', 1, 1, 10, 'icon-crown-white.gif', 'GIF89a\r\0 \0?\0\0?f\\?++?@A?NP?\0?\0 ?\0?\0?\0\n?\0 ?\0 ??GM?\0?\0\r?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0\r?\0?\0??%?4>?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?\0?%?\0?\0?\0?\0\Z?\0\Z?\0?\0?\0?\0?\0?\0?\0?\0?)??->?<M?\0?\0?\0?\0?\0?\0?3?8F?@T??Ȁ??]??????\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!?\0\0K\0,\0\0\0\0\r\0 \0\0.\0?Hp ??    2Yh????:?H?"?%+J?8?? 7r I????\0\0;', 'Tie Fighter Champion', '', '$score', 5, '<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="550" height="380">\r\n<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]&username=$username&highscore=$highscore&bbtitle=$bbtitle">\r\n<param name="quality" value="high">\r\n<param name=bgcolor value="#576375">\r\n<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="550" height="380">\r\n</embed></object>');

This is the Star Wars Shooter that was submitted earler, it was easy to fix up.

dstruct2k 04-04-2003 01:01 AM

Remember, you have to QUOTE the SQL Query to get a copy of it that will work.

DigitalDesktops 04-04-2003 01:27 AM

great job dstruct2k! :D
Has anyone found a hexxagon.fla yet?

auz1111 04-04-2003 01:29 AM

I have been unable to fix the problem for about two weeks now. I left a post in the arcade thread, but got no reply.

After finishing any game instead of allowing me to enter in a comment it goe to this page: http://proarcade.php/ which of course doesn't exist. Does anybody have a suggestion that may lead me in the right direction. I haven't altered proarcade.php in any way.

DigitalDesktops 04-04-2003 01:37 AM

this has happened to me. attach the .fla to your post and i'll take a look at it. is this happening to every game?

auz1111 04-04-2003 01:39 AM

yes it is happening to every game and just started out the blue. That's why i don't think it's a problem with the .fla . I never republished any games in flash. I am lost. :(

DigitalDesktops 04-04-2003 01:43 AM

did you use run a query to create the games or used the admin CP?

auz1111 04-04-2003 01:47 AM

I used the admin CP each time. I was running it and adding games fine. then this just popped up. I thought maybe another hack i added changed something, but I have never tampered with proarcade.php or the templates.

DigitalDesktops 04-04-2003 02:06 AM

double check the queries in the arcadegames table, make sure they're correct.

auz1111 04-04-2003 02:21 AM

ok. I am new to phpadmin. what should i look for? you r help is appreciated :)

DigitalDesktops 04-04-2003 02:23 AM

PONG

Game Hash Offset: 5
Score Return Variable: $playerScore
HTML Code for Game:

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="750" height="100">
<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="750" height="100">
</embed>
</object>

Enjoy! :D

DigitalDesktops 04-04-2003 02:27 AM

Quote:

Today at 04:21 AM auz1111 said this in Post #387
ok. I am new to phpadmin. what should i look for? you r help is appreciated :)
okay, once you login into your database find arcadegames on the left side menu. then click on the tab that says Browse.
All of your games should be listed here. make sure all the codes is correct. my guess is somethings wrong with the .swf, try reuploading the .swf files again.

auz1111 04-04-2003 02:37 AM

Her is an image for pong if anybody wants to use. Thanks for the new game DigitalD!

auz1111 04-04-2003 02:39 AM

Everything looks good in my database. I just uploaded your pong and it gives me the same problem.

The Wedge 04-04-2003 03:19 AM

GREAT JOB ON THE PONG!!! WAHOOOOOOOOO :cool:

The Wedge 04-04-2003 03:41 AM

my friend has Flash MX and hes not sure on how to exactly use it, like somebody posted before, if somebody could maybe direct people in the right direction insted of staying, put this in there, than i think that there could be 100x more games than the 11 that ive seen released, or maybe theres more, but i would love for somebody to maybe write a tutorial on exactly where to look maybe, or i dunno maybe im just speaking dumb...

The Wedge 04-04-2003 03:41 AM

to many maybes

dstruct2k 04-04-2003 04:34 AM

Quote:

Yesterday at 11:41 PM The Wedge said this in Post #393
my friend has Flash MX and hes not sure on how to exactly use it, like somebody posted before, if somebody could maybe direct people in the right direction insted of staying, put this in there, than i think that there could be 100x more games than the 11 that ive seen released, or maybe theres more, but i would love for somebody to maybe write a tutorial on exactly where to look maybe, or i dunno maybe im just speaking dumb...
This just isn't true... See that game I released a page back? That was the first time I had ever even seen the inside of a Flash game. But it took me about 5 minutes to make it work. Trust me, it's not hard. If someone can direct me towards more good FLA files, I'll modify them! :D

dstruct2k 04-04-2003 04:35 AM

Oh, and this Pong game needs to be re-built for higher resolution screens. (1024x768 and higher) I can barely see the menu! I'm modifying it now.

dstruct2k 04-04-2003 05:18 AM

Here's a modified Pong game, and the HTML code for it needs to be modified too. In the "Modify Games" part of the control panel, change the HTML code to:
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="550" height="275">
<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="550" height="275">
</embed>
</object>


Kars10 04-04-2003 06:27 AM

Ok, thanks for the new Pong game!!!:)
@ dstruct2k, is it right that when i am loosing against the computer i can?t submit my score?? Or is this a bug?

Thanks Kars :)

Zelda-King 04-04-2003 07:03 AM

We need details. What's the game hash offset and the score return variable?


All times are GMT. The time now is 11:29 PM.

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.03059 seconds
  • Memory Usage 1,859KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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