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)

mv540 02-24-2003 08:47 PM

Lord Xain

I think i'd like to have a peek-see at that screen shot you mentioned ....lol

ive tried everything, i cant get this thing to work, maybe your screan shot of how you have yours set up will shed some light on the situation..

thanks man ;)

mv540 02-24-2003 09:52 PM

anyone? anyone? beuler, beuler, beuler.... :nervous:

mv540 02-24-2003 10:55 PM

hmmm..... this seems to be a one sided conversation here, so im just gonna scratch this game and move on to installing other games. 7 hours is enough time searching & waiting for answers here. I think i've read this thread about 5 times and i keep getting the same results......ive seen afew posts where people are searching for the same answers as i am yet the only responses they get are "What are you talking about, mines working fine".....followed by dead silence...

im sure its a great game which people put thier time and effort into, but i cant get it to record or keep score for the life of me....the game has been installed as per the instructions in this thread from many different angles and ive also tried many alterations from changing the variable to editing the file name...nothing works......the thing just refuses to keep score...

ive tried everything but shes a no go...

anyhow bye bye hexxaGONE!

peace out! :classic:................NEXT! :cheeky:

Mijae 02-25-2003 03:35 AM

To make Hexxagon work:

after <object classid="clsid: add a D, before the rest of the numbers/letters and the scores will start to get recorded :)

PSI|Dr-X 02-25-2003 08:29 PM

I too wanna have the code of hexxagon *html*

PSI|Dr-X 02-25-2003 08:30 PM

For all the people who wanted the html code of hexaggon

here it is

working!!

Silenced Soul 02-26-2003 01:59 AM

Very very nice... PERFECT install man. Great work.

Unoproph 02-26-2003 02:12 AM

Here's a asteroid game, the fla and the swf files are included in the zip. There's one error with the game though, the ship doesnt explode when it hits something, once that is resolved it'd be a good one for this great hack :)

And I also found this site:
http://www.flashkit.com/movies/Games/
It looks to have a couple hundred free open source fla files for download.

Silenced Soul 02-26-2003 04:15 AM

already been posted... good job finding one though.

PSI|Dr-X 02-26-2003 08:50 AM

I am gonna find an dragonball z game in fla

:) anyone can search too ? that wil be cool

PSI|Dr-X 02-26-2003 08:50 AM

Delete this post mods.

Kars10 02-26-2003 08:52 AM

Hexxagon works like a charm! :)

sabret00the 02-26-2003 11:13 AM

any luck on 2 player games yet?

Jakor Sevel 02-26-2003 06:02 PM

mv540, if you can do it the query way, it'll work much easier I think. If you have probs then do as I said but also change some info.

.:.NetStartz.:. 02-28-2003 03:40 AM

Hey,

Whenever I try to change an image or add a new game I get the following error...any ideas?

Quote:

Database error in vBulletin Control Panel 2.2.9:

Invalid SQL: INSERT INTO arcadegames (name,title,description,filename,active,scorevar,w idth,height,codebase,querystring,
objectparam,embedparam,championactive,championtext ,championcolor,playcost,jackpot,jackpotadd)
VALUES ('simon','Simon Says','Test your memory...','simon.swf','1','$simonscore','','','', '',
'','','1','Simon Says Champion','','10','0','5')
mysql error: Unknown column 'width' in 'field list'

mysql error number: 1054

Silenced Soul 03-01-2003 04:19 AM

Your width/height has no data in it, that might be why, I may be wrong though.

.:.NetStartz.:. 03-01-2003 04:23 AM

How do I fix that?

Even if I simplely try to upload a new thumbnail for a game I get an error.

Link14716 03-01-2003 07:24 PM

Looks like you installed the Arcade Pass Hack which remains incompatible with Beta 2...

lynda 03-02-2003 10:37 PM

I modified this game to work, although it's an extremely boring game, it's the easiest one I could find so far (most of these games are just terribly unorganized!)

It'd be easiest to add through the admin cp as previously described.

The hash is 5
The scrore variable is: $wordscore
The HTML can be copied from any of the original games (it can be found in the orginal zip docs)

Jakor Sevel 03-03-2003 12:26 AM

nice game, it's boring yea but still i'm sure people will appreciate another game. Thanks for converting it. Could you try converting frogger? (attachment is a link or two back) it would totally kick if you did. I'm downloading flash mx tonight though, when i'm asleep, if i remember (I keep forgetting) and i'll be trying to convert it.

Silenced Soul 03-03-2003 12:43 AM

I can try and get it to work, in a little while, no promises though, I'm a n00b at Flash.

mv540 03-03-2003 12:55 AM

Quote:

