vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   v3 Arcade - Game Modification Guide & Releases (https://vborg.vbsupport.ru/showthread.php?t=60666)

ragtek 05-04-2006 05:14 PM

does someone know where i can get a good pinball game (for free)?
i only found a pepsi-sponsored version, wich i dont like.
thx

Zidane007nl 05-04-2006 09:06 PM

Quote:

Originally Posted by trickedoutpc
Hello! I installed pacman from the zip above and followed all the instructions but I am confused at this part Point your browser to /admincp/pacman.game.php. (E.g. http://www.yourforums.com/forum/admi...cman.game.php).
Don't forget to delete the script once you're finished!
Do I point my regular browser to the link or do I make a link and add it in a folder? and what scrpipt do I deleat. Thanks for all your help I am new to this. also will pacman work on the newsest v3 arcade for 3.5.4 please help thanks,
Kurt :)

Running the file from your browser won't work. It gives an php error. Best thing to do is upload it in admincp/games and go to Game Tools and click on "Start" under "v3 Arcade - Mass Game Import". That will import the game into the database.

Does anyone know if the game Party Animal is converted, and were I can get it?

Oh, and rjordan, thanks for the Ice Age games, they're cool!

trickedoutpc 05-05-2006 04:28 AM

Where can i get a good pinball game and is ice age a good game? Thanks for your help,
Kurt

trickedoutpc 05-05-2006 05:02 AM

Quote:

Originally Posted by Zidane007nl
Running the file from your browser won't work. It gives an php error. Best thing to do is upload it in admincp/games and go to Game Tools and click on "Start" under "v3 Arcade - Mass Game Import". That will import the game into the database.

Does anyone know if the game Party Animal is converted, and were I can get it?

Oh, and rjordan, thanks for the Ice Age games, they're cool!

Thanks I got it! :)

rjordan 05-08-2006 10:08 PM

You guys are welcome I must apologize for not having those requested games done. A lot going on here that is requiring my full attention. I will try to get them out as soon as possible! I promise!

ijob 05-09-2006 05:26 PM

Quote:

Originally Posted by rjordan
You guys are welcome I must apologize for not having those requested games done. A lot going on here that is requiring my full attention. I will try to get them out as soon as possible! I promise!

Thank you - I an looking forwards to 'em :banana:

analog-x 06-02-2006 06:29 AM

Just for the sheer challenge and curiosity I've been trying to get a game of frogger to work in v3. So I started by first looking at the code used with the already included games in the v3 Arcade package. I noticed that the code example given in this thread are seperated.

Code:

if (_root.sessionstarted != 1)
{
    _root.arcade = new LoadVars();
    _root.sessionvars = new LoadVars();
    _root.arcade.gamename = "Game Name";
    _root.arcade.sessdo = "sessionstart";
    _root.arcade.sendAndLoad("arcade.php", sessionvars, "POST");
    _root.sessionstarted = 1;
} // end if

I found the above code usualy placed where the game begins playing.


Code:

if (this.askpermission != 1 && _root.sessionvars.connStatus == 1)
{
    this.prequestvars = new LoadVars();
    this.pranswer = new LoadVars();
    this.prequestvars.gametime = _root.sessionvars.gametime;
    this.prequestvars.fakekey = _root.sessionvars.initbar;
    if (_root.score == 0)
    {
        this.prequestvars.score = -1;
    }
    else
    {
        this.prequestvars.score = _root.score;
    } // end else if
    this.prequestvars.id = _root.sessionvars.lastid;
    this.prequestvars.sessdo = "permrequest";
    this.prequestvars.note = this.prequestvars.id * this.prequestvars.score * this.prequestvars.fakekey;
    this.prequestvars.sendAndLoad("arcade.php", this.pranswer, "POST");
    this.askpermission = 1;
} // end if
if (this.pranswer.validate == 1 && this.finalsent != 1)
{
    this.burnscore = new LoadVars();
    this.burnscore.microone = this.pranswer.microone;
    this.burnscore.gametime = this.prequestvars.gametime;
    this.burnscore.id = this.prequestvars.id;
    if (_root.score == 0)
    {
        this.burnscore.noscore = 1;
    } // end if
    this.burnscore.sessdo = "burn";
    this.burnscore.send("arcade.php", "_self", "POST");
    this.finalsent = 1;
} // end if

and I found the above code just like it is mentioned in this tutorial somewhere in a clip. But the placement of the above code eludes me. I'm a novice to flash animation and not sure how these clips are placed. I didnt notice a cominality.


and finaly I cant find "_root.gameover=1;" anywhere.

Seems a lot of work. Now I found a set of instructions on how to make a game work for IPBA, which consits of 3 lines of code.

Since v3 Supports IPBA games, should I go through the trouble of trying to figure out how to convert a game with the above code? or try the IPBA code?

Any advice would be appreciated.

analog-x 06-03-2006 12:47 AM

I'd like to eventually help out by converting games, so I'm trying to learn.

At the same time, I contacted a friend of mine in the U.K. and have passed information onto him to convert he's game for v3 Arcade.

Will post it here when its ready.

ijob 06-03-2006 02:23 PM

There's a new Yeti Game out:

http://www.pro7.de/games_handy/onlin..._kick/game.php

Homepage

http://www.yetisports.org/

analog-x 06-04-2006 02:14 AM

I like Penguins so naturaly I dont like seeing games where they are depicted as getting hurt.


All times are GMT. The time now is 08:23 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.02034 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)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
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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