-
Posts
1,630 -
Joined
-
Last visited
-
Days Won
10
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by walkinrey
-
Version 1.0.0
78 downloads
Bring your bases to life easily with PNPC Builder AI Addon — it makes your PNPCs able to construct any CopyPaste base design! Just assign a build point, and your bot will get to work! Features: 🏗 Automated Construction • Activate builder mode using /pnpc build. • Choose a build location, and bot will begin constructing your base. Landscape & Obstacle Check • Terrain scanning ensures proper placement. • Prevents building near restricted zones such as roads, monuments, or other tool cupboards. Customisation • Configure build speed, obstacles check and other settings. • You can optionally require resources for construction. How to Use: Spawn your Personal NPC and enter "/pnpc build" command. Use the middle mouse button to select your build point. The NPC checks the area and starts construction. Relax and watch how your bot brings your base to life! Requirements: • PersonalNPC Plugin • CopyPaste Plugin • Build files must be stored in /oxide/data/copypaste/ This addon is free for all owners of the PersonalBuilder plugin. Contact me in PM to receive your free copy. See it in Action! Watch the Video Configuration: To make the default config work, you need to download the build file (link below) and place it in this directory "/oxide/data/copypaste". Link: https://drive.google.com/file/d/1Y5ja8DvWVvcPl92hDfJeu0iZe9_YSuKk/view?usp=sharing { "Available buildings (by PNPC bot spawn name)": { "bot1": [ { "The name of the building to be selected via /pnpc build {building_name}": "builder_test1", "CopyPaste file name": "builder_test", "Require resources?": false, "Enable building block upgrade effects?": true, "Speed": { "Bot speed multiplier": 1.0, "Build speed multiplier": 1.0, "Time to check 1 foundation": 0.15, "Time to check 1 building block": 0.15 }, "Build": { "Max allowable height of foundation": 3.1, "Start height to ground": 0.5, "Max depth when building in water": 2.5, "Disable stability?": false, "Checks": { "Check is close to road?": true, "Check is building blocked?": true, "Check for Prevent Building triggers": true, "Prevent Building check radius": 10.0 }, "Doors": { "Deploy doors?": false }, "Cupboards (experimental)": { "Deploy cupboards?": false, "Authorize the owner?": false } } } ] } }$9.90 -
Version 1.0.2
22 downloads
Unleash the wild side of your NPCs with the PNPC Hunter AI Addon — it allows your NPCs to hunt, harvest animals and use bows/crossbows. Features: Automated Hunting • Activate hunting mode with "/pnpc hunting" command. • Your NPC will scan the area for animals within a set radius and start to hunt animals. Combat & Harvesting • Adds bow and crossbow support for PNPCs. • After the kill, bot will automatically harvest the animal if equipped with needed tools (e.g., bone knife, combat knife). Customization & Control • Configure hunt radius for target detection. • Specify which tools and weapons are allowed to use for hunting and harvesting. How to Use: Spawn your Personal NPC and equip it with allowed weapon. Optionally provide a harvesting tool for resource collection. Use /pnpc hunting to start the hunting mode. Your NPC will hunt, kill, and harvest nearby animals! Requirements: • PersonalNPC Plugin See it in Action! Watch the Video Configuration: { "Hunting radius": 100.0, "Allowed weapons for hunting (shortnames)": [ "bow.compound", "crossbow", "bow.hunting", "legacy.bow", "minicrossbow", "rifle.ak" ], "Allowed tools for hunting (shortnames)": [ "knife.bone", "knife.butcher", "knife.combat", "knife.bone.obsidian", "knife.skinning", "sunken.knife" ] }$9.90 -
added to update list
-
what plugin for PVE you using? can i see your config?
-
Are you sure you don't have any other plugins that can control damage? Because as i remember i was even testing this problem with TruePVE on my server and it was 100% fixed and working. Can i see your configs to check again on my server?
-
Changed Status from Pending to Closed Changed Fixed In to 0.1.3
-
How much is the FPS drop when the farmer starts moving? That's strange because it is working fine with 3 farmers on large bases on my PC with local server + Rust opened using 80% of my PC resources
-
Also, your server lags constantly when this plugin is loaded, or only when farmer is working? Also, does the server lag when farmer is idle?
-
I understand what you are trying to achieve, but he isn't really designed for that. He takes only 9 seeds at a time because he is working based on a task queue. We can make him take all the seeds he needs at once, but that only makes a difference during the first setup (like you have here) when the farm is completely empty. When everything is running, it doesn’t really affect efficiency, and you won't be worried about speed. You said it took around 20 minutes to finish planting 42 planters, but please keep in mind that he also watered them, added fertilizer, and then planted seeds. Watering is the slowest part, and since you have sprinklers, that won’t be an issue in the future because sprinklers will keep water at 100% so the farmer will stop watering on his own. The design goal here wasn’t ultra-fast farming, it's more about fully automated process so you don’t have to handle this farming routine yourself. If you just leave him working, he’ll get everything done for you as soon as he can About performance issues, did you try to set "Controller tick" to 0.2?
-
- Please try to edit values of "Controller tick" and "Brain tick" to check if it will help with performance - Did you add all planters prefabs that you use into the config? Also, are all planters appear in the farmer gui, and set as available for bot? - Did you try to change bot movement speed and farm zone size? I think it's worth trying to edit "Controller tick", "Brain tick", "Movement speed", "Farm zone size" and check if it helps
-
Hi, can i see your config? How many farmers do you have on the server? Are they working on large bases?
-
It won't cause any bugs because it will reject damage anyway with both booleans. I can change it from TRUE to FALSE, but then it may be conflicting again with other plugins that are using TRUE here. I think the best option here is to use ConsoleFilter plugin to just hide this spam https://umod.org/plugins/console-filter
-
Changed Status from Work in Progress to Closed
-
Changed Status from Pending to Closed Changed Fixed In to 1.4.6
-
It’s supposed to return true in these hooks, i think it’s better to ask RealPVE plugin developer, because if i change it to false then it will conflict with other plugins
-
Can i see your config?
-
Or you want to disable shooting at players, and allow only to run over players?