Corto Posted April 27, 2013 Posted April 27, 2013 Hi there. I'm trying to do a test build of the Jedi Outcast Solution that came with the full source code and no joy. Which version of Visual Studio or what do I have to do to clean those errors and be able to build the entire solution? Thanks. PS: I'm not using OpenJK. I want to use a clean source code to start testing ideas.
Stoiss Posted April 27, 2013 Posted April 27, 2013 why not useing OpenJK as it has been clean up and work with VS 2008, 2010, 2012 ? and test it from there, i realy don't see why not useing the clean code instead of a messy one
Corto Posted April 27, 2013 Author Posted April 27, 2013 Well... I tried running jedi outcast on openjk and ran badly. So I figured I would just go for the clean jk2code.
Botdra Posted April 27, 2013 Posted April 27, 2013 Well... I tried running jedi outcast on openjk and ran badly. So I figured I would just go for the clean jk2code. Can you specify the issues you were having? I'm sure they'd be able to help you out.
Corto Posted April 27, 2013 Author Posted April 27, 2013 Well, I managed to run JK2 with the jasp.exe but the game ran slow, I couldn't see any vfx and some menu items where missing.
eezstreet Posted April 27, 2013 Posted April 27, 2013 1. slow running: compile in Release/FinalBuild, not Debug.2. not seeing any VFX: fixed3. menus items missing: run with +set com_jk2 1 in the commandline If you're going to do just a clean slate, it's going to take you around 8 hours of solid changing things (or 6, if you're fast) before it even compiles, no guarantees on it working. OpenJK is much quicker, but it isn't really JK2 friendly yet. I can understand why you wouldn't want all the goop though. Corto, therfiles and Master Ridley like this
Corto Posted April 27, 2013 Author Posted April 27, 2013 Great, compiling in Release. What do I do with VFX code? Do I have to replace parts of the code I downloaded from that website? I'm running with the set com_jk2 1 already and I can live with a few menu items missing. I'm going to use this code instead as you advised.
Corto Posted April 27, 2013 Author Posted April 27, 2013 Update: Compiled the .dll in Release and I'm still getting a terribly laggy performance when I had a flawless gameplay with the original dll. I guess it's because of what you said about not being 100% jk2 friendly.
eezstreet Posted April 28, 2013 Posted April 28, 2013 Replace tr_main.cpp (code/renderer), that should be enough. As for the lag, I'm not sure on that but it should be because the Debug stuff has like zero optimizations while release has significantly more. FX gets really laggy in particular.Make sure you're grabbing release stuff from bin/Release, not bin/Debug.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now