[MineTweaker-Scripts & Mod-Configs] Let's Greg other mods!

  • Yep it is the whole config, but for it to work (and to override the standard cfg) you have to put it into: config/PressurePipes/overrides/settings.cfg
    settings.cfg is the config name :) Maybe that we use the config folder structur so anyone can really grab and drop it and it does work

  • I saw the new Github structure folder. Nice. Pressure Pipes are indeed nice if they're tiered this way. =O

    There's a way to nerf every mod, I'm sure. Or almost every...

    Thanks by the way, Mine_Sasha. ;P I do my best to make them feel similar. ;P So that's what I wanted to hear. Except for that Kid's toy...

    [1.7.10][Kirara] New administrator of Kirara  servers. A serie of well-made hardmode GregTech server. Come join the fun. ;]

    Edited once, last by Arch (January 12, 2015 at 2:06 AM).

  • I now have my own version of Gravisuite. Complete.

    Available soon on the community Github. (Available on mine if you're in a hurry

    Display Spoiler
    Code
    // ******** Created by Arch-Nihil ********// *======= Importing Stuff =======*// *======= Variables =======*val GraviSuit = <GraviSuite:graviChestPlate:*>;val AdvNanoSuit = <GraviSuite:advNanoChestPlate:*>;val AdvEJetpack = <GraviSuite:advJetpack:*>;val Vajra = <GraviSuite:vajra>;val UltimateLappack = <GraviSuite:ultimateLappack:*>;val AdvLappack = <GraviSuite:advLappack:*>;val AdvDrill = <GraviSuite:advDDrill>;val AdvChainsaw = <GraviSuite:advChainsaw>;val GraviTool = <GraviSuite:graviTool>;val Relocator = <GraviSuite:relocator>;val VajraCore = <GraviSuite:itemSimpleItem:5>;val Magnetron = <GraviSuite:itemSimpleItem:4>;val SuperconductorCover = <GraviSuite:itemSimpleItem>;val Superconductor = <GraviSuite:itemSimpleItem:1>;val GravitationEngine = <GraviSuite:itemSimpleItem:3>;val EngineBooster = <GraviSuite:itemSimpleItem:6>;val CoolingCore = <GraviSuite:itemSimpleItem:2>;val Teleporter = <IC2:blockMachine2>;val EnergyPack = <IC2:itemArmorEnergypack:*>;val NanoChest = <IC2:itemArmorNanoChestplate:*>;val QuantumChest = <IC2:itemArmorQuantumChestplate:*>;val OverclockerUp = <IC2:upgradeModule>;val CoolantCell60K = <IC2:reactorCoolantSix>;val AdvCircuit = <ore:circuitAdvanced>;val LapotronCrystal = <ore:batteryMaster>;val LapotronicEOrb = <ore:batteryUltimate>;val IVElectricMotor = <gregtech:gt.metaitem.01:32604>;val TSteelRotor = <ore:rotorTungstenSteel>;val SSteelPlate = <ore:plateStainlessSteel>;val TSteelPlate = <ore:plateTungstenSteel>;val IridiumAlloyPlate = <ore:plateAlloyIridium>;val DMagNeodymiumPlate = <ore:plateDenseNeodymiumMagnetic>;val OsmiridiumPlate = <ore:plateOsmiridium>;val NaquadahPlate = <ore:plateNaquadah>;val NeutroniumPlate = <ore:plateNeutronium>;val NqFoil = <ore:foilNaquadah>;val EnrichedNqFoil = <ore:foilNaquadahEnriched>;val NeutroniumBolt = <ore:boltNeutronium>;val OsmiumDrillTip = <ore:toolHeadDrillOsmium>;val SuperCWire = <ore:wireGt01Superconductor>;val SuperCWire4x = <ore:wireGt04Superconductor>;val SuperCWire8x = <ore:wireGt08Superconductor>;val SuperCWire16x = <ore:wireGt16Superconductor>;val PlatinumCable4x = <ore:cableGt04Platinum>;val PlatinumCable8x = <ore:cableGt08Platinum>;val AlCable8x = <ore:cableGt08Aluminium>;val NiobiumTiCable8x = <ore:cableGt08NiobiumTitanium>;val MagneticCore = <ReactorCraft:reactorcraft_item_crafting:6>;val RCCoolantCell = <ReactorCraft:reactorcraft_item_placer:2>;val AFB = <AFSU:ALC>;val Singularity = <appliedenergistics2:item.ItemMultiMaterial:48>;val SunnariumPart = <AdvancedSolarPanel:asp_crafting_items:9>;val Wrench = <ore:craftingToolWrench>;val HHammer = <ore:craftingToolHardHammer>;val GrandmasterCircuit = <ore:circuitGrandmaster>;// *======= Removing Recipes =======*// --- Gravitation Suitrecipes.remove(GraviSuit);// --- Advanced Nano Suitrecipes.remove(AdvNanoSuit);// --- Advanced Electric Jetpackrecipes.remove(AdvEJetpack);// --- Vajrarecipes.remove(Vajra);// --- Ultimate Lappackrecipes.remove(UltimateLappack);// --- Advanced Lappackrecipes.remove(AdvLappack);// --- Vajra Corerecipes.remove(VajraCore);// --- Magnetronrecipes.remove(Magnetron);// --- Gravitation Enginerecipes.remove(GravitationEngine);// --- Engine Boosterrecipes.remove(EngineBooster);// --- Superconductorrecipes.remove(Superconductor);// --- Superconductor Coverrecipes.remove(SuperconductorCover);// --- Cooling Corerecipes.remove(CoolingCore);// --- Advanced Diamond Drillrecipes.remove(AdvDrill);// --- Advanced Chainsawrecipes.remove(AdvChainsaw);// --- GraviToolrecipes.remove(GraviTool);// --- Relocatorrecipes.remove(Relocator);// *======= Adding Back Recipes =======*// --- Gravitation Suitrecipes.addShaped(GraviSuit, [[SuperCWire4x, HHammer, SuperCWire4x],[GravitationEngine, QuantumChest, GravitationEngine],[SuperCWire8x, UltimateLappack, SuperCWire8x]]);// --- Advanced Nano-Suitrecipes.addShaped(AdvNanoSuit, [[PlatinumCable4x, HHammer, PlatinumCable4x],[AdvCircuit, NanoChest, AdvCircuit],[PlatinumCable8x, AdvLappack, PlatinumCable8x]]);// --- Advanced Electric Jetpackrecipes.addShaped(AdvEJetpack, [[TSteelPlate, AdvLappack, TSteelPlate],[PlatinumCable4x, IVElectricMotor, PlatinumCable4x],[EngineBooster, Wrench, EngineBooster]]);// --- Vajrarecipes.addShaped(Vajra, [[OsmiumDrillTip, IridiumAlloyPlate, NeutroniumBolt],[IridiumAlloyPlate, VajraCore, LapotronicEOrb],[NeutroniumBolt, LapotronicEOrb, IridiumAlloyPlate]]);// --- Ultimate Lappackrecipes.addShaped(UltimateLappack, [[LapotronicEOrb, IridiumAlloyPlate, LapotronicEOrb],[NiobiumTiCable8x, AdvLappack, NiobiumTiCable8x],[LapotronicEOrb, Wrench , LapotronicEOrb]]);// --- Advanced Lappackrecipes.addShaped(AdvLappack, [[LapotronCrystal, SSteelPlate, LapotronCrystal],[AlCable8x, EnergyPack, AlCable8x],[LapotronCrystal, Wrench , LapotronCrystal]]);// --- Vajra Corerecipes.addShaped(VajraCore, [[SuperconductorCover, Magnetron, SuperconductorCover],[IridiumAlloyPlate, AFB, IridiumAlloyPlate],[SuperconductorCover, Magnetron, SuperconductorCover]]);// --- Magnetronrecipes.addShaped(Magnetron, [[DMagNeodymiumPlate, TSteelPlate, DMagNeodymiumPlate],[Superconductor, MagneticCore, Superconductor],[DMagNeodymiumPlate, TSteelPlate, DMagNeodymiumPlate]]);// --- Gravitation Enginerecipes.addShaped(GravitationEngine, [[OsmiridiumPlate, CoolingCore, NaquadahPlate],[EngineBooster, LapotronicEOrb, CoolingCore],[Singularity, EngineBooster, OsmiridiumPlate]]);// --- Engine Boosterrecipes.addShaped(EngineBooster, [[TSteelPlate, TSteelPlate, TSteelRotor],[IVElectricMotor, OverclockerUp, TSteelPlate],[SunnariumPart, IVElectricMotor, TSteelPlate]]);// --- Large Superconductor Cablerecipes.addShaped(Superconductor, [[SuperconductorCover, SuperconductorCover, SuperconductorCover],[CoolingCore, SuperCWire16x, CoolingCore],[SuperconductorCover, SuperconductorCover, SuperconductorCover]]);// --- Superconductor Coverrecipes.addShaped(SuperconductorCover, [[NqFoil, EnrichedNqFoil, NqFoil],[SuperCWire, SuperCWire, SuperCWire],[NqFoil, EnrichedNqFoil, NqFoil]]);// --- Cooling Corerecipes.addShaped(CoolingCore, [[IridiumAlloyPlate, CoolantCell60K, IridiumAlloyPlate],[CoolantCell60K, RCCoolantCell, CoolantCell60K],[IridiumAlloyPlate, CoolantCell60K, IridiumAlloyPlate]]);// --- Relocatorrecipes.addShaped(Relocator, [[NeutroniumPlate, GrandmasterCircuit, NeutroniumPlate],[LapotronicEOrb, Teleporter, LapotronicEOrb],[NeutroniumPlate, GrandmasterCircuit, NeutroniumPlate]]);// *======= Other Stuff =======*// --- Renaming Gravitation EngineGravitationEngine.displayName = "Gravitation Engine";// --- Renaming Engine BoosterEngineBooster.displayName = "Engine Booster";// --- Renaming MagnetronMagnetron.displayName = "Magnetron";// --- Renaming Vajra CoreVajraCore.displayName = "Vajra Core";// --- Renaming Superconductor CoverSuperconductorCover.displayName = "Superconductor Cover";// --- Renaming SuperconductorSuperconductor.displayName = "Large Superconductor Cable";// --- Renaming Cooling CoreCoolingCore.displayName = "Cooling Core";

    [1.7.10][Kirara] New administrator of Kirara  servers. A serie of well-made hardmode GregTech server. Come join the fun. ;]

  • New Nuclear Control 2 Script. Complete.


    Display Spoiler
    Code
    // ******** Created by Arch-Nihil ********// *======= Importing Stuff =======*import mods.gregtech.Assembler;// *======= Variables =======*val ThermalMonitor = <IC2NuclearControl:blockNuclearControlMain>;val IndustrialAlarm = <IC2NuclearControl:blockNuclearControlMain:1>;val HowlAlarm = <IC2NuclearControl:blockNuclearControlMain:2>;val RemoteThermalM = <IC2NuclearControl:blockNuclearControlMain:3>;val IndusInfoPanel = <IC2NuclearControl:blockNuclearControlMain:4>;val Extender = <IC2NuclearControl:blockNuclearControlMain:5>;val AdvInfoPanel = <IC2NuclearControl:blockNuclearControlMain:9>;val AdvExtender = <IC2NuclearControl:blockNuclearControlMain:10>;val ECounter = <IC2NuclearControl:blockNuclearControlMain:6>;val AverageCounter = <IC2NuclearControl:blockNuclearControlMain:7>;val RangeTrigger = <IC2NuclearControl:blockNuclearControlMain:8>;val WhiteLamp = <IC2NuclearControl:blockNuclearControlLight>;val Thermometer = <IC2NuclearControl:ItemToolThermometer:*>;val DigitalThermometer = <IC2NuclearControl:ItemToolDigitalThermometer:*>;val ActivityDetect = <gregtech:gt.metaitem.01:32731>;val FluidDetect = <gregtech:gt.metaitem.01:32732>;val EDetect = <gregtech:gt.metaitem.01:32734>;val EUDetector = <IC2:itemCable:11>;val AdvCircuit = <ore:circuitAdvanced>;val DataCircuit = <ore:circuitData>;val AlPlate = <ore:plateAluminium>;val AlScrew = <ore:screwAluminium>;val AlBolt = <ore:boltAluminium>;val SSteelPlate = <ore:plateStainlessSteel>;val TiPlate = <ore:plateTitanium>;val SteelRod = <ore:stickSteel>;val AnnealedCable = <ore:cableGt01AnnealedCopper>;val AnnealedCable2x = <ore:cableGt02AnnealedCopper>;val AnnealedCable4x = <ore:cableGt04AnnealedCopper>;val HVSensor = <gregtech:gt.metaitem.01:32692>;val LVSensor = <gregtech:gt.metaitem.01:32690>;val MVEmitter = <gregtech:gt.metaitem.01:32681>;val HVEmitter = <gregtech:gt.metaitem.01:32682>;val MVSensor = <gregtech:gt.metaitem.01:32691>;val LVMachineHull = <gregtech:gt.blockmachines:11>;val MVMachineHull = <gregtech:gt.blockmachines:12>;val MVTransformer = <gregtech:gt.blockmachines:22>;val HVTransformer = <gregtech:gt.blockmachines:23>;val RedAlloyWire = <RedLogic:redlogic.wire>;val Noteblock = <minecraft:noteblock>;val Clock = <minecraft:clock>;val IronNoteblock = <computronics:computronics.ironNoteBlock>;val RedstoneLamp = <minecraft:redstone_lamp>;val ScreenTier3 = <OpenComputers:screen3>;val ScreenTier2 = <OpenComputers:screen2>;val ScreenTier1 = <OpenComputers:screen1>;val ScreenGT = <gregtech:gt.metaitem.01:32740>;val RemoteSensorKit = <IC2NuclearControl:ItemRemoteSensorKit>;val ESensorKit = <IC2NuclearControl:ItemEnergySensorKit>;val CounterSensorKit = <IC2NuclearControl:ItemMultipleSensorKit>;val LiquidSensorKit = <IC2NuclearControl:ItemMultipleSensorKit:1>;val GenSensorKit = <IC2NuclearControl:ItemMultipleSensorKit:2>;val RangeUp = <IC2NuclearControl:ItemUpgrade>;val ColorUp = <IC2NuclearControl:ItemUpgrade:1>;val TimeCard = <IC2NuclearControl:ItemTimeCard>;val TextCard = <IC2NuclearControl:ItemTextCard>;val OverclockerUp = <IC2:upgradeModule>;val SmallPowerUnit = <IC2:itemRecipePart:3>;val MercuryCell = <IC2:itemFluidCell>.withTag({Fluid:{FluidName:"mercury", Amount:1000}});val ClearPane = <TConstruct:GlassPane>;val WhiteClearPane = <TConstruct:GlassPaneClearStained>;val BlueDye = <ore:dyeBlue>;val RedDye = <ore:dyeRed>;val GreenDye = <ore:dyeGreen>;val HHammer = <ore:craftingToolHardHammer>;val Wrench = <ore:craftingToolWrench>;val Screwdriver = <ore:craftingToolScrewdriver>;// *======= Removing Recipes =======*// --- Thermal Monitorrecipes.remove(ThermalMonitor);// --- Industrial Alarmrecipes.remove(IndustrialAlarm);// --- Howler Alarmrecipes.remove(HowlAlarm);// --- Remote Thermal Monitorrecipes.remove(RemoteThermalM);// --- Industrial Information Panelrecipes.remove(IndusInfoPanel);// --- Information Panel Extenderrecipes.remove(Extender);// --- Advanced Information Panelrecipes.remove(AdvInfoPanel);// --- Advanced Information Panel Extenderrecipes.remove(AdvExtender);// --- Thermometerrecipes.remove(Thermometer);// --- Digital Thermometerrecipes.remove(DigitalThermometer);// --- Remote Sensor Kitrecipes.remove(RemoteSensorKit);// --- Energy Sensor Kitrecipes.remove(ESensorKit);// --- Counter Sensor Kitrecipes.remove(CounterSensorKit);// --- Liquid Sensor Kitrecipes.remove(LiquidSensorKit);// --- Generator Sensor Kitrecipes.remove(GenSensorKit);// --- Energy Counterrecipes.remove(ECounter);// --- Average Counterrecipes.remove(AverageCounter);// --- Range Triggerrecipes.remove(RangeTrigger);// --- White Lamprecipes.remove(WhiteLamp);// --- Color Upgraderecipes.remove(ColorUp);// --- Time Cardrecipes.remove(TimeCard);// --- Range Upgraderecipes.remove(RangeUp);// --- Text Cardrecipes.remove(TextCard);// *======= Adding Back Recipes =======*// --- Thermal Monitorrecipes.addShaped(ThermalMonitor, [[AlPlate, AnnealedCable2x, AlPlate],[AnnealedCable4x, DataCircuit, AnnealedCable4x],[AlPlate, HVSensor, AlPlate]]);// --- Industrial Alarmrecipes.addShaped(IndustrialAlarm, [[AlPlate, Noteblock, AlPlate],[AnnealedCable, AdvCircuit, AnnealedCable],[AlPlate, RedAlloyWire, AlPlate]]);// --- Howler Alarmrecipes.addShaped(HowlAlarm, [[SSteelPlate, IronNoteblock, SSteelPlate],[AnnealedCable2x, DataCircuit, AnnealedCable2x],[SSteelPlate, RedAlloyWire, SSteelPlate]]);// --- Remote Thermal Monitorrecipes.addShaped(RemoteThermalM, [[SSteelPlate, ScreenTier3, HVSensor],[DataCircuit, MVMachineHull, AdvCircuit],[TiPlate, ThermalMonitor, TiPlate]]);// - Alternate Reciperecipes.addShaped(RemoteThermalM, [[SSteelPlate, ScreenTier3, HVSensor],[AdvCircuit, MVMachineHull, DataCircuit],[TiPlate, ThermalMonitor, TiPlate]]);// --- Industrial Information Panelrecipes.addShaped(IndusInfoPanel, [[AlPlate, ScreenTier1, AlPlate],[AdvCircuit, LVMachineHull, AdvCircuit],[AlPlate, RedAlloyWire, AlPlate]]);// --- Information Panel Extenderrecipes.addShapedMirrored(Extender, [[null, null, null],[AlPlate, ScreenTier1, AlPlate],[AlPlate, RedAlloyWire, AlPlate]]);// --- Advanced Information Panelrecipes.addShaped(AdvInfoPanel, [[SSteelPlate, ScreenTier2, SSteelPlate],[DataCircuit, MVMachineHull, AdvCircuit],[SSteelPlate, RedAlloyWire, SSteelPlate]]);// - Alternate Reciperecipes.addShaped(AdvInfoPanel, [[SSteelPlate, ScreenTier2, SSteelPlate],[AdvCircuit, MVMachineHull, DataCircuit],[SSteelPlate, RedAlloyWire, SSteelPlate]]);// --- Advanced Information Panel Extenderrecipes.addShaped(AdvExtender, [[null, null, null],[AlPlate, ScreenTier2, AlPlate],[SSteelPlate, RedAlloyWire, SSteelPlate]]);// --- Energy Counterrecipes.addShaped(ECounter, [[AlPlate, ScreenTier2, AlPlate],[AnnealedCable4x, MVTransformer, AnnealedCable4x],[AlPlate, AdvCircuit, AlPlate]]);// --- Average Counterrecipes.addShaped(AverageCounter, [[SSteelPlate, ScreenTier1, SSteelPlate],[AnnealedCable4x, MVTransformer, AnnealedCable4x],[SSteelPlate, AdvCircuit, SSteelPlate]]);// --- Range Triggerrecipes.addShaped(RangeTrigger, [[HVEmitter, AdvCircuit, MVSensor],[AnnealedCable4x, HVTransformer, AnnealedCable4x],[SSteelPlate, DataCircuit, SSteelPlate]]);// --- Thermometerrecipes.addShaped(Thermometer, [[AlPlate, ClearPane, null],[ClearPane, MercuryCell, ClearPane],[null, ClearPane, ClearPane]]);// --- Digital Thermometerrecipes.addShaped(DigitalThermometer, [[Thermometer, AlPlate, AlScrew],[AlPlate, SmallPowerUnit, AlPlate],[AlBolt, Screwdriver, HHammer]]);// - Alternate Reciperecipes.addShaped(DigitalThermometer, [[Thermometer, AlPlate, AlScrew],[AlPlate, SmallPowerUnit, AlPlate],[AlBolt, HHammer, Screwdriver]]);// --- White Lamprecipes.addShaped(WhiteLamp, [[SteelRod, WhiteClearPane, SteelRod],[WhiteClearPane, RedstoneLamp, WhiteClearPane],[SteelRod, RedAlloyWire, SteelRod]]);// --- Range Upgraderecipes.addShaped(RangeUp, [[MVEmitter, AlPlate, Wrench],[AlPlate, OverclockerUp, AlPlate],[HHammer, AlPlate, MVEmitter]]);// - Alternate Reciperecipes.addShaped(RangeUp, [[MVEmitter, AlPlate, HHammer],[AlPlate, OverclockerUp, AlPlate],[Wrench, AlPlate, MVEmitter]]);// --- Color Upgraderecipes.addShaped(ColorUp, [[BlueDye, AdvCircuit, BlueDye],[RedDye, AdvCircuit, RedDye],[GreenDye, AdvCircuit, GreenDye]]);// --- Time CardAssembler.addRecipe(TimeCard, Clock, LVSensor, 1600, 8);// --- Text CardAssembler.addRecipe(TextCard, ScreenGT, LVSensor, 1600, 8);// --- Remote Sensor KitAssembler.addRecipe(RemoteSensorKit, DigitalThermometer, LVSensor, 1200, 16);// --- Energy Sensor KitAssembler.addRecipe(ESensorKit, EDetect, LVSensor, 1200, 16);// --- Counter Sensor KitAssembler.addRecipe(CounterSensorKit, ActivityDetect, LVSensor, 1200, 16);// --- Liquid Sensor KitAssembler.addRecipe(LiquidSensorKit, FluidDetect, LVSensor, 1200, 16);// --- Generator Sensor KitAssembler.addRecipe(GenSensorKit, EUDetector, LVSensor, 1200, 16);// *======= Other Stuff =======*




    And while it's on the Github, it's also at my place.

    [1.7.10][Kirara] New administrator of Kirara  servers. A serie of well-made hardmode GregTech server. Come join the fun. ;]

  • Some Thaumcraft work:

    https://github.com/Dream-Master/M…t/Thaumcraft.zs

  • You cannot use minetweaker for that.
    You need to go to GregTech recipe config(Location GregTech/Recipe.cfg) and find recipe you want to remove.
    You need to find section for assembler, then item in that section which is produced and place 0 after it.

    What item you plan to remove?
    And what your first language?

  • Still crashing, I even deleted the whole script... Should I redownload MineTweaker and modTweaker ?

    About what script you talking exactly?
    I think if you crash dont need to download Mod/Minetweaker again.
    You posted the Crashlog inside the Minetweaker forum or on Github already?
    You can post it here to and i will do.

  • Why you using this instead of this?

    Code
    var pulveriser = <ThermalExpansion:Machine:1>.withTag({Level: 0 as byte, Augments: [{id: 4757 as short, Damage: 0 as short, Count: 1 as byte, Slot: 0}, {id: 4757 as short, Damage: 32 as short, Count: 1 as byte, Slot: 1}, {id: 4757 as short, Damage: 16 as short, Count: 1 as byte, Slot: 2}]});
    var pulveriser = <ThermalExpansion:Machine:1>;

    What this code add?

    Code
    iron_plate.add(<Railcraft:part.plate:0>);
    steel_plate.add(<Railcraft:part.plate:1>);

    i know this are the Plates from Railcraft.

    Dosen´t work because you can´t use Ordict for the machines.

    Code
    #Macerator.addRecipe(<IC2:itemCrushedOre:1> * 3, <ore:oreCopper>); Doesn't work
    #Macerator.addRecipe(<IC2:itemCrushedOre:3> * 3, <ore:oreTin>); due to API limitations

    What this code do ?

    Code
    for item in <ore:gearIron>.items {
        <ore:gearIron>.remove(item);
    }
    for item in <ore:gearGold>.items {
        <ore:gearGold>.remove(item);
    }

    On the beginning using val instead of var:

    Code
    var mill = <IC2:blockGenerator:2>;

    better

    Code
    val mill = <IC2:blockGenerator:2>;
  • @DreamMaster:

    1. TE stores all it's machines in the same value, meaning you need the NBT to get the right tier
    2. That code adds the iron and steel plates to the ore dictionary
    3. That's why it's commented out
    4. Iterates over the iron and gold gear ore dictionary entries, and blanks it
    5. Doesn't make a huge difference really.

    145 Mods isn't too many. 9 types of copper and 8 types of tin aren't too many. 3 types of coffee though?

    I know that you believe that you understood what you think I said, but I am not sure you realise that what you read was not what I meant.

    ---- Minecraft Crash Report ----
    // I just don't know what went wrong :(

    I see this too much.

  • This code was originally made by Chocohead, I later re-organised it, and added a lot of different stuff/tweaked some existing stuff, but now, the main problem, is that I crash every time I try to reload the script, and it happens even when there is no scripts, so I need help for 2 things : 1 : FIX the crash, that's my main issue, I will be very thankful if anybody can give me a hand to fix my problem :D , 2 : try to see if some things that didn't worked before works now ^^