Jump to content

Blipman17

Members
  • Posts

    16
  • Joined

  • Last visited

Reputation

0 Neutral

Profile Information

  • About me
    Bottle Rocketeer
  1. What about doing the calculation on a separate Thread? It would release the load of calculating trajectories of the game.
  2. I really would like to see this becoming a reality. If I could program C# I would love to help you all, but unfortunately I can only program Java. might give it a go, if you would appreciate it.
  3. Can I ask you, is this plugin dead? if not, are there any Lua replacements for KSP? Because this has so manny potential.
  4. Hello, I'm making a DMP server for KSP. but for the simple fact of being able to see eachother's craft anyone on the server needs thesame parts. Not everyone likes thesame parts, some people still want to use only stock, or only stock + KW rocketry and such. So I thought, what if I use modulemanager to make those parts disappear, (setting their category to -1). But i can't get it working. If anyone would be so kind to look at my modulemanager .cfg file, that would be awsome. //noParts//making added parts disappear since 2014. //delete an entry to make parts re-appear //b9 aerospace @PART [*]:HAS[@author = bac9] { @category = -1 } //spaceX @PART [*]:HAS[@author = Lazarus Luan,!name=FalconLowerGear] { @category=-1 } //proceduralwings @PART [*]:HAS[@author=DYJ] { @category = -1 } //proceduralfairings @PART [*]:HAS[@author=e-dog] { @category=-1 } //tracks mod @PART [*]:HAS[@author=Electronicfox || EndlesWaves] { @category=-1 } //realshutes @PART [*]:HAS[@author=stupid_chris, sumghai] { @category=-1 } //spaceplane plus @PART [*]:HAS[@author=Porkjet] { @category=-1 } also, is there a way to edit all .cfg's in a given folder, with or without it's subfolders? If not, Feauture request? would be a verry simple way of making sure all new versions of a certain mod will still be patched with your patch. grtz, Blip
  5. just a question, how much internet does this take on a day basis with about 3 or 4 people online at one time? given that the build aregare crafts and do average stuff? and how much load is it on the computer? do you need a dedicated computer?
  6. just a quick question, I want to make my veicle turn gradually depending on its current height but cant figure out how to "steer" using the wiki. My formula would be 90-(90/0.1*(APOAPSIS/1000)) to get the yaw in degrees relative to up. I would like to use this as a facing after 10000m. but I don't understand how to fill them in. can someone please help me?
  7. I made a simple batchfile containing the following @echo off start "" ".\kspServer" start "" ".\kspClient" exit the kspServer and kspClient are two shortcuts you have to make yourself, pointing to your ksp Server and Client. if you would add --Windowed to those, it should work borderles, (not verified) it is still not a fix to open the client on the second window.
  8. Hello, after install I'm having the strange issue that I can't press any button in the Esc menu after I have docket or pressed [ or ]. The only thing to do for me then is to alt + F4 out of KSP. Could you help me please?
  9. installed it wrongly, going to reïnstall it tomorrow.
  10. Ehh, no I didn't. I changed it to "basicRocketry", I will try start today. Also, would you make better install instructions? I couldn't easily figure out in what map i should have dumped everything. (Eventually I got it.) Debug screen shows your science experiments with everything it needs as far as i know. but ksp doesn't present them on the VAB. What version of modulemanager does your mod need? edit: I did try start today, didn't help. not on a new careerworld or a sandbox world. but how do you handle the experiments different than the lab modules?
  11. editing a part his tech tree position doesn't help, at least as far as I tried. if you know a way to bypass the techtree, would you make a fix for that then please?
  12. I'm cerainly going to, but first getting of highschool for the next two weeks, then starting to mess around with Java more. after a verry quick visit on github i found this. KSPDIR := C:/Program\ Files\ \(x86\)/Steam/SteamApps/common/Kerbal\ Space\ Program isn't it better to just get the place of the running ksp process and work from there? if you don't, kerbulator won't operate correctly when you install ksp not in the steam folder.
  13. I was asking you because I can't do it myself. But I understand that you dont want to build a programming language into it. Still gonna try it.
×
×
  • Create New...