Jump to content

Fruster

Creator
  • Posts

    2,648
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Fruster

  1. Fruster

    Error

    do you mean these errors? Failed to find dismount position for player :Scientist / 381 on obj : AirfieldEventCH47 Failed to find dismount position for player :Scientist / 400 on obj : AirfieldEventCH47 Failed to find dismount position for player :Scientist / 404 on obj : AirfieldEventCH47 Failed to find dismount position for player :Scientist / 546 on obj : AirfieldEventCH47 Failed to find dismount position for player :Scientist / 589 on obj : AirfieldEventCH47
  2. Fruster

    stucked inside :P

    Hi! Which dungeon exactly are you having trouble with?
  3. Fruster

    error

    Please check again after this latest update
  4. Fruster

    Error

    Please check again after this latest update
  5. Fruster

    Error

    Please attach your .json config file, I will check it
  6. Fruster

    error

    Please attach your .json configuration file
  7. Fruster

    error

    You are welcome! Thanks for your help
  8. Fruster

    Error

    Hey! try updating the plugin and restarting the server, then let me know the results, please
  9. Fruster

    error

    try updating the plugin and restarting the server, then let me know the results, please
  10. Fruster

    error

    Try changing the OnEntitySpawned and OnEntityKill hooks like this: private void OnEntitySpawned(BuildingPrivlidge entity) { if (entity == null) return; tcList.Add(entity.transform.position); } private void OnEntityKill(BuildingPrivlidge entity) { if (entity == null) return; tcList.Remove(entity.transform.position); } Let me know the results, please
  11. Changed Status from Pending to Closed
  12. Fruster

    Blacksmith

    balacksmith_add_spawnpoint -adds a blacksmith spawn point to your current location and links it to the nearest monument. Just stand in the right place and enter this command
  13. Fruster

    Blacksmith

    Hi, how exactly do you add a new blacksmith point?
  14. Fruster

    error

    Hey! I'll check this later. Try installing a previous version of the plugin, will that fix the error?
  15. Fruster

    Won't start

    Changed Status from Pending to Closed
  16. Fruster

    Won't start

    Thank you for your help!
  17. Hey! Thanks for the suggestion for improvement, I've added it to my list, maybe I'll add it later
  18. Fruster

    Won't start

    Hey! Make sure copypaste is using this exact folder for saved builds. Try copying something using the /copy command. Will the build file actually be saved in this folder?
  19. Fruster

    error throwing

    Changed Status from Pending to Fixed Changed Fixed In to 1.0.7
  20. Fruster

    error throwing

    You are welcome!
  21. Fruster

    error throwing

    I don't have any problems, I double-checked. Try changing the AddRoadList method like this: private void AddRoadList() { foreach (var item in GameObject.FindObjectsOfType<GameObject>()) { if (item == null) continue; if (item.name.Contains("Road Mesh")) roadList.Add(item.transform.position); } foreach (var item in BaseNetworkable.serverEntities.OfType<BaseEntity>()) { if (item == null) continue; if (item.name.Contains("assets/prefabs/misc/junkpile/junkpile")) roadList.Add(item.transform.position); } } then let me know the results please
  22. Fruster

    error throwing

    The plugin's reload isn't helping? What's the map seed? Please provide the exact seed and size. I'll check it out.
  23. Fruster

    error throwing

    Hi, are there definitely roads on the map?
  24. Fruster

    Just wasnt what i thought

    Changed Status from Pending to Closed
  25. Fruster

    error

    Changed Status from Pending to Fixed Changed Fixed In to 1.0.5

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.8k
Customers served
Files Sold
168.4k
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.