Daniel2207 Posted December 11, 2011 Report Posted December 11, 2011 I'm trying to compile the blamlib so I can view/modify Halo Combat Evolved Anniversary but Visual Studios fails to build it.
iBotPeaches Posted December 11, 2011 Report Posted December 11, 2011 What OS you on? You gotta have lots of thingsVisual Studio 2008DirectX SDKC++ Boost LibrariesSlimDX SDK (Required for blamlib)
Daniel2207 Posted December 11, 2011 Author Report Posted December 11, 2011 The only difference is that I have Visual studios 2010
iBotPeaches Posted December 12, 2011 Report Posted December 12, 2011 I don't know. Kornman specifically says. For starters, the only supported IDE is Visual Studio 2008 (and the compilers found in it). VS2010 has some pretty big changes to the VC++ project files. Since there's no real need to upgrade the projects to 2010, I'm not mucking with figuring out the changes needed. If you use VS2010, you're on your ownsource: http://code.google.com/p/open-sauce/wiki/UsingTheCode
Daniel2207 Posted December 12, 2011 Author Report Posted December 12, 2011 (edited) I even get the same issue on 2008, C2666Can you compile the binaries because it's either I'm C++ challenged or something's missing Edited December 12, 2011 by Daniel2207
iBotPeaches Posted December 12, 2011 Report Posted December 12, 2011 I was told I wasn't allowed to give out binaries, that people had to compile themselves. Catch me on MSN (ibotpeaches (at) gmail.com) and we can work it out. However, if its just blamlib that giving you problems, I don't see why I can't include that. Whats the error that the compiler is failing on? Right click on BlamLib, and build solely that solution. Well...first build LowLevel, and see if that builds then proceed to BlamLib.
Daniel2207 Posted December 12, 2011 Author Report Posted December 12, 2011 (edited) It's a dependency of blamlib called LowLevel1>c:\users\daniel burke\ibotpeaches-building\blamlib\lowlevel\Precompile.hpp(37): fatal error C1083: Cannot open include file: 'shell/Platform.hpp': No such file or directory Edited December 12, 2011 by Daniel2207
iBotPeaches Posted December 12, 2011 Report Posted December 12, 2011 Heres the app. OpenSauceIDE.rar Its 3 commits out of date, compared to kornman's commits to the project. Haven't taken the time to pull the new changes and re-build.
iBotPeaches Posted December 12, 2011 Report Posted December 12, 2011 1>c:\users\daniel burke\ibotpeaches-building\blamlib\lowlevel\Precompile.hpp(37): fatal error C1083: Cannot open include file: 'shell/Platform.hpp': No such file or directory I fixed those errors by re-referencing the Boost libraries and that fixed most of those errors. It just doesn't know where to find those files.
Daniel2207 Posted December 12, 2011 Author Report Posted December 12, 2011 Go ahead and take your time, I'm not rushing you
iBotPeaches Posted December 12, 2011 Report Posted December 12, 2011 Go ahead and take your time, I'm not rushing you I'll rebuild the new copy tomorrow. Its only missing these changes. * Halo1_CE: Added some lost static asserts for struct size checkingScripting.hpp. The external globals datum struct was incorrect (fixed), glad Idid this.* OpenSauceIDE: Worked some more on the CachePacker GUI (still not finished)
Daniel2207 Posted December 12, 2011 Author Report Posted December 12, 2011 Is there a chance that we can edit the maps with a meta editor?The only issue I see is if the maps can be re-compressed after decompressing them.
iBotPeaches Posted December 12, 2011 Report Posted December 12, 2011 I don't know if OpenSauce has an viable editor. It was always an excellent guideline for programming as it explained everything in great detail (programming wise). Not much effort has been put into the actual UI and its features. With that being said, there is GUI for the packer in the next version.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now