Jump to content

Goof

Members
  • Posts

    3
  • Joined

  • Last visited

Goof's Achievements

  1. Oh and some of the docs (what I thought was the best docs was on garage games, such as http://docs.garagegames.com/torque-3d/official/index.html?content/documentation/Setup/Overview.html) but lots of them.
  2. Thanks guys! One thing I would add to the docs, with installing DX SDK is from this link. I expect everyone to experience this as everyone unless it's a clean system with no VC++ 2010 and unpatched. https://support.microsoft.com/en-us/help/2728613/s1023-error-when-you-install-the-directx-sdk-june-2010 The reliant parts being running the following to remove vc++ 2010 x86 64 before MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5} MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7} I was under the impression that with visual studio one didn't need cmake (I also thought cmake was a compiler...) So, I should use visual studio 2017?
  3. So many question, but first I have some coding experience (C 20+ years ago, now days only use perl/bash, history with other langs but all dated) In the docs, I see reference to running installed torque gui, what I downloaded wasn't an installer but a zip that I extracted. I wasn't really seeing any obvious exe's and didn't see a reference to it.(downloaded the zip from github) Also talk/reference that one may not even have to edit the actual code and recompile.... (but I'm pretty sure for what I want, I will need to) 1. But looking at docs, what I found seams to be quite dated, referencing Visual studios 2008/2010, older version of Torque 3d, etc. What are the most current docs for someone that doesn't know how to use cmake or visual studio's? 2. What would be the easiest path forward, cmake or ms visual studio? I have cmake installed (also editors) haven't checked out MS VS, (what version, as I see folders for 2008/2010 in the download, and reference that current doesn't compile under 2017 and was planning on 2015...) Thanks in advance!
×
×
  • Create New...