Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Fast Food for Arcturus

Banned
Banned
Joined
Aug 25, 2009
Messages
431
Reaction score
190
This is a plugin which adds the Fast Food Game made by MikeDev into your Arcturus Emulator.

Credits to @MikeDev for his project at http://forum.ragezone.com/f331/habbo-fastfood-html5-canvas-websockets-1132094/


DOWNLOAD:

SOURCE CODE:


Tutorial to install

1. Add this code into the client page:

Code:
<script type="text/javascript">
(function() { if(typeof(window.FlashExternalGameInterface)==="undefined"){window.FlashExternalGameInterface={};}window.FlashExternalGameInterface.showGame=function(gameurl){var frame=document.createElement("iframe");frame.src=gameurl;frame.style.position='absolute';frame.style.top='0';frame.style.left='0';frame.width='100%';frame.height='100%'; frame.style.bottom='0'; frame.style.right='0'; frame.style.height='100%'; frame.style.width='100%'; frame.style.zIndex='99999'; frame.frameBorder=0;var loadTimes=0;frame.onload=function(a){loadTimes++; if(loadTimes > 1){frame.remove();}};window.document.body.appendChild(frame);}; })();
</script>

2. Put the "gamecenter-1.0.jar" into Arcturus plugins folder.

3. Restart emulator or do :update_plugins commands

4. Reload hotel

5. Go to the game center and play fast food :)


Problems?

Make sure the external variables has all this:

Code:
game.center.default_game=basejump
game.center.enabled.forStaff=true
game.center.enabled=true
game.center.promoted_game=
game_center.image.library.url=https://assets.thefastfoodgame.com/gamecenter/


Advanced settings - Change language & more

1. Register to The Fast Food Game API at

2. Create new API key from this page

3. When you have the API Key (something like this: F1C6EE-5910F3-60F7C1-9F8E62-591B4F), add it to the database table emulator_setting as key = gamecenter.fastfood.api_key


Screenshot (from Mike)
c56c8790b24fd25aa19c62b1b080d11a - Fast Food for Arcturus - RaGEZONE Forums



++ Leave rep ++
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Sep 12, 2013
Messages
147
Reaction score
67
Does this have the major bugs fixed? You can see them in Bitbucket. Had to delete fast food because of them.
 
Banned
Banned
Joined
Aug 25, 2009
Messages
431
Reaction score
190
Does this have the major bugs fixed? You can see them in Bitbucket. Had to delete fast food because of them.
This is a new implementation of FastFood, it doesn't go to TheGeneral's server anymore - it is a HTML5 game.
 
Newbie Spellweaver
Joined
Dec 1, 2014
Messages
98
Reaction score
4
I'm so happy about that, cause i tested this when was in beta and Beny did a really good job!
That's so cool, and well done again! :D
 
Newbie Spellweaver
Joined
Jul 21, 2012
Messages
95
Reaction score
4
This is a plugin which adds the Fast Food Game made by MikeDev into your Arcturus Emulator.

Credits to @MikeDev for his project at http://forum.ragezone.com/f331/habbo-fastfood-html5-canvas-websockets-1132094/


DOWNLOAD:

SOURCE CODE:


Tutorial to install

1. Add this code into the client page:

Code:
<script type="text/javascript">
(function() { if(typeof(window.FlashExternalGameInterface)==="undefined"){window.FlashExternalGameInterface={};}window.FlashExternalGameInterface.showGame=function(gameurl){var frame=document.createElement("iframe");frame.src=gameurl;frame.style.position='absolute';frame.style.top='0';frame.style.left='0';frame.width='100%';frame.height='100%'; frame.style.bottom='0'; frame.style.right='0'; frame.style.height='100%'; frame.style.width='100%'; frame.style.zIndex='99999'; frame.frameBorder=0;var loadTimes=0;frame.onload=function(a){loadTimes++; if(loadTimes > 1){frame.remove();}};window.document.body.appendChild(frame);}; })();
</script>

2. Put the "gamecenter-1.0.jar" into Arcturus plugins folder.

3. Restart emulator or do :update_plugins commands

4. Reload hotel

5. Go to the game center and play fast food :)


Problems?

Make sure the external variables has all this:

Code:
game.center.default_game=basejump
game.center.enabled.forStaff=true
game.center.enabled=true
game.center.promoted_game=
game_center.image.library.url=https://assets.thefastfoodgame.com/gamecenter/


Advanced settings - Change language & more

1. Register to The Fast Food Game API at

2. Create new API key from this page

3. When you have the API Key (something like this: F1C6EE-5910F3-60F7C1-9F8E62-591B4F), add it to the database table emulator_setting as key = gamecenter.fastfood.api_key


Screenshot (from Mike)
c56c8790b24fd25aa19c62b1b080d11a - Fast Food for Arcturus - RaGEZONE Forums



++ Leave rep ++

error arcturus 1.17.0...
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
May 30, 2019
Messages
1
Reaction score
0
For some reason I just get a black screen when I click on the "game icon". I added everything in external. No errors in console or network.
Any ideas what could've gone wrong? :scared:
 
Junior Spellweaver
Joined
Jul 4, 2008
Messages
138
Reaction score
3
I get this:

[CAMERA] Attempting to connect to the Camera server.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.eu.habbo.plugin.PluginManager.fireEvent(PluginManager.java:193)
at com.eu.habbo.Emulator.main(Emulator.java:153)
Caused by: java.lang.NoSuchFieldException: incoming
at java.lang.Class.getDeclaredField(Class.java:2070)
at beny.plugins.gamecenter.Main.onEmulatorLoadedEvent(Main.java:61)
... 6 more
[LOADING] Waiting for command:
[LOADING] Waiting for command:
 
Newbie Spellweaver
Joined
Jun 28, 2015
Messages
28
Reaction score
16
To anyone asksing, this no longer works due to the fastfood website is offline
 
Back
Top