Skip to content

Instantly share code, notes, and snippets.

@acidumirae
acidumirae / AutoDoors.cs
Created December 6, 2024 05:30
Fix the type 'System.Text.StringBuilder' cannot be used as type parameter 'T' in the generic type or method 'Pool.Free<T>(ref T)'.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Facepunch;
using Newtonsoft.Json;
using Oxide.Core;
using Oxide.Core.Plugins;
using UnityEngine;
@acidumirae
acidumirae / SkinBox.cs
Created December 5, 2024 21:49
Quick and dirty fix for 'PlayerInventory' does not contain a definition for 'AllItemsNoAlloc'
using Facepunch;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using Oxide.Core;
using Oxide.Core.Configuration;
using Oxide.Core.Libraries;
using Oxide.Core.Plugins;
using System;
using System.Collections;
using System.Collections.Generic;
@acidumirae
acidumirae / TeleportGUI.cs
Last active December 5, 2024 20:56
Rust TeleportGUI quick & dirty patch for 'PhoneController' does not contain a definition for 'PositionToGridCoord' | Line: 198, Pos: 64
using System;
using System.Collections;
using System.Collections.Generic;
using Newtonsoft.Json;
using Oxide.Core;
using Oxide.Ext.Chaos;
using Oxide.Ext.Chaos.UIFramework;
using Oxide.Core.Plugins;
using UnityEngine;
using System.Linq;
INFO global: Vagrant version: 2.3.7
INFO global: Ruby version: 3.1.3
INFO global: RubyGems version: 3.3.26
INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-2.3.7\\bin\\vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\HashiCorp\\Vagrant\\embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_LOG="debug"
WARN global: resolv replacement has not been enabled!
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-2.3.7/plugins/commands/autocomplete/plugin.rb