Sarbian changed the topic of #kspmodding to: Welcome to #kspmodding - the channel for discussing, and learning about, modding Kerbal Space Program. Code of Conduct: https://git.io/vSQh6 | Always provide logs. | *** PSA: https://kerbalspaceprogram.com/api/index.htm | Someone is writting a Phd dissertation on KSP modding please fill out this survey https://goo.gl/forms/1vrkPYH4az8l32sb2 - I have met him and it s legit
BenjaminK has quit [Quit: WeeChat 1.4]
Daz has joined #kspmodding
NBones has quit [Remote host closed the connection]
DuoDex has quit [Remote host closed the connection]
<DamianStorm>
I'm very new to modding and I'm hoping someone can help me over a hopefully small hurdle. I'm trying to work through the "Tutorial-Creating your first module" on the Kerbal Space Program Wiki.
<DamianStorm>
Here is where I'm stuck.
<DamianStorm>
1. Used "Setting up Visual Studio" from the Kerbal Space Program Wiki. Using .NET Framework 3.5 with Visual Studio 2015
<DamianStorm>
2. Referenced both KSP_INSTALL_FOLDER\KSP_Data\Managed\Assembly-CSharp.dll and KSP_INSTALL_FOLDER\KSP_Data\Managed\UnityEngine.dll. Both dlls are showing along with there paths. I'm using KSP 1.4.3.
<DamianStorm>
3. I copied the source from "Tutorial-Creating your first module" it into the my class source file. When I try building the project I'm getting the following errors.
<DamianStorm>
SeverityCodeDescriptionProjectFileLineSuppression State
<DamianStorm>
ErrorCS0246The type or namespace name 'PartModule' could not be found (are you missing a using directive or an assembly reference?)MyKSPProjectC:\MyKSPProject\MyKSPProject\HelloKerbinMod.cs12Active
<DamianStorm>
Thanks to all in advance for any help!
Olympic1 has quit [Quit: Nice talking to you]
DamianStorm has quit [Read error: Connection reset by peer]