slimsymuffin
Terrarian
I have a problem when compiling my mod with a tone of errors (I confess a few are my own)
could I have help? by the way the example mod works fine during compiling
could I have help? by the way the example mod works fine during compiling
Code:
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\CodingTest.cs(29,28) : error CS0117: 'CodingTest.CodingTest' does not contain a definition for 'DirtMachineUIOpen'
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\CodingTest.cs(33,32) : error CS0117: 'CodingTest.CodingTest' does not contain a definition for 'DirtMachineUIOpen'
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\CodingTest.cs(37,36) : error CS0117: 'CodingTest.CodingTest' does not contain a definition for 'DirtMachineUI'
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\CodingTest.cs(39,36) : error CS0117: 'CodingTest.CodingTest' does not contain a definition for 'DirtMachineUI'
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\CodingTest.cs(39,56) : error CS0246: The type or namespace name 'ExampleUI' could not be found (are you missing a using directive or an assembly reference?)
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\CodingTest.cs(41,32) : error CS0117: 'CodingTest.CodingTest' does not contain a definition for 'DirtMachineUI'
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\MyPlayer.cs(28,37) : error CS0103: The name 'Keyboard' does not exist in the current context
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\MyPlayer.cs(30,39) : error CS0103: The name 'Mouse' does not exist in the current context
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\TerraUI\UI\UIWindows\DirtMachineUI.cs(26,46) : error CS1502: The best overloaded method match for 'Microsoft.Xna.Framework.Vector2.Vector2(float, float)' has some invalid arguments
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\TerraUI\UI\UIWindows\DirtMachineUI.cs(26,58) : error CS1503: Argument 1: cannot convert from 'double' to 'float'
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\TerraUI\UI\UIWindows\DirtMachineUI.cs(27,75) : error CS0103: The name 'Contexts' does not exist in the current context
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\TerraUI\UI\UIWindows\DirtMachineUI.cs(41,79) : error CS0103: The name 'Contexts' does not exist in the current context
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\TerraUI\UI\UIWindows\DirtMachineUI.cs(45,77) : error CS0103: The name 'Contexts' does not exist in the current context
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\TerraUI\UI\UIWindows\DirtMachineUI.cs(58,33) : error CS1061: 'System.Collections.Generic.List<CodingTest.UIObject>' does not contain a definition for 'add' and no extension method 'add' accepting a first argument of type 'System.Collections.Generic.List<CodingTest.UIObject>' could be found (are you missing a using directive or an assembly reference?)
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\TerraUI\UI\UIWindows\DirtMachineUI.cs(59,33) : error CS1061: 'System.Collections.Generic.List<CodingTest.UIObject>' does not contain a definition for 'add' and no extension method 'add' accepting a first argument of type 'System.Collections.Generic.List<CodingTest.UIObject>' could be found (are you missing a using directive or an assembly reference?)
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\TerraUI\UI\UIWindows\DirtMachineUI.cs(60,33) : error CS1061: 'System.Collections.Generic.List<CodingTest.UIObject>' does not contain a definition for 'add' and no extension method 'add' accepting a first argument of type 'System.Collections.Generic.List<CodingTest.UIObject>' could be found (are you missing a using directive or an assembly reference?)
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\TerraUI\UI\UIWindows\DirtMachineUI.cs(56,17) : error CS0103: The name 'BUITE' does not exist in the current context
c:\Users\Josep\OneDrive\Documents\My Games\Terraria\ModLoader\Mod Sources\CodingTest\Tiles\DirtMachine.cs(36,24) : error CS0117: 'CodingTest.CodingTest' does not contain a definition for 'DirtMachineUIOpen'