Jump to content

sviridovt

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by sviridovt

  1. Hello, Some of my contracts got a bit screwed up, and I need to change the deadlines on those, it seems like there is little to no documentation on contract config in the persistent file, and looking at it there is no obvious value I need to change. Can someone please point me in the right direction to change the contract deadline? Thanks!
  2. Apologies if this has been answered already but I couldnt find anything. I've been having this glitch on Linux in 1.0.5 and I dont seem to be able to fix it. I also can't access the alt-0 menu, nothing shows up when I try to bring it up. Thanks!
  3. Hate to be that guy, but another issue that I have. It seems like my AutoPilot functions aren't working, from what I read on this thread it seems like its FAR thats causing issue and that PID parameters, did anyone ever find what the optimum values are for FAR/Realism Overhaul?
  4. Good to know. BTW, something I noticed setting it up with Eclipse is that eclipse puts a full path with -l if you add it as a library, which then causes errors with compilation, so anyone that wants to set it up you have to manually go into Properties>C/C++ Build>Settings>Cross G++ Linker>Libraries and change the Libraries entries to read 'krpc' and 'protobuf' and then it compiles perfectly
  5. Its in the right location (in the same location as libkrpc) so I have no idea why it cant find it. Also, when I remove -lprotobuf there are quite a few more errors so I imagine it finds it but is missing certain parts
  6. Followed instructions to the letter, still have these errors when I try to compile: Could it be because I am on Ubuntu 15? Sorry for the issues, I am very new to Linux and am still getting used to it
  7. I added all of the libraries correctly (I think), but now I am stuck on this: http://imgur.com/cQk9UCi Thanks for helping!
  8. I need some help, I've been trying to figure this out for a better part of 3 hours. I've compiled everything correctly and have the libkrpc.so file now. This is where the issue comes in, I can't for the live of me get it to work in Eclipse on Ubuntu. Here are the images from my attempts: http://imgur.com/a/NIdOr I have tried just importing the .hpp files which allows it to find krpc.hpp (and the other files) but leads to a bunch of asio errors (mostly reference stuff). Thanks! Really want to set this up
×
×
  • Create New...