Author Topic: Arcade Pass Item and SMF Arcade Integration  (Read 94853 times)

Offline Str8up-Nate

Re: Arcade Pass Item and SMF Arcade Integration
« Reply #75 on: September 02, 2007, 05:31:42 am »
I Couldnt Find That Anyone Posted This But Here It Is!

I Got This Mod To Work With SMF Arcade E2.3.3 And Daniel's SMF Shop 3.0 (Build 12) !!!

*Remember Make A Back Up Of Your Files B4 This In Cause It Doesn't Work.*

Lol Just Install With Package Manager Even If Files Fail

Then If You Notice When You Click Arcade You Will Get This Error With The File "/sources/Subs-Arcade.php"

Ok Now Remember I Said Make A Backup Of Your Files Well Now Just Replace The New "/sources/Subs-Arcade.php" With The One You Backed Up!

Now The Arcade Should Work And You Should Have All The Features :)

*This Is Installed On My Site If You Wanna See It Working*
*You Must Register Though*
www.thepsphackers.com

Or Here Are Some Screen Shots:


Shop Settings:


Buy Arcade Pass Item:


No Arcade Pass In Main Arcade:


No Arcade Pass In Game:


With Arcade Pass In Game:


-------------------------------------------------------------------------------------------
Hope You Like It :)

Thank You For Making This Mod I Love It!!!!
« Last Edit: September 02, 2007, 06:08:19 am by Str8up-Nate »

Offline SneakyWho_am_i

Re: Arcade Pass Item and SMF Arcade Integration
« Reply #76 on: September 19, 2007, 03:11:08 pm »
Now I'm spamming the forum :(
http://www.daniel15.com/forum/index.php/topic,1195.0/topicseen.html

That's a link to basically some modifications I made so that the criteria for eligibility to play in the arcade, do not apply to guests.

That is, Guests play for free with no arcade pass.

And you receive the money for 100 plays, and the pass (90 days) when you sign up.

If you like I can try to have the arcade pass override all other criteria, so that someone with the arcade pass can play no matter what. It'll be at the bottom of a very long todo list though that is not related to SMF (new to php, still haven't got my head around how smf works altogether)

Offline jdv

Re: Arcade Pass Item and SMF Arcade Integration
« Reply #77 on: October 03, 2007, 09:33:48 am »
i had this item loaded and then deleted it after a while. it was set to charge 10 credits for each game play after having arcade pass.

now after its off, the arcade pass is not required, but it still wants 10 credits to play a game.

can someone tell me what to fix or which file to look at. im so lost on this one. thanks for help.

jd

Offline SneakyWho_am_i

Re: Arcade Pass Item and SMF Arcade Integration
« Reply #78 on: October 04, 2007, 03:16:42 am »
In ArcadePlay.php

Find:
Code: [Select]
//Added for shop mod
if(isset($modSettings['shopCostPerPlay']) && $modSettings['shopCostPerPlay'] > 0)
Replace:
Code: [Select]
//Added for shop mod
if(isset($modSettings['shopCostPerPlay']) && $modSettings['shopCostPerPlay'] < 0)


I haven't tested that, dunno how well it will (not) work. If something goes wrong change it back lol. You can most likely delete the whole "Added for shop mod" bit. If it's clear which bit that is, then go for it.

Disclaimer: I make no claims as to the warrantability of the content of this post or its suitability for any particular purpose. It is untested so use it at your own risk.

Hope this helps lol

Offline jdv

Re: Arcade Pass Item and SMF Arcade Integration
« Reply #79 on: October 04, 2007, 09:00:31 am »
thanks. i removed the code all together and it seems to be working fine.

Lily Flor

  • Guest
Re: Arcade Pass Item and SMF Arcade Integration
« Reply #80 on: October 10, 2007, 04:07:43 pm »
it didn't work on my shop
Executar Modificación ./Sources/shop/ShopAdmin.php Éxito
2. Executar Modificación ./Themes/default/ShopAdmin.template.php Éxito
3. Executar Modificación ./Sources/Arcade.php Archivo no encontrado
4. Executar Modificación ./Sources/Subs-Arcade.php Archivo no encontrado
5. Executar Modificación ./Themes/default/languages/Shop.english.php Éxito
6. Executar Modificación ./Themes/default/languages/Arcade.english.php Archivo no encontrado
7. Executar Código SMF_Arcade_Shop_Mod.php 
8. Extraer Archivo ./Sources/shop/items/arcadepass.php 

it didn't find any of those files
why?
where do I get them???

help help!!!!  :'( :'( :'( :'( :'(

Offline David

Re: Arcade Pass Item and SMF Arcade Integration
« Reply #81 on: October 10, 2007, 04:57:46 pm »
Have you got SMF Arcade installed? The missing files suggest that you haven't. You will need to work on the arcade files to translate as needed as I see your forum isn't an English one.

Lily Flor

  • Guest
Re: Arcade Pass Item and SMF Arcade Integration
« Reply #82 on: October 11, 2007, 02:46:50 am »
Isn't that what I did? I mean at the beginning of this subject? where do I find arcade itself then?
Oh I see it was just the pass Item.... ummmm

sorry but where do I get the arcade then?

thanks

Offline David

Re: Arcade Pass Item and SMF Arcade Integration
« Reply #83 on: October 11, 2007, 03:58:51 am »
You could go to the SMF mod site and search for the word "arcade"!

Offline obseq

Re: Arcade Pass Item and SMF Arcade Integration
« Reply #84 on: April 07, 2008, 10:33:20 am »
This mod worked excellent on my forum....
forum - Powered by SMF 1.1.4
SMF Arcade      2.0.12
SMFShop      3.0

SMF Arcade Shop Mod      1.0.0

Offline angeljs

Re: Arcade Pass Item and SMF Arcade Integration
« Reply #85 on: April 24, 2014, 11:43:02 pm »
Does anyone have the files for this mod as the attachment links don't work?