Jump to content

linuxgurugamer

Bug Hunter
  • Posts

    25,053
  • Joined

  • Last visited

Everything posted by linuxgurugamer

  1. If you REALLY want to, here is what you will need to do to fix the Reflection issues, and I suggest you do this BEFORE any more debugging: Compile in debug mode Install and start the game Exit, and open up the output_log.txt file Look in the file EditorExtensionsRedux.cs, near the top, in the Init function, you will see wher a number of constants have their values set depending on the version. Create a new section for 1.2, copy them in from one of the other sections. Look in the log file, for lines beginning with: EditorLogic Field name KFSMEvent KFSMEvent Field name MethodInfo EditorLogic methods name MethodInfo Part name MethodInfo KFSMEvent methods name MethodInfo KFSMState methods name Look in the log for the corresponding value for each line in the Init function, you should find the corresponding number. Update the Init section Now, recompile in Debug mode, restart the game and go into the Editor Place a part, then activate one of the gizmos on it (rotation, etc). Exit the game, and again, open the output_log.txt file This time, look for lines which match: EditorLogic Gizmo Rotate Field name You need to look for the two items in the Init function which relate to the Grid, update the values as required Compile and test.
  2. You just ran into the reflection problem If you don't know how to do a PR, then send me a zip with everything and I'll figure it out. since you got this far, I'll move it up the list of mods I'm working on, the reflection stuff will only take an hour when I able to get to it, probably this evening (US East coast)
  3. Thanks. I haven't yet started on this yet, but, there are a number of reflection values which need to be updated which aren't that obvious. Those batch files are used to install the compiled mod into my test install, and to build the release. If you would put your changes in a PR, that would be great. But only code changes, please do not put the deleted files into the commit.
  4. This really isn't a good idea, it will clutter up the GameData directory. It would be MUCH better to put both directories in their own folder, such as: DLL in the following: GameData/MissionPatchManager/Plugins Data in: GameData/MissionPatchmanager/PluginData This is the convention that is used by most mods, and is designed to work well with the way that KSP load files and with ModuleManager
  5. Interesting idea, but not really feasible. Time needs to run,I would suggest just timewarping to the correct time.
  6. I was more wondering how much work I'll have with my mods. Anyway, thanks for replying. I looked at one of the github repos, doesn't seem to bad
  7. I wanted to know IF any changes were necessary, not which ones. :-)
  8. Did you have to make any changes for it?
  9. Saved it as ksplink.cmd (works same as .bat) Found a bug: If I use the following command: ksplink.cmd KSP_1.1.3_dev jbb2 it will create the directory "jbb2" inside the source directory To avoid, I needed to put in the drive letter, or at least a backslash to start a complete path. I expected it to create the jbb2 directory in my current directory Other than that, worked well
  10. Thanks, I'll do some more testing this evening with that Works nicely! Gave me an idea for something though, I need to think about it.
  11. This isn't a CAD program, at least, not a professional one. It works for people who don't know anything about CAD
  12. Need a little information, please: OS System specs (ie: memory, cpu) How did you install the mod (very important)? and finally, a log file
  13. You have to let me know when it is released, the netkan will need to be updated
  14. The maximum is known, so it isn't needed. The default state on most resources in the VAB is full (can you set the default for ore, and are there any other resources that start empty). This button would be a convenient way to have all of the changes made be reset
  15. CKAN is updated, as soon as they do a merge, it will be available. FYI, the download did NOT have a .version file in it
  16. Yes, but a Rectanna will be huge (something which is measured using miles or kilometers, not meters) and cost billions of dollars. Rockets take time to prep and launch, for routine maintenance, having an in-orbit station would be extremely useful. And, you are now quibbling. You asked for examples. They have been given to you. The fact that YOU don't think they make sense doesn't make them any less valid, and frankly, unless you are actually in the industry, you are basically spouting nonsense when you start talking economics of things like this.
  17. Maintenance. Things go wrong. I have no idea of how it would be built, but anything that large is going to have issue. Regardless, you asked for examples, there are now three, including your own. No reason to think that more won't come up
  18. I need to quote my own posting? Since you can't seem to find it:
  19. You seem to ignore many comments, so I'm not answering this anymore. There is an old saying: Never try to teach a horse to sing; it wastes your time and annoys the horse.
×
×
  • Create New...