Page 1 of 4

Shop

Posted: Thu Jul 04, 2019 3:19 pm
by Lovatto
Image
Image


This addons integrate a Shop System in the Main Menu of MFPS, allowing player spend their in game coins in Weapons or Player Skins, Store the purchases in their accounts and buy coins packs in game.

For developer this is an way to monetize the game, selling virtual coins packs (for real money), given a extra reason to player to come back to play and earn more coins in order to unlock a weapon or player skin, the extension is two click integration, easy add items to the shop (simply set price > 0), integrated in the MainMenu scene, clean and easy to modify UI.

Features:

Weapons and Player Skins items.
Inventory.
In game coins.
ULogin Pro Integrated.
Store purchases in user account.
Easy to add items.
MainMenu scene integration.
Class Customization Integration.
Player Selector Integration.


Note: The system doesn’t include any real Payment method integration for two main reasons: first because there are many platforms and almost each one of them require that use their own IAP / API system for process real money purchases, for example Android, IOS, Steam, Kongregate, etc… so integrate for example Paypal IPN will be useless in any of these platforms, so don’t worth it, second reason is security, even though the system comes with all setup to make easy integrate any payment system.

Re: Shop

Posted: Fri Jul 05, 2019 4:20 am
by slthompson
If anyone is wondering what can be used for adding credits, gold, coins to the database... that's somewhat easy, OpenCart.com has a lot of options. Use a 'Points Rewards' addon, find many in the Marketplace on their website, it will update the database when they buy your digital 'Coins'. The market place also has many scripts/addons for updating multiple databases if you need that also, for multiple games.

Re: Shop

Posted: Thu Sep 19, 2019 6:58 am
by tecknowolf
Will this work for MFP ??

Re: Shop

Posted: Sat Sep 21, 2019 9:57 am
by Angahwejdan08
tecknowolf wrote:Will this work for MFP ??
I think it will not work with mfp

Re: Shop

Posted: Mon Apr 20, 2020 2:08 am
by Lovatto
Version 1.1

Add: Camos: now you can add camos to the shop, using Customizer you can list the global camos from CustomizerData and offer pay camos.
Improve: Added randomize items in shop option.
Improve: Added shop item category name in the shop row UI.
Improve: Integrate the new Unity IAP addon.

Re: Shop

Posted: Tue Apr 21, 2020 7:28 pm
by Lovatto
cybertech120 wrote: I was wondering, if i buy a silencer from the shop, will it show up in my customizer aswell?
At the moment weapon attachments are not available to sell, Shop support Weapons, Player Skins and Camos only.

Re: Shop Problem?

Posted: Tue Apr 28, 2020 9:50 am
by DylanTroones
Hi. I added the shop to my project (latest version) and integrated it, but when I go to the shop section everything is empty and nothing appears (without errors). I think it's normal since I haven't bought the weapon pack yet, right? or is it not normal? I tried to increase the price of standard weapons but nothing was added to the shop section.

Re: Shop

Posted: Tue Apr 28, 2020 10:44 am
by Lovatto
Hi,

Can you show me a screenshot with the shop window open in the Lobby.

Re: Shop

Posted: Sat May 09, 2020 3:37 pm
by KKHackLabs
Can you set a function to earn coins based on points earned?


Example: for every 100 points earned in a match 1 coin is collected

Re: Shop

Posted: Sat May 09, 2020 4:36 pm
by Lovatto
MFPS already have that, if you check in GameData -> Virtual Coins -> Coins Score Value = How much score / XP = 1 coin,
by default is 100, which means that if the player gets 1000 of score at the end of the match, he will get 10 coins.