Originally posted by lynda
I modified this game to work, although it's an extremely boring game, it's the easiest one I could find so far (most of these games are just terribly unorganized!)

It'd be easiest to add through the admin cp as previously described.

The hash is 5
The scrore variable is: $wordscore
The HTML can be copied from any of the original games (it can be found in the orginal zip docs)

Installed and working....nice work....and yes like Jakor Sevel had said, it may be boring for some people, but definatly appreciated. It's another game for the list...keep em coming vbulletin.org :classic:

Great job!

mv540 03-03-2003 01:03 AM

is there any image available for word drop by chance?

thanks in advance :classic:

Silenced Soul 03-03-2003 01:12 AM

Okay, for everyone trying to make a game, I know how:

Once you find the place to add the code supplied change
scorevariable = score;
to
gamenamescore = score;
not
scorevariable = gamenamescore;

That'll fix any problems with an empty scoreboard after a gameover... it took me awhile to fix it... Great hack.

Silenced Soul 03-03-2003 01:13 AM

here's one I made a minute ago.

mv540 03-03-2003 01:13 AM

thanks SS ;)

Silenced Soul 03-03-2003 01:25 AM

Xtreme Snake

Notice: I did not make this game, however, I did edit to work with vBproArcade. The source file came from http://www.flashkit.com/movies/Games...908/index.php.

I added the game directly through the Admin CP, instead of using a MySQL Query, it goes much faster that way.

Here is the info:
Game Identifier: xsnake
Game Title: Xnake (you can change this, I just thought it sound cool, lol)
Game Description: Extreme Snake!
Filename: xsnake.swf
Game Has Offset: 5
Score Return Variable: $xnakescore
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="550" height="380">
<param name="movie" value="$vpa_gameurl?location=$vpa_bburl&gamename=$game&gamehash=$gamehash&s=$session[sessionhash]&username=$username&highscore=$highscore&bbtitle=$bbtitle">
<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="380">
</embed></object>


lynda 03-03-2003 01:25 AM

Since people are actually using it, I modified word drop again to include more words. The original file only had about 7 words or so. I also included the fla if anyone wants to add more words. It's a very well commented flash file.

I also did not write the game and got it from the same source the user above used.

link to updated post

Silenced Soul 03-03-2003 01:44 AM

thanks lynda, helps a lot :)

mv540 03-03-2003 02:30 AM

Quote:

Originally posted by Silenced Soul
Xtreme Snake

Notice: I did not make this game, however, I did edit to work with vBproArcade. The source file came from http://www.flashkit.com/movies/Games...908/index.php.

I added the game directly through the Admin CP, instead of using a MySQL Query, it goes much faster that way.

Here is the info:
Game Identifier: xsnake
Game Title: Xnake (you can change this, I just thought it sound cool, lol)
Game Description: Extreme Snake!
Filename: xsnake.swf
Game Has Offset: 5
Score Return Variable: $xnakescore

nice work Silenced Soul , looks like fun...but is there suposed to be sound with this game or is it possible my computer may be acting up on me again?... :confused:

Silenced Soul 03-03-2003 02:39 AM

I don't believe there is any sound as I don't hear any on my computer, and I do have my speakers up fairly high...

mv540 03-03-2003 02:44 AM

any way to transfer or put in the sounds from the old snake game to this new one?

Silenced Soul 03-03-2003 02:54 AM

I don't know how to add sounds to it... I'm a newbie at flash still... :/

Erwin 03-03-2003 05:46 AM

Thanks for Word Drop and Xnake - both works well. :)

NuclioN 03-03-2003 11:38 AM

Great additions. ;) I hope someone can let that roulettegame work with the store. That would be awesome!

Jakor Sevel 03-03-2003 11:45 AM

cool, thanks for XSnake, I'll install it as soon as I get home from school. And can you believe I forgot to download it?!!!! *hits himself* Arg, i'll try and remember to d/l while i'm at basketball. This is the only thing holding me up to *kicks 56k* arrrrrrr.....

edit: Grrrrr, Xsnake is real great but it doesn't record scores, it just goes straight to the scoreboard. Can someone help me out or can you create a query to run? Thanks.

khackney 03-03-2003 11:21 PM

icon for xsnake

Kars10 03-04-2003 06:22 AM

Cool both games work well here!! :)
Thanks...

wolfe 03-06-2003 10:16 AM

having problem with Hexxagonfinal and simonsays

after i finish it redirects to error page

wolfe 03-06-2003 02:03 PM

sorted it now


All times are GMT. The time now is 03:25 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.04227 seconds
  • Memory Usage 1,816KB
  • 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
  • (1)bbcode_code_printable
  • (3)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