-
Posts
445 -
Joined
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Swedish Chef
-
@nivex ahh nice, thats cool, ta. sorry i was a bit confused there for a bit.. (had a stroke a while ago, slow sometimes ) staring at the screen thinking, 'man, which one is he talking about, thats so many words in a row.. lol makes sense now, ta. 'Minutes Until Despawn After Looting Resets When Damaged' is much nicer, then i can lower the 'Minutes Until Despawn After Inactive'... i think. thanks (ps just deleted a msg i sent you, had a question, solved)
-
my servers vanilla-ish, so i dont want bases to despawn too quick after the tc is gone, because there might be more boxes, or they might be eco-raiding, softsiding etc, so ive got pretty lax settings "Minutes Until Despawn After Looting (min: 1)": 45, "Minutes Until Despawn After Inactive (0 = disabled)": 45, "Minutes Until Despawn After Inactive Resets When Damaged": true,
-
- 222 comments
-
- 1
-
-
nivex could you look at having a config entry for steamid to use for the chat notifications please? makes the chat look so much nicer having icons.. edit: actually just remembered i havent even looked at the gui notifications, but im not a fan of gui stuff, gets a bit much the more plugins.. and i just got on a roll of sorting out my icons.
-
i have fixed the error with OnEntityTakeDamage(BaseCombatEntity entity, HitInfo info) var find = Physics.OverlapSphere(entity.transform.position, 1f, -1); foreach(var collider in find) { if(collider == null) continue; //custom if(collider.isTrigger) continue; //custom i dont know much about colliders and things but this got rid of the error. until you fix it properly.
-
Thats the key. Yea you can see theres different ways to do the loot, but If your server is vanilla-ish rates, that right there is more important. Its easy to adjust loot tables, but its hard to adjust bases I know all bases in my easy tier cost about 8500 sulphur to raid. So i know the easy tier loot is appropriate. (The higher your servers gather rates, the less important this is. It just matters more down at vanilla rate)
-
-
The GUI Announcements.. i like making UI stuff small.. "GUI Announcements setting": { "Do you use the GUI Announcements? [true/false]": true, "Banner color": "Grey", "Text color": "White", "Adjust Vertical Position": 0.03 }, i like its centered horizontally, but can we have the font size please? i can move it vertically, but i need to then shrink it. even the font style too if possible, its bold at the moment, which is good for large text, but gets hard to read the smaller the text, Font = "robotocondensed-regular.ttf" looks good at the smaller sizes (16) i hardcoded this stuff and it looks really good,
-
i imagine that means, 'yea, what he said..' thats a decision youll have to make. if.. youre not into fixing errors, finding bugs, spending time configuring things, building wicked raidable bases.. then id say play mindcraft but if you want to fix that error, open the file /home/container/oxide/data/RaidableBases/Profiles/Nightmare Bases.json go to line 375, position 38 and around that position, there'll be a character out of place, i dont know exactly what it will be, but it could be comma, or could be missing a comma, a quote, or missing some quotes.. but you should be able to see the odd thing out. sounds like you havent got a lot of experience, at this stage i dont know if your problem was caused by you editing the file, or just using commands, so its kinda hard thinking exactly what to tell you how to exactly fix it. but if you have no luck, then attach the file (the profile json file from above) and ill have a look. definitley have a go first tho.. sometimes you dont get far without hitting errors
-
[UpdatesChecker] Codefling has an update available for Shop.
Swedish Chef replied to Swedish Chef's Support Request in Support
Exclude it? Dont make checker ignore it forever tho..