-
Posts
395 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by tacman1981
-
inside the quick smelt plugin itself. look for "public void Cook()" and add the piece of code just after the { under the method name. this will force it to check if the furnace is off, and deactivate the repeating timer.
-
Changed Status from Pending to Not a Bug Changed Fixed In to 1.3.0
-
There is a possible fix for quick smelt so it doesn't continue to repeat the cook timer. inside Cook in quick smelt, you could add this guard to prevent it looping while turned off. if (Furnace == null || !Furnace.IsOn()) { StopCooking(); return; } This should prevent the timer from continuing after my plugin turns the furnace off.
-
Like I suspected, Quick Smelt uses a repeating timer to keep things burning. It doesnt check if the oven is off and continues with the InvokeRepeating which keeps burning things in the furnaces. Quick Smelt must add a proper guard that stops it from cooking while turned off
-
- 10 comments
-
- 4
-
-
- #buildingworkbench
- #workbench
-
(and 2 more)
Tagged with:
-
- 1,601 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
this is exactly what i thought too, ive had paid plugins rejected because "umod has a better 1 for free". the 1 on umod wasnt compiling when i wrote and and published it, and also didnt have half of my features. related to this plugin, im using a custom 1 i got for free from a discord server, i think from the skilltree discord.
- 10 comments
-
- 1
-
-
- #buildingworkbench
- #workbench
-
(and 2 more)
Tagged with:
-
- 21 comments
-
Error while compiling StaticLootables: Invalid expression term '[' | Line: 43, Pos: 35
tacman1981 replied to ChardaZAR's Support Report in Support
same here. hopefully this gets fixed soon -
Quality Crafter not working as intended
tacman1981 replied to tacman1981's Support Report in Support
ok, its something in crafting controller, off to umod. you may now close the ticket. -
Quality Crafter not working as intended
tacman1981 replied to tacman1981's Support Report in Support
i dont have any other plugin that mess with this functionality, yet it doesnt give me slots on my crafted gear. any ideas? ive narrowed it down to a random permission, but i gotta check like 200 plugins -
as the title says, the quality crafter skill is crafting armour pieces with no slots, even with 3 levels in it. i believe i reported this about a month ago in discord but nothing ever came of it.
-
Version 1.4.7
364 downloads
Permission based plugin which automatically stops furnaces and refineries when there are no ores/crude, and restarts them when new items are added. Includes optional behaviour to turn off all of a player’s ovens on logout and back on at login. Permissions: furnacenoorestop.use – Enables automatic stop/start of furnaces and refineries. Grants functionality regardless of who adds items. Note: Does not affect oil refineries in Safe Zone. If the oven already contains cookables and is off, adding more will start it when the interface is closed, provided there is fuel inside. Config: { "Turn off furnaces when players disconnect?": false, "Turn on players furnaces when they connect?": false, "Debugging (for development and repairs)": false, "Turn furnace on when closing furnace UI?": false, "List of prefab ids allowed to be affected by this plugin. You can find prefab IDs by enabling debug and looking at the console when you loot the oven. (will repopulate with defaults if emptied)": [ 3808299817, 2931042549, 2013224025, 1374462671, 1057236622 ], "Items that are allowed to trigger the ovens to turn on and off. Do not add wood, the whole point of the plugin is to turn off when wood is the only contents. (will repopulate with defaults if emptied)": [ "metal.ore", "hq.metal.ore", "sulfur.ore", "crude.oil" ] } The above config, uses a whitelist style for each oven. here is a short list of deployed furnace ids with the shortnames. 3808299817, //electric furnace deployed 2931042549, //regular furnace deployed 2013224025, //legacy furnace deployed 1374462671, //large furnace deployed 1057236622 //oil refinery deployed You can find cookables with the console command "cookables" Enable debug mode in config, then loot an oven in-game to print its prefab ID to console. Do not add wood to trigger items. Fuel-only contents are what cause ovens to shut off automatically. FurnaceNoOreStop - Oxide/Rust Plugin Copyright (C) 2025 TacmanFree-
- #permissions
- #furnace
-
(and 1 more)
Tagged with:
-
it is not the responsibility of the end user to fix problems arising from the plugins code, in this instance, the images accessibility. instead of creating a website explaining how to change things, you could have just moved the images to a more reliable location, but no, you put in extra work to not fix the images.
-
as i am from the uk, this plugin is basically garbage since we can not access imgur. what are the chances you bring this into a state where it works for everyone?
-
- 13 comments
-
- #rsm
- #rust server manager
-
(and 5 more)
Tagged with:
-
tried this today. i ran it and it just instantly closes followed by error reporting launching on it. Application: Rust Server Tool.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.get_MainForm() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(System.String[]) at A̘̖̓̅̃̏̔̒̃̕.Ǎ̍̂̓̅̅́̔̊̈(System.Object, System.String[], A̘̖̓̅̃̏̔̒̃̕) at Rust_Server_Tool.My.MyApplication.Â̗̏̇̊̐̇̋̇̕(System.String[]) Faulting application name: Rust Server Tool.exe, version: 1.7.0.0, time stamp: 0x6900ec2e Faulting module name: Microsoft.VisualBasic.ni.dll, version: 14.8.9037.0, time stamp: 0x62b6466e Exception code: 0xc0000005 Fault offset: 0x00000000001846a5 Faulting process ID: 0x1a00 Faulting application start time: 0x01dc5cc1e925d7bb Faulting application path: D:\Rust Server\Rust Server Tool.exe Faulting module path: C:\Windows\assembly\NativeImages_v4.0.30319_64\Microsoft.V9921e851#\f898e2a27211ec6077fc513a9ffa8f7c\Microsoft.VisualBasic.ni.dll Report ID: 6ea975d6-4ef5-43a4-94b3-20b046ef6547 Faulting package full name: Faulting package-relative application ID:
-
- 1,601 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
- 1,601 comments
-
- 1
-
-
- #leveling
- #progression
- (and 19 more)
-
pretty sure it is server rewards