-
Posts
444 -
Joined
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by beee
-
Actually i think Placeholder API is nice, i have a version that should support it. If you're willing to test it DM me on discord .b.e.e.e.
-
I don't have integration with Placeholder API currently, only variables mentioned in the description currently are supported. I will be adding more soon for wipe date and ETA, and will look into adding more like the one you suggested. Will also look into Placeholder API as i haven't used it before.
-
Hey @BetterDeadThanZed, sorry haven't been notified anywhere when you sent that. Is that still an issue?
-
Changed Status from Pending to No Response
-
Changed Status from Pending to No Response
-
Ok I think I know what you meant (only after someone else asked about same thing). Please note that this is a support question for the main plugin not this editor. But the following is from my experience: The amount of loot spawned in a base depends mostly on the settings you have in the profile of the base difficulty. If the settings state that 50 items to spawn for example, it will be distributed to the base boxes evenly. If only 5 items showing per box then you have too many boxes for the items amount you set in the profile config. Check settings like "Amount Of Items To Spawn", "Allow Duplicate Items", "Loot Amount Multiplier".
-
The amount of loot spawned in a base depends mostly on the settings you have in the profile of the base difficulty. If the settings state that 50 items to spawn for example, it will be distributed to the base boxes evenly. If only 5 items showing per box then you have too many boxes for the items amount you set in the profile config. Check settings like "Amount Of Items To Spawn", "Allow Duplicate Items", "Loot Amount Multiplier". Please note that this is mostly a support question to the main plugin not this editor.
-
Not sure I get what you mean, can you try to clarify?
-
Changed Status from Pending to Closed
-
Changed Fixed In to 1.4.6
-
If you run the app from a pc that has the game installed, it will automatically add missing items.
-
Awesome plugin, super fun having bands performing in town area. It's a bit tricky getting proper midi files that would sound good, especially filtering notes for each npc can be tedious and hard to get it to work perfectly on multi channel midis (but i understand how tricky it is and it's totally usable as it is). Setting up npcs spawn points, outfits, instruments is straight forward and works without any issues. Also developer is present and quick with the support which I appreciate.
- 30 comments
-
- #bands
- #npc bands
- (and 13 more)
-
Changed Status from Pending to Not a Bug
-
Will look into that. That could cause an issue of not being able to add Custom Items easily, you might want to have many items that are based on the same shortname. It would need rework of the UI which I doubt I will do but will keep in mind. Will include a remove disabled option next update. Will look into that. Will look into that. If you have Rust client installed on same machine, you can delete the images from the Assets folder and it will grab up to date images from steam folder. Will fix next update. Will look into that. Due to several other variables that define how much loot will show up (Profile settings, Bases boxes) + me having to use a chunk of the paid plugin code to generate, I doubt that will be added at this time. Couldn't replicate. Will look into that.
-
Changed Status from Pending to Closed
-
All you need to do is remove DeathNotes if you want to keep it in chat or place it at the end if you want to move it to notifications but remove the others. Order matters in this case. Attached a version with it at the end, let me know if that works out as you need.ChatToNotifications.json
-
can you show me your current config file?
-
Here as an example I set for you three keywords of the bots to be converted to notifications if found, you can also just do "[DeathNotes]" if you want to convert all messages containing that keyword. The three examples I have below are set to show as "NotificationOnly", you can also set them as "Neither" if you want them not to show at all. { "Version": { "Major": 1, "Minor": 2, "Patch": 12 }, "General settings": { "Can filter player messages?": false, "Recent notifications command": "n", "Show time (gametime, servertime, none)": "gametime" }, "Server messages settings - 'say' command": { "Convert all server messages?": false, "Prefix": "[Server]", "Prefix color": "#FFB84C" }, "Notification area settings": { "Time visible (in seconds)": 10, "Max # of notifications visible": 10, "Alternate color 1": "#212741", "Alternate color 2": "#303856", "Opacity": 70.0, "Width": 350.0, "Position (Top, TopLeft, TopRight, Left, Right, Center, Bottom, BottomLeft, BottomRight)": "TopRight", "X axis": 15.0, "Y axis": 15.0, "Single notification settings": { "Height": 20.0, "Font size": 11, "Text alignment (left, right, center)": "center", "Default text color (if not formatted)": "#ffffff" } }, "Recent notifications modal settings": { "Primary color": "#212741", "Secondary color 1": "#18122B", "Secondary color 2": "#303856" }, "Chat partial text to convert to notification": { "Sledge": { "Shows as? (NotificationOnly | ChatAndNotification | Neither)": "NotificationOnly", "Force Color": false, "Color": "#ffffff", "Enable Regex Formatting": false, "Advanced Formatting - Regex Pattern": "", "Advanced Formatting - Regex Replacement": "" }, "Blazer": { "Shows as? (NotificationOnly | ChatAndNotification | Neither)": "NotificationOnly", "Force Color": false, "Color": "#ffffff", "Enable Regex Formatting": false, "Advanced Formatting - Regex Pattern": "", "Advanced Formatting - Regex Replacement": "" }, "Juggernaut": { "Shows as? (NotificationOnly | ChatAndNotification | Neither)": "NotificationOnly", "Force Color": false, "Color": "#ffffff", "Enable Regex Formatting": false, "Advanced Formatting - Regex Pattern": "", "Advanced Formatting - Regex Replacement": "" } }, "Regex filters (Advanced)": {} }