Fancy Init - Server Intro & Rewards

(4)
(90)
You can always read the reviews or discuss this product
Media gallery
Fancy Init Showcase
Buy product
In short

🤩 Enhance your players' first impression of your server and reward them for joining your group with Fancy Init! With a sleek and user-friendly interface, presets, and extensive customization, Fancy Init makes it effortless and enjoyable to do so.

Welcome players of your server in style with Fancy Init! Easily create cinematic intros to show off your server's best spots or just add a touch of flair. It's all about making your server shine!

Fancy Init also offers a convenient and flexible reward system for joining your Steam group. Simply input your group link and select the reward type. This will immediately help boost the activity and grow the number of members in your Steam community. 🥰


🪙Supported Rewards:

DarkRP Money

Pointshop Points

Pointshop 2 Points

Pointshop 2 Premium Points

AShop Coins

AShop Premium Coins


How to open menu?: Simply enterfancy_initconsole command.

🔥Features:

💎Advantages:

  • Realtime ingame costumization - everything is here and now.
  • The UI is fancy, smooth animated, and adaptive. It has been tested on various screen resolutions.
  • Optimized networking - we're compressing data before sending it to your players.
  • Compatible with any gamemode.
  • Preset support.
  • DRM free.

🎥Intro:

  • Easy and intuitive Camera setup.
  • Intro Camera pitch/roll shake force costumization.
  • Ability to select Camera overlays.
  • Welcome text costumization.
  • [NEW] You can set welcome text as HTML object (change font,add icons, gif, etc.).

🎁Steam Group Rewards:

  • Fastest realtime Steam group rewards parser, you dont need anything then link.
  • Reward type and amount costumization.
  • Various reward types supported, and probably will be added more.
  • Ability to add your own rewards types in sh_config.lua
  • Rewards tracking and reseting through UI.

🎛️Background Music:

  • Background music costumization.
  • Ingame music file browser support.
  • Dropbox/google drive/one drive/direct links support.
  • Download Fancy Init
  • Drag fancy_init folder from archive into your server addons folder.
  • Restart server

You dont need to worry about content. The Fancy Init already includes workshop contet that automatically downloads when player joins your server.

How to open menu?: Simply enterfancy_initconsole command.

🔥Features:

💎Advantages:

  • Realtime ingame costumization - everything is here and now.
  • The UI is fancy, smooth animated, and adaptive. It has been tested on various screen resolutions.
  • Optimized networking - we're compressing data before sending it to your players.
  • Compatible with any gamemode.
  • Preset support.
  • DRM free.

🎥Intro:

  • Easy and intuitive Camera setup.
  • Intro Camera pitch/roll shake force costumization.
  • Ability to select Camera overlays.
  • Welcome text costumization.
  • [NEW] You can set welcome text as HTML object (change font,add icons, gif, etc.).

🎁Steam Group Rewards:

  • Fastest realtime Steam group rewards parser, you dont need anything then link.
  • Reward type and amount costumization.
  • Various reward types supported, and probably will be added more.
  • Ability to add your own rewards types in sh_config.lua
  • Rewards tracking and reseting through UI.

🎛️Background Music:

  • Background music costumization.
  • Ingame music file browser support.
  • Dropbox/google drive/one drive/direct links support.
You can do almost everything by using ingame UI, but there is couple of things you could modify in sh_config.lua.Here is smol preview and explanation:


Modifying access by adding usergroup in a table:

Config.HasAccess={

["superadmin"]=true,

-------^^^Only superadmin can use menu by default^^^-------

["admin"]=true, -- its that simple how access for admin or any other group can be added

}

You can add your own reward type, its pretty easy if u know what you doing:

Config.rewards_types={

    ["DarkRP Money"]=function(ply,amount) ply:addMoney(amount) end,

    ["Pointshop Points"]=function(ply,amount) ply:PS_GivePoints(amount) end,

    ["Pointshop 2 Points"]=function(ply,amount) ply:PS2_AddStandardPoints(amount) end,

    ["Pointshop 2 Premium Points"]=function(ply,amount) ply:PS2_AddPremiumPoints(amount) end,

    ["AShop Coins"]=function(ply,amount) ply:ashop_addCoinsSafe(amount,false) end,

    ["AShop Premium Coins"]=function(ply,amount) ply:ashop_addCoinsSafe(amount,true) end,

    -------^^^Above Rewards Supported by Default^^^-------

    ["My Reward Type"]=function(ply,amount) ply:GiveWeapon("gmod_camera") end, --your own reward type exemple

}

See? It's so easy! Just dont forget about commas.😸


Also you can modify or add your own translation inlua/f37ch_fancy_init/translationfolder.
🔥Features:

💎Advantages:

  • Realtime ingame costumization - everything is here and now.
  • The UI is fancy, smooth animated, and adaptive. It has been tested on various screen resolutions.
  • Optimized networking - we're compressing data before sending it to your players.
  • Compatible with any gamemode.
  • Preset support.
  • DRM free.

🎥Intro:

  • Easy and intuitive Camera setup.
  • Intro Camera pitch/roll shake force costumization.
  • Ability to select Camera overlays.
  • Welcome text costumization.
  • [NEW] You can set welcome text as HTML object (change font,add icons, gif, etc.).

