Jump to content

Welcome Panel 4.3.5

$16.99
   (74 reviews)
Message added by David,

CUSTOMER SUPPORT 
To report issues with plugin or simply get in touch with me, please use support section on site or create ticket on my discord

On-site Support
 Discord Support    
 

Please allow at least 24 hours for response on site tickets as we all live in different time zones.  Not available during weekends.

15 Screenshots

  • 475.2k
  • 11.5k
  • 41.84 kB

Recommended Comments



12 hours ago, PPlank said:

Is there a command to re-open the welcome message? For example with ServerInfo it's /info but I can't see anything in the description about a way to open the panel. If there is, could you update the description please? 🙂  This is a pre-sales question, and I'll also get the addons too. 😉

It's the Custom chat commands section of the config.
So by default it's /info. Every chat command after that is each tab. You can rename the command to whatever you like.

  • Like 2
Link to comment
Share on other sites
16 hours ago, PPlank said:

Is there a command to re-open the welcome message?

Sorry for longer response time, as @MadKingCraigsaid you can customize that in config but it is /info by default.

  • Like 1
Link to comment
Share on other sites
"Open only once per wipe.": true,

What is the criteria that the plugin uses to detect a wipe? is it a new map save file only? or something else?

Link to comment
Share on other sites
1 hour ago, Zoreeno said:
"Open only once per wipe.": true,

What is the criteria that the plugin uses to detect a wipe? is it a new map save file only? or something else?

It uses the OnNewSave hook which is when a new save file occurs (usually map).

  • Like 1
Link to comment
Share on other sites
15 minutes ago, MadKingCraig said:

It uses the OnNewSave hook which is when a new save file occurs (usually map).

Ok thanks. When i wiped the map and the save file it didn't pop up for people when reconnecting after wipe. But that may have been something I did wrong on my end. 

Link to comment
Share on other sites
On 12/1/2021 at 4:52 PM, David said:

Not possible right now, but I can figure something out next update. 

 

Will do 👍

add me too please

Link to comment
Share on other sites
On 11/22/2021 at 9:33 PM, David said:

Hey, you will find all anchor settings inside data/WelcomePanel/cuiData.json, there you can find LogoPanel or you can use ingame editor to position logo (/wp_edit).

My Welcome Panel dont have the Logo section..I've been trying to figure out how to do this for hours now
Alright i found it. I dont why but i think im stupid.
€dit: nvm its not showing up the logo I really don't know what to do anymore

Edited by Hi im billa
Link to comment
Share on other sites
1 hour ago, Hi im billa said:

My Welcome Panel dont have the Logo section..I've been trying to figure out how to do this for hours now
Alright i found it. I dont why but i think im stupid.
€dit: nvm its not showing up the logo I really don't know what to do anymore

have you checked the Data folder? and refreshed "uMod - Image Library by k1lly0u"? 

Link to comment
Share on other sites
15 minutes ago, Stampy said:

have you checked the Data folder? and refreshed "uMod - Image Library by k1lly0u"? 

No I don't have the Image Library plugin. But I'll see if I can install it. I finally managed to get the picture. I'm having trouble positioning the image correctly.

I have problems with that 
"anchorMin": "0.30 0.200",
"anchorMax": "0.90 1.00",

I'm trying to figure out how to get the picture the right size and where to move the picture. I also use the /wp_edit command
Left and right click crashes my game after a few minutes. Something is happening in the background and my game is crashing. Maybe it's because I don't have an image library? In any case, it is very difficult to do anything. Every step I take almost always costs me a whole day.

Link to comment
Share on other sites
53 minutes ago, Stampy said:

have you checked the Data folder? and refreshed "uMod - Image Library by k1lly0u"? 

I got it now. Everything as it should, but it was the hardest birth of my life.

Link to comment
Share on other sites
7 hours ago, Hi im billa said:

I got it now. Everything as it should, but it was the hardest birth of my life.

Sorry I wasn't there to provide answers but Im glad you figured out yourself tho 😄

Link to comment
Share on other sites

Love this plugin so much especially with the addon. Question though, how do i change the logo on the in-game template so i can use my own? I don't see it anywhere in the config files. Thanks!

Link to comment
Share on other sites
3 hours ago, Jaerezz said:

Love this plugin so much especially with the addon. Question though, how do i change the logo on the in-game template so i can use my own? I don't see it anywhere in the config files. Thanks!

oxide/data/WelcomePanel/cuiData.json

image.png.931e742fc472ca357a57a1d388371412.png

  • Like 1
Link to comment
Share on other sites

does someone have a config file they could share that has commands list trying to figure how to do it 

  • Like 1
Link to comment
Share on other sites

@FatherDo you mean command list for this plugin ?
/wp_template - opens template menu.
(chat) /wp_edit - opens ui editor.
(console) wp_movevalue <value> - change how much will panel move each click. default 0.01
(console) wp_color <rust color code> - change color of panel you currently editing.
The rest is in the config to set

