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)

Erwin 04-23-2003 12:42 PM

The green monster Italian game appears to stop at Level 1 with 11 points... :)

drumsy 04-23-2003 01:16 PM

Quote:

Yesterday at 07:09 PM EvilLS1 said this in Post #875
You can still do it. Just open the images with notepad, copy, and then add it to the query.

What kind of format would I use? I don't know how to compose a query...:confused:

joecool 04-23-2003 04:03 PM

Quote:

Today at 08:42 AM Erwin said this in Post #881
The green monster Italian game appears to stop at Level 1 with 11 points... :)
Yeh, there is only 1 level :( (i didn't know that when i modify it)

NuclioN 04-23-2003 04:10 PM

Opensource Flash games are extremly hard to find, the most of them are ripped work (swf) on huge gamesites without a database highscore, or the development from a couple of designers that work for casino's etc.

If we could just put this code in the right place in a swf file, then hundreds of games will emerge. :)

EvilLS1 04-23-2003 04:30 PM

Quote:

Today at 02:16 PM drumsy said this in Post #882
What kind of format would I use? I don't know how to compose a query...:confused:
You'd simply remove the image code from one of the queries for another game & add the new image code, variable, gamename, etc.

Jakor Sevel 04-23-2003 04:30 PM

is it possible to insert the code into the swf?

drumsy 04-23-2003 04:33 PM

Quote:

Today at 12:30 PM EvilLS1 said this in Post #885
You'd simply remove the image code from one of the queries for another game & add the new image code, variable, gamename, etc.

Ok, thanks, I'll try that! :)

EvilLS1 04-23-2003 04:44 PM

Blackjack

Game Identifier: blackjack
Filename: blackjack.swf
Game Hash Offset: 5
Score Return Variable: $money

Credits: Thanks to NuclioN for finding this game! :)

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="640" height="450">
<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>

<embed src="$vpa_gameurl" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="500">
</embed>
</object>

{edit} double down bug fixed

NuclioN 04-23-2003 05:58 PM

Great job Evils1 :) There are graphical better blackjack games around but only as swf, i've found some nice ones. Now, there is a program called swf scanner that can give an overview on how the swf is build on wich layer etc. It strips the sounds, graphics and actionscripts but you can not add something, only (and this is the most difficult part) try to rebuild the same game from scratch with the box of loose parts you find.

joecool 04-23-2003 07:12 PM

I love blackjack, i was playing the real thing a bit too much a coupple of years ago ;) anyway, the game freezes when i press "double" other then that, thumbs up.

eoc_Jason 04-23-2003 09:04 PM

yeah, I get the lockup too when you click 'double'... any way of fixing that?

EvilLS1 04-23-2003 09:16 PM

It will only lock up if the double uses all of your remaining money and you lose..Its supposed to say game over, set your money to 0, & bring up a new game button.. I'll try to fix that tonight.

BTW, I have an awesome pinball game that I will post later tonight or tomorrow. I just need to make a couple of minor adjustments first.

joecool 04-23-2003 09:22 PM

One more thing about blackjack, where is the "split" button? o_O i really wanna use it :p

oh yeh, a pinball game would be really nice :)

hey, what was that prog named that could browse swf files for the scorevariable? i know that someone was talking about it but i dofnt feel like browsing 60 pages for it ;)

EvilLS1 04-23-2003 09:26 PM

Quote:

Today at 10:22 PM joecool said this in Post #893
One more thing about blackjack, where is the "split" button? o_O i really wanna use it :p

oh yeh, a pinball game would be really nice :)

hey, what was that prog named that could browse swf files for the scorevariable? i know that someone was talking about it but i dofnt feel like browsing 60 pages for it ;)

No split button in this game. Sorry. :)

The name of the program that I use is called "Flash Tool Set". Very easy to find most score variables with it.

Jakor Sevel 04-23-2003 09:28 PM

it was flash toolset, do a search in the thread and you should find it. Anywayz, thanks for blackjack, i'll install it when you submit the edited version. ^_^ And pinball sounds sweeeeeeet.

Jakor Sevel 04-23-2003 09:29 PM

and could you make the betting buttons bigger?

EvilLS1 04-23-2003 09:32 PM

Quote:

Today at 10:29 PM Jakor Sevel said this in Post #896
and could you make the betting buttons bigger?
Yes, I'll make some changes & add bigger buttons tonight and then I'll update the post. I can't do anything right now b/c I'm at work.

joecool 04-23-2003 10:22 PM

hmm, i got flash mx today (i only had flash 5 before) so i guess i will modify some more crappy games that i wassnt able to open up with flash 5 :p i must say that i like flash 5 more tho, but it might only be becaus i'm more used to it :)

Thx for the info guys ;) i need it for a little special project :p

