Jump to content

Markiii

Creator
  • Posts

    592
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Markiii

  1. Been waiting over 2.5yrs lol
  2. Markiii

    Chicken Egg

    What on earth is this? And how did you come up with this valuation?
  3. Markiii

    Scraplings

    I'm a huge fan of your work and I'm sure this is no exception - it looks brilliant and I own all of your plugins up til now i think. For most smaller servers owners currently, the big boys have taken most of our player base so I'm watching the pennies as I'm barely breaking even atm, this ones a little more than I can afford right now but oneday I hope to grab it.
  4. 3 edits: Line ~991, replace: private Timer RefreshStorageDebounceTimer = null; with: private Action RefreshStorageDebounceTimerDestroy = null; Just below it, replace the whole QueueRefreshStorageItems method with: public void QueueRefreshStorageItems( ItemContainerId? containerId, float delay ) { RefreshStorageDebounceTimerDestroy?.Invoke(); RefreshStorageForContainers.Add(containerId); var refreshT = INSTANCE.timer.In(delay, () => { if (!StorageContainers.Any(x => RefreshStorageForContainers.Any(y => y?.Value == x.inventory.uid.Value))) { return; } RefreshStorageForContainers.Clear(); RefreshStorage(onlyItems: true); }); RefreshStorageDebounceTimerDestroy = () => refreshT.Destroy(); } Line ~1273, replace: fakeStorage.CancelInvoke(fakeStorage.DecayTick); with: fakeStorage.decay = null; Then reload. (If they get an error on a Dictionary<string, Timer> line near the bottom, delete that line — it's unused.)
    Really great detail on this one! Answer has a great eye for creating atmosphere!
    Great little monument, love the aesthetics!
    Was quite disappointed with this honestly. I purchased it as I liked the idea of 30 custom build spots.. which it does have. I just didn't account for the lack of creativity they would involve, and there's only a small handful of designs so alot are copy & paste jobs. Besides those it's just a procedurally generated map where not much else is different. For me at least it wasn't worth the purchase... sorry.
  5. Markiii

    not working

    yeah same.....
  6. Markiii

    Just places a workbench t3?

    Loaded plugin Terminal v1.1.11 by 0xF [219ms] [Custom Entities] Registering custom entity WirelessStorageAdaptor : BaseCombatEntity as prefab "assets/custom/storageadaptor.wireless.prefab"... [Custom Entities] Registering custom entity WirelessStorageAdaptor : BaseCombatEntity as prefab "assets/custom/storageadaptor.wireless.prefab"... [Custom Entities] Registering custom entity TerminalCellStorage : BaseCombatEntity as prefab "assets/custom/terminal.cellstorage.prefab"... [Custom Entities] Registering custom entity TerminalCellStorage : BaseCombatEntity as prefab "assets/custom/terminal.cellstorage.prefab"... [Custom Entities] Registering custom entity TerminalEntity : BaseCombatEntity as prefab "assets/custom/terminal.prefab"... [Custom Entities] Registering custom entity TerminalEntity : BaseCombatEntity as prefab "assets/custom/terminal.prefab"... [Custom Entities] Loading savefile from "/home/container/carbon/data/CustomEntities/Terminal.sav"... [Custom Entities] Loading savefile from "/home/container/carbon/data/CustomEntities/Terminal.sav"... [Custom Entities] INFO: The savefile "/home/container/carbon/data/CustomEntities/Terminal.sav" contains no entities, nothing to load. [Custom Entities] INFO: The savefile "/home/container/carbon/data/CustomEntities/Terminal.sav" contains no entities, nothing to load.
  7. Markiii

    Just places a workbench t3?

    Hello, I've installed all the dependencies but still when I place the Terminal I only get a wb3 [Custom Entities] Loading savefile from "/home/container/carbon/data/CustomEntities/Terminal.sav"... [Custom Entities] INFO: The savefile "/home/container/carbon/data/CustomEntities/Terminal.sav" contains no entities, nothing to load. Any idea why?
  8. Markiii

    Broken section

    There's a cliff blocking the drop down behind the fire
  9. Markiii

    Courier NPCs

    Really milking this one now bro lol... maybe you should work on PNPC 2.0 since it's so scuffed
  10. Whats happened here?
  11. Find me on discord bro discord.gg/markiiirust i'll try and help x
    BRILLIANT! Thats all I can say, this solve everything about bases in one hit, storage is under total control from accessing one box you can access them all, search them, categorise them. Oh my word! Thank you Sam!
  12. Same now.. This worked for me, please delete if not allowed. Two changes: Line 342-353 — Changed: csharpvar temp = Pool.GetList<Item>(); temp.AddRange(Data.Container.ItemContainer.itemList); foreach (var container in temp) { if (ulong.TryParse(container.text, out var value) && !ServerWipePersistent(value)) { Data.Container.ItemContainer.itemList.RemoveAll(x => x.text == container.text); } } Pool.FreeList(ref temp); To: csharpvar temp = new List<Item>(Data.Container.ItemContainer.itemList); foreach (var container in temp) { if (ulong.TryParse(container.text, out var value) && !ServerWipePersistent(value)) { Data.Container.ItemContainer.itemList.RemoveAll(x => x.text == container.text); } } Line 672-680 — Changed: csharpvar items = Pool.GetList<Item>(); items.AddRange(from.itemList); foreach (var item in items) { item.MoveToContainer(to, item.position, false, true); } Pool.FreeList(ref items); To: csharpvar items = new List<Item>(from.itemList); foreach (var item in items) { item.MoveToContainer(to, item.position, false, true); } Both just swap pooled lists for regular lists. Slightly more memory allocation but functionally identical.
  13. Of all the points raised here, that's the one you went with? - Show us the optimization, what can we expect, why is your code better?
  14. How do things like this get approved Maybe if it was an established community member who would no doubt have made some changes, but this is one new dev with their first plugin, and whilst i wouldn't want to discourage that - you can literally get an identical plugin from umod for free...
  15. Markiii

    Convoy

    Its been out for a while now, great plugin with brilliant configs - easy to configure every little detail!
  16. Markiii

    Sputnik

    Gets players out of their bases, really great, fun event that requires you to fly about to get the card for the main crate!
    Such a well-thought out plugin by one of the best plugin devs, this adds really unique features - watchout for Pancakes, making you invisible to turrets, crazy!
    Really cool little plugin, probably needs a little bit of love but still works perfectly!
    Great review works really well on my PVE servers, players love the extra challenge! This is such a great plugin!
    Great review works really well on my PVE servers, players love the extra challenge!
    Great, works really well on my PVE servers, players love the extra challenge!

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.9m
Total downloads
Customers
11.9k
Customers served
Files Sold
169.2k
Total sales
Payments
3.7m
Processed total
×
×
  • 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.