The Realistic Science Mod Revamped!

  • jacob1
    15th May 2013 Developer 0 Permalink
    @firefreak11 (View Post)
    the c++ version is easy. Just don't use Code::blocks until you can compile from the command line for sure. Then once you do that you can go into code blocks and edit what you want, and maybe tell it to do the right build command.

    You need to install python and scons, then do "scons --win --release --sse2 (or no sse2 here for legacy)

    You will still need the required libraries too, installed somehow.
  • firefreak11
    15th May 2013 Member 0 Permalink

    @jacob1 (View Post)

     I would need to install MSVC.

    I think the link in the wiki is not the right one anymore. Would I need MSVC 2010?

  • edza101
    15th May 2013 Member 0 Permalink

    @firefreak11 (View Post)

     I was a bit confused before. Its the C++ 2010 edition. even though it says "only for XP" I use it on win7 just fine.

  • jacob1
    15th May 2013 Developer 0 Permalink
    @firefreak11 (View Post)
    You don't need that to compile tpt++ at all. That's just what I wrote the guide for, but it doesn't mean it's the only way. It's actually the unofficial way to compile, since we changed to scons and my guide doesn't even use it.
    Also the link is right. You can use 2010 or 2012, but I recommend 2012.

    @edza101 (View Post)
    it says "not for xp", not "only for xp". The 2012 edition will only work on windows 7 or 8, and the 2010 edition will work on xp, vista, 7, or 8.
  • firefreak11
    15th May 2013 Member 0 Permalink

    @jacob1 (View Post)

     So whats the official way of compiling

  • jacob1
    15th May 2013 Developer 0 Permalink
    I already said in multiple posts, are you reading them? Or just can't understand.

    install scons, and on the command line: scons --win --release --sse2
  • firefreak11
    16th May 2013 Member 0 Permalink

    @jacob1 (View Post)

     I understand I was busy when I wrote that sorry

  • lorddeath
    16th May 2013 Member 0 Permalink

    Uhm, it works for me at a friends house. I don't quite understand why though.

  • 4Zero
    16th May 2013 Member 0 Permalink
  • firefreak11
    16th May 2013 Member 0 Permalink

    @lorddeath (View Post)

     Nobody does. So when I decide to do this mod again I will have to do C++ or else it won't work. I probably will not get to modding again for a long while.