NuclioN 04-23-2003 11:23 PM

Most developers who put a lot of work in their games are not easy sharing their sourcecode, wich is understandable. But what i do is mail them and give in a textfile-attach the code, with the question if he will add this in the swf and share it, so hundreds of forums will show his game....with copyright from the author. Now, i've had a respons on a awesome blackjackgame and if i get back the swf i will share it. ;)

NuclioN 04-23-2003 11:23 PM

-- edit -- i saw that the post above was add twice. (???)

NuclioN 04-23-2003 11:24 PM

Most developers who put a lot of work in their games are not easy sharing their sourcecode, wich is understandable. But what i do is mail them and give in a textfile-attach the code, with the question if he will add this in the swf and share it, then hundreds of forums will show his game....with copyright from the author. Now, i've had a respons on a awesome blackjackgame and if i get back the swf i will share it. ;)

EvilLS1 04-24-2003 05:51 AM

I fixed the bug with the "double down" feature in blackjack and also added better buttons. The original post has been updated. Clear your browser cache and download it again for the new version.

The problem was that if you clicked the "double" button and did not have enough money remaining to cover the doubled bet it would just lock up. Now if you don't have enough money to cover the double, the button simply won't do anything. Otherwise it will work as intended.

EvilLS1 04-24-2003 06:46 AM

{Edit} This game has some major bugs so I'm removing it for now.

Kars10 04-24-2003 07:52 AM

Thanks for Pinball!! Works cool.

Kars :)

Da`Nacho 04-24-2003 08:00 AM

The pinball game is awesome! Good job on hacking it for the arcade, I know the CandidForums users will love it!

NuclioN 04-24-2003 08:20 AM

Pinball thumb ;)

Erwin 04-24-2003 10:37 AM

Pinball is great. :)

Jakor Sevel 04-24-2003 11:37 AM

can't wait to get home and put up both pinball and blackjack, thanks evil.

joecool 04-24-2003 01:10 PM

I LOVE Pinball :) *thumbs up*

I dont know if you guys know about THIS site or not, but they make games for the german vb pro arcade thing :p and they also work with our vb bulletin arcade :) (i use 4 of them in my arcade) anyway, some of them are really fun so now you know :)

NuclioN 04-24-2003 01:51 PM

Great link joecool. :) I wonder if electrotank will share some games with the vb highscore script in it. It would serve the vb community and electrotank, thousands of people will play their games. :p (mini golf and fruitsmash are cool)

eoc_Jason 04-24-2003 03:21 PM

Thanks for fixing the blackjack! That seems to be a popular game on my site (I think I have some gambeling addicts or something!)

MentaL 04-24-2003 08:12 PM

gr8 hacks.. keep em cummin

DigitalDesktops 04-24-2003 10:35 PM

Great job on the Pinball EvilLS1! :)

EvilLS1 04-25-2003 05:29 AM

Thanks. :) I've noticed a couple of glitches in the game.. Sometimes the ball gets stuck behind one of the bumpers and there's nothing you can do except restart.

gwhooooey 04-25-2003 06:01 AM

Anyone still trying to find the score variable for frogge....eh froggy?

There's really no point as the person only made one level

EvilLS1 04-25-2003 08:10 AM

Quote:

Today at 07:01 AM gwhooooey said this in Post #915
Anyone still trying to find the score variable for frogge....eh froggy?

There's really no point as the person only made one level

I'm pretty sure I can make the score variable work in that game if someone knows how to add more levels.

NuclioN 04-25-2003 08:59 AM

The best way to get cool games for this hack is search for them and ask the developer to share the swf with this slight modification in it. The developer get's it's attention by the copyright and url, vb arcade the game + highscore.

If everything goes well i shall add this slotgame: http://www.tmex.nl/slotmachine/slotmachine.php

It has 117 swf files and is a very nice addon for this hack. The author has the scorebutton (mailed a fla) to let it work with this hack. If this is tested on the server i shall attach them and place it.

gwhooooey 04-25-2003 10:52 PM

..and also, Froggy should have the real Frogger music. :mad:

Maybe you should email the creator person of froggy and tell him to work on the game more

....Oh and did anyone manage to remove Leonardo from the solitaire cards? If so can someone please tell me the page number it was on where I can download the .swf

The Wedge 04-26-2003 03:50 AM

i have frogger working for a while now

www.sickfawk.com/board/proarcade.php

EvilLS1 04-26-2003 03:55 AM

Quote:

Today at 05:50 AM The Wedge said this in Post #919
i have frogger working for a while now

www.sickfawk.com/board/proarcade.php

Have you added more levels to the game?


All times are GMT. The time now is 04:01 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.02047 seconds
  • Memory Usage 1,821KB
  • 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
  • (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