Link to comment
Share on other sites
1 hour ago, MuB-Studios said:

@FatherDo you mean command list for this plugin ?
/wp_template - opens template menu.
(chat) /wp_edit - opens ui editor.
(console) wp_movevalue <value> - change how much will panel move each click. default 0.01
(console) wp_color <rust color code> - change color of panel you currently editing.
The rest is in the config to set

no i'm trying to make section for server commands in game for players

Link to comment
Share on other sites

@FatherThis ?

  "Tab #9 Settings": {
    "Enabled": true,
    "Button Title": "Commands",
    "Button Icon Img": "http://333017_web.fakaheda.eu/star.png",
    "Base Text Size": 17,
    "Base Text Color": "1 1 1 1",
    "Text Style": "robotocondensed-regular.ttf",
    "Text Outline Color": "0 0 0 1",
    "Text Outline Thickness": "1.5",
    "Text Align": 4,
    "Text Lines": [
      "<size=27><color=#4A95CC><i> Player Commands</i></color></size>",
      "",
      "Kits = /infounter Kit",
      "Rucksack = /backpack ",
      "Info = /info",
      "New Name = /rename",
      "Taxi = /taxi",
      "RemoverTool = /remove",
      "BGrade = /bgrade 1-4",
      "Sign Artist = /Sil (URL)",
      "SkinBox = /sb"
    ],
    "Background Image URL": "",
    "Background Image Anchoring": [
      "0 0",
      "1 1"
    ]
  },
 

Link to comment
Share on other sites
13 minutes ago, MuB-Studios said:

@FatherThis ?

  "Tab #9 Settings": {
    "Enabled": true,
    "Button Title": "Commands",
    "Button Icon Img": "http://333017_web.fakaheda.eu/star.png",
    "Base Text Size": 17,
    "Base Text Color": "1 1 1 1",
    "Text Style": "robotocondensed-regular.ttf",
    "Text Outline Color": "0 0 0 1",
    "Text Outline Thickness": "1.5",
    "Text Align": 4,
    "Text Lines": [
      "<size=27><color=#4A95CC><i> Player Commands</i></color></size>",
      "",
      "Kits = /infounter Kit",
      "Rucksack = /backpack ",
      "Info = /info",
      "New Name = /rename",
      "Taxi = /taxi",
      "RemoverTool = /remove",
      "BGrade = /bgrade 1-4",
      "Sign Artist = /Sil (URL)",
      "SkinBox = /sb"
    ],
    "Background Image URL": "",
    "Background Image Anchoring": [
      "0 0",
      "1 1"
    ]
  },
 

"Text Lines": [
      "Commands can be run from your PIP-Boy so just look through the screens for the icon that matches the plugin you want to use. Plugins are buyable from the GUI Shop NPC's at the <color=yellow>/Outpost</color>.\n<color=yellow>/xpstats</color> a menu for assigning your XP points\n<color=yellow>/msg</color> Checks phone messages\n<color=yellow>/votemap</color> vote on the next map\n<color=yellow>/info</color> the Fallout Survival Manual and a guide to the Wasteland\n<color=yellow>/pnpc</color> Your personal npc. First buy the Bot from the GUI Shop at the <color=yellow>/Outpost</color>\n<color=yellow>/poll</color> submit your vote on questions for an easy 500 Coins per question\n<color=yellow>/raidme easy/hard/expert or nightmare</color> brings the meanest NPC's to attack your base\n<color=yellow>/market</color> The Resource Market to sell pinecones, gold nuggets and prime meat.\n<color=yellow>/skinbox</color> over 2,000 free skins to put on your items\n<color=yellow>/tokens</color> is your VIP Token wallet for some items purchased from the GUI Shop.\n<color=yellow>/backpack</color> say no more\n<color=yellow>/job</color> Job Centre to select a profession to earn Coins\n<color=yellow>/taxi</color> will call an NPC Taxi to your location\n<color=yellow>/achievements</color> is the GUI showing your unlocked achievements\n<color=yellow>/giveaway claim</color> will give you items you have won in this hourly giveaway raffle. Coins go straight to your Bank balance.\n<color=yellow>/balance</color> shows your Coins bank balance. Also shown in your hud bottom left.\n<color=yellow>/pr</color> Player Ranks\n<color=yellow>/pc</color> Player Challenges\n<color=yellow>/Q</color> Active Quests\n<color=yellow>/br</color> Activate Base repair hammer\n<color=yellow>/up 1 - 4</color> Upgrade Building materials 1=wood 2=stone 3=metal 4=hqm\n<color=yellow>/down 1-4</color> Downgrade Building materials."
    ],

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 27
  • Sad 3
  • Love 20

David's Collection

User Feedback

1.3m

Downloads

Total number of downloads.

6.5k

Customers

Total customers served.

95.8k

Files Sold

Total number of files sold.

1.9m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.