🎁Steam Group Rewards:

  • Fastest realtime Steam group rewards parser, you dont need anything then link.
  • Reward type and amount costumization.
  • Various reward types supported, and probably will be added more.
  • Ability to add your own rewards types in sh_config.lua
  • Rewards tracking and reseting through UI.

🎛️Background Music:

  • Background music costumization.
  • Ingame music file browser support.
  • Dropbox/google drive/one drive/direct links support.
Upload music file to your dropbox, then just click share button on the right side:





✅You will see something like this. You can use it in Fancy Init URL entry:



😸That's was easy, right?
🔥Features:

💎Advantages:

  • Realtime ingame costumization - everything is here and now.
  • The UI is fancy, smooth animated, and adaptive. It has been tested on various screen resolutions.
  • Optimized networking - we're compressing data before sending it to your players.
  • Compatible with any gamemode.
  • Preset support.
  • DRM free.

🎥Intro:

  • Easy and intuitive Camera setup.
  • Intro Camera pitch/roll shake force costumization.
  • Ability to select Camera overlays.
  • Welcome text costumization.
  • [NEW] You can set welcome text as HTML object (change font,add icons, gif, etc.).

🎁Steam Group Rewards:

  • Fastest realtime Steam group rewards parser, you dont need anything then link.
  • Reward type and amount costumization.
  • Various reward types supported, and probably will be added more.
  • Ability to add your own rewards types in sh_config.lua
  • Rewards tracking and reseting through UI.

🎛️Background Music:

  • Background music costumization.
  • Ingame music file browser support.
  • Dropbox/google drive/one drive/direct links support.
Firstly upload music file to your gdrive, then right-click on it and select Share>Share:





✅Then, just copy the link and paste it in Fancy Init URL entry:



😸Easy-peasy.
🔥Features:

💎Advantages:

  • Realtime ingame costumization - everything is here and now.
  • The UI is fancy, smooth animated, and adaptive. It has been tested on various screen resolutions.
  • Optimized networking - we're compressing data before sending it to your players.
  • Compatible with any gamemode.
  • Preset support.
  • DRM free.

🎥Intro:

  • Easy and intuitive Camera setup.
  • Intro Camera pitch/roll shake force costumization.
  • Ability to select Camera overlays.
  • Welcome text costumization.
  • [NEW] You can set welcome text as HTML object (change font,add icons, gif, etc.).

🎁Steam Group Rewards:

  • Fastest realtime Steam group rewards parser, you dont need anything then link.
  • Reward type and amount costumization.
  • Various reward types supported, and probably will be added more.
  • Ability to add your own rewards types in sh_config.lua
  • Rewards tracking and reseting through UI.

🎛️Background Music:

  • Background music costumization.
  • Ingame music file browser support.
  • Dropbox/google drive/one drive/direct links support.

🔥Features:

💎Advantages:

  • Realtime ingame costumization - everything is here and now.
  • The UI is fancy, smooth animated, and adaptive. It has been tested on various screen resolutions.
  • Optimized networking - we're compressing data before sending it to your players.
  • Compatible with any gamemode.
  • Preset support.
  • DRM free.

🎥Intro:

  • Easy and intuitive Camera setup.
  • Intro Camera pitch/roll shake force costumization.
  • Ability to select Camera overlays.
  • Welcome text costumization.
  • [NEW] You can set welcome text as HTML object (change font,add icons, gif, etc.).

🎁Steam Group Rewards:

  • Fastest realtime Steam group rewards parser, you dont need anything then link.
  • Reward type and amount costumization.
  • Various reward types supported, and probably will be added more.
  • Ability to add your own rewards types in sh_config.lua
  • Rewards tracking and reseting through UI.

🎛️Background Music:

  • Background music costumization.
  • Ingame music file browser support.
  • Dropbox/google drive/one drive/direct links support.
Product reviews

4.50 average based on 4 reviews

Injasu
Good
Easy in-game customization and great features. For now it is getting updates, but I hope that more features are added in the future!
By Injasu -
(version 1.12)
[CCT2] Cow Mangler
Great Intro for Servers
This Intro addon is top notch when it comes to customizability. You can have really great aesthetics if you configure it right. The developer also takes care of their addon and really well and is very fast when it comes to support and considers suggestions as well. Definitely worth the purchase.
By [CCT2] Cow Mangler -
(version 1.0.9)
TheStarHD
Gmod Intro
The Intro System is nice and working but on me is the Costume Music module with Dropbox not working. Also I find the Admin panel is green and not Dark or Light this steals is not my favorite.
By TheStarHD -
(version 1.0.2)
Author's reply
Thanks for the review! Btw feel free to DM me or open ticket about you issue with Dropbox. I'll try my best to help you solve the problem.
By Octaver -
Dreamworks
Good Working Script Compared To The Older Broken Ones
Easy Set Up **Tick** Easy Install **Tick** UI needs some work as it looks very basic but I hope this developer well and hope over time his UI coding will get better and hope he doesn't get dis-heartened
By Dreamworks -
(version 1.0.6)
Author's reply
Thank you for the first and informative review! ^_^
By Octaver -
Buy product
f37ch
4 products - 1 members
Looking for reliable and easy-to-use game server hosting with free Anycast and DDoS protection? Get 30% off your first payment at Physgun with the coupon code gmodstore at checkout.
Product details
Views:
6,809
Purchases:
69
Added:
Updated:
Price:
$9.50
Languages:
Russian, English, Ukrainian, French, Spanish
Requirements
None specified
Actions
Report
Search products...