Skip to content
/ kerbal Public
forked from Macroz/kerbal

Play Kerbal Space Program from Clojure with the help of KRPC.

Notifications You must be signed in to change notification settings

hukka/kerbal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kerbal

Play Kerbal Space Program from Clojure with the help of KRPC.

Install

wget https://github.com/krpc/krpc/releases/download/v0.4.8/krpc-java-0.4.8.jar
  • install it to local Maven repository a command like this
mvn install:install-file -Dfile=krpc-java-0.4.8.jar -DgroupId=krpc \
    -DartifactId=krpc-java -Dversion=0.4.8 -Dpackaging=jar
  • make sure version matches project.clj version
  :dependencies [...
                 [com.google.protobuf/protobuf-java "3.6.1"]
                 [org.javatuples/javatuples "1.2"]
                 [krpc/krpc-java "0.4.8"]]
  • download KRPC server zip from
  • extract its GameData contents to the GameData folder
  • start KSP with the KRPC mod installed
  • once you launch a game, the server can be started (for more info read KRPC)
  • open core.clj
  • check connection settings i.e. IP and ports match with your server
  • launch REPL (in your favourite editor)
  • have fun!

Usage

Read the source!

License

Do as you will!

Copyright © 2019 Markku Rontu

About

Play Kerbal Space Program from Clojure with the help of KRPC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%