thunder Posted April 24, 2016 Share Posted April 24, 2016 after I deleted my old torque stuff and downloaded again I see that there is no .EXE to start the project with.. What do I do to make this happen again? Quote Link to comment Share on other sites More sharing options...
irei1as Posted April 25, 2016 Share Posted April 25, 2016 You should compile a new .exe.Here is the wiki:http://wiki.torque3d.org/coder:compiling-in-windowsWhat I do:Inside the "buildFiles" folder there are various pre-made methods for some common compiler things.For my WindowsXP with preoject manager 2.1 I use the .sln inside "VisualStudio 2010" as I can use the free version of VisualStudio 2010 (obtainable from microsoft web). I have the DirectX SDK like said in the wiki.Then I press F7 (build) and wait. I somethimes get linking errors (those aren't code errors) that are fixed by just trying F7 again.The new project manajer (2.2) also has linux and VS2015 I think.By the way, the first time you compile a new project may take a long time (even some hours) but that exe can be used then for multiple projects if you don't need to change the c++ code.-NO COMPILING WAY-Well, there is the other option of using an already made exe.You can get the engine binaries here:http://wiki.torque3d.org/main:downloads#toc4But those are a bit outdated. Quote Link to comment Share on other sites More sharing options...
thunder Posted April 30, 2016 Author Share Posted April 30, 2016 thx a lot, I compiled and fixed it! Quote Link to comment Share on other sites More sharing options...
thunder Posted April 30, 2016 Author Share Posted April 30, 2016 actually no.. did download the allready done file.. got a whole lot of errors when compiling...but another question, why is it in demo mode with those exe?cant save levels in demo mod it says... :( Quote Link to comment Share on other sites More sharing options...
TRON Posted May 3, 2016 Share Posted May 3, 2016 That shouldn't happen. T3D MIT never had demo builds and the remaining code for it was stripped out several versions ago. We definitely would like to know where you are getting the binary files from that have demo mode on so we can investigate as to what's going on there. Quote Link to comment Share on other sites More sharing options...
thunder Posted May 3, 2016 Author Share Posted May 3, 2016 hey Tron, I downloaded from yours side.. the last one.. But here is the even wierder thing... After a while when creating a new level.. the demo thing disapear.. seems like it is something temporary?!Its ok now... I havent got a clue what this is all about Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.