Page 1 of 56 1 2 3 11 51 ... LastLast
Results 1 to 10 of 557

Thread: OpenSauce Halo CE SDK Update #2 (RC)

  1. #1
    Kid in the Hall Kornman00's Avatar
    Join Date
    Sep 2006
    Location
    ◕‿◕, ┌( ಠ_ಠ)┘
    Posts
    3,130

    Code OpenSauce Halo CE SDK Update #2 (RC)

    2011-05-05 update:
    Stop downloading these files. They're all out of date. New official builds will always be posted on the google code project's download page.



    Look over there!

    *posts OpenSauce Update #2*

    EDIT: To read the initial update text, view the spoiler

    Well, glad you can finally join us. I'm late? You're late, what took you so long, gosh? :|

    It's here, the SDK you've (all?) been waiting for. I don't know about you, but I'm just fucking ecstatic. Not only does it close a chapter in my books but it just makes me happy to think that someone out there who is as big as a fan of Bungie and their work's will put this collection of tools and source to use and do more new things with an engine which will never be laid to rest. I'm kind of at writing these (basically) PR posts about the projects I work on, but I've filled the hat of every other role a project like this required. Researcher, disassembler, hacker, programmer, debugger, h2v crasher, tester, designer, etc etc. Though I've had some help with getting this SDK to where it is today. Just would like to stop and give thanks to all those pawns in the chess board that is this Halo Community (in ABC order):

    • jcap (aka Icon Dude)
    • Mike D. (aka xbox7887)
    • MonoxideC (aka "Drape Master J")
    • p0lar_bear
    • rec0 (aka Rosco)
    • ShadowSpartan (aka sarcastic bitch)
    • Shaun W. (aka bitterbanana)
    • TheGhost

    So, lets talk about whats actually in the SDK shall we? I would like to first note the "improved" HEK tools. I didn't give them a stupid name this time around (looking at you "a hobo" and "kornman00"). Instead they're name as "OS_" plus the original tool name (ie, OS_tool). What can you expect out of this "improved" HEK?

    • These tools don't clutter your root directory with report files such as "tag_dump.txt". Instead such files are stuffed into a sub-directory (relative to the tool itself) called "OpenSauce\Reports". However, "debug.txt" still appears in the root directory.
    • Use a different globals tag! No longer will you have to backup your globals tag and blah blah blah blah! I know, annoying. Real annoying. Now when your scenario tag makes use of the new "project_yellow" tag you can specify a globals override. Then when either you're bootin' up the new OS_sapien or using OS_tool's new build-cache-file-ex command, the engine will use that globals override tag instead.
    • Increased max block element counts. So blocks can now contain more elements than before. Just which blocks have been touched up?
      • model->shader references
      • model_animation->sound references
      • model_animation->animations
      • model_collision->damage regions
      • scenario->structure bsp (4x more. yay.)

    • Also, there is a new never-before unhidden field in the scenario. Can you find it ?
    • Some ground work has been made for things like multiple lightmaps per bsp, along with some fields which a possible future automated tool can use to generate data for new Main Menu maps for custom mods.
    • Some gound work on a new shader_postprocess_collection tag. I'm sure FireScythe knows where I was going with this one
    • tool's new build-cache-file-ex command. Allows you to build cache files that can use the new memory upgrades and/or use new data file sets (based on the original bitmaps/sounds). You must use this command if you wish to use your scenario's globals override. build-cache-file will build a cache without any explicit changes. However do note that any custom tag definitions will still be included.
    • tool's help command. Use this for more information on the new OS tool commands.

    There is also a new utility called OpenSauceIDE. This tool is based off a generic Blam! library I've been writing since 2005 (on its third and last iteration). This is the tool you use to create new tag groups for use in your projects. I was hoping to include a few more utilities in the IDE, but some of them aren't quite ready for public consumption. However, if and when they do get included, they'll make tag management much, much better.


    Then there is the actual source code version of the SDK, which is known as Yelo (the vcproj named Halo1_CE). This is where you'll probably find yourself digging around in the most. I took these past few months to dig around and try to find meaningful fields in the game state object data which can provide for some interesting mods. I've also got the code in there to upgrade the game's tag memory, cache limits, and new data file usage. Theres much more to be mentioned, but you'll just have to dig into the source yourself to figure it all out. A couple of notes however:

    • While Battery's features have been included, only a few HUD options were implemented as some others interfered with the hud-chat logging.
    • I had to remove a majority of the code (both old and new to OS2) related to server management. Not entirely something I wanted to do, but so goes paving the future of HaloCE stats with Synapse.
    • There are quite a few things which I never was able to finish implementing in time for this release. Some of them I didn't include the source to (namely recorded animations) others didn't have much source to begin with so are still hanging around in the code.

    There are two utilities which are included for you Xbox developers. You can thank xbox7887 for them. They were supposed to be included in the initial release, but some bad timings happened. I can't comment too much on them, I only didn't do too much work or coding on them, mostly just coached xbox7887 on their development.

    Pictures:

    The new project_yellow tags in action




    The new OS_tool in action




    The new OpenSauceIDE in action



    NOTE:
    This is a Release Canidate. I'm doing a two week trial period to let people find any bugs or conditions which I wasn't able to catch or check for. After those two weeks are up I'll fix any unsolved problems and may include a few more things for end-users to poke at.




    To build the Halo1_CE source code you will need the following libraries:



    Download the OpenSauce 2 SDK (RC).

    OR...

    Download the OpenSauce HEK (RC).
    The OS HEK is included in the SDK download.
    This download contains only the unlocked and updated HEK, not the SDK.


    Dedicated to my Grandfather (2008) and Sister (1999).


    2009-12-08 OpenSauce Source Update

    Attached is a update "Appetizer". Includes the bug fixes and proxy "enhancement" as seen in the current compiled test DLL. Both the DLL and "Appetizer" source files can be downloaded from the links at the bottom of this post.

    __________________________

    The attached dll is available for download as a sample of the compiled source code. I do not, in any way, support the attached DLL. Use at your risk. You will still need the latest DX.

    After downloading, rename the dll to "d3d9.dll" and place in your Halo CE directory, alongside haloce.exe.

    In order to get the exception data for posting do the following:
    Quote Originally Posted by Kornman00 View Post
    On XP, I believe there is a way to save the Exception Data of which it notoriously Gathers. Try clicking the "View Details" linkish looking thing (IIRC) and see if it lets you.

    On Vista its a little different. This difference actually made developing hacks like Yelo more time consuming to debug on my end as the amount of steps involved.
    1) Control Panel->Problem Reports and Solutions->View problem history
    2) Find HaloCE (or it may be the name of the dll, dx3d9.dll or w/e)
    3) Right click->View problem details.
    4) Copy to clipboard & pasta in your post
    5) ???
    6) Fix?
    7) Deficit
    2009-08-29 DLL update:

    * Custom Weapon Views are working now
    * Hud Options now actually load
    * HUD scaling is working as expected now
    * Enabled use of a "d3d9_proxy.dll" to allow other d3d9 proxy hacks to work. NOTE: This has only been tested with SoftTH. With that said, if you're using any d3d9_proxy.dll, any exceptions encountered will not be considered for support unless I feel I can be arsed. If you're encountering exceptions, remove the proxy then load the game again. If problem continues, post the exception data.


    2011-05-05 update:
    Stop downloading these files. They're all out of date. New official builds will always be posted on the google code project's download page.
    Attached Files
    Last edited by Kornman00; December 21st, 2011 at 01:30 PM. Reason: stop the presses

  2. #2
    Movie Maker Siliconmaster's Avatar
    Join Date
    Sep 2006
    Location
    NJ (College)
    Posts
    2,192

    Re: Open Sauce Update #2 (RC)

    Yay! This deserves an . And another one: .

    Thank you so much for your efforts and help in keeping the CE community alive and kicking. Also, your dedications are touching and the dates are tragic.

  3. #3
    Senior Member Rambo's Avatar
    Join Date
    Jun 2009
    Posts
    135

    Re: Open Sauce Update #2 (RC)

    Will somebody please post a compiled version of Open Sauce for me? I do not have a compiler nor do I know how to use one, as I do not program.

    I would like d3d9.dll and any other compiled resources necessary to fully run Open Sauce 2. Thank you. If you could lease post the links to compiled resources here it would be much appreciated.

    Again, thank you for the release and thanks for listening.

  4. #4
    Kid in the Hall Kornman00's Avatar
    Join Date
    Sep 2006
    Location
    ◕‿◕, ┌( ಠ_ಠ)┘
    Posts
    3,130

    Re: Open Sauce Update #2 (RC)

    I should also note that while there is code inplace for adding more campaign levels, I never got around to testing the code (hence why the component isn't included in Main.cpp). If I had a UI which was setup for it then I could but as it stands, it's all experimental code.
    Last edited by Kornman00; August 27th, 2009 at 01:29 AM.

  5. #5
    Junior Member
    Join Date
    Aug 2009
    Posts
    6

    Re: Open Sauce Update #2 (RC)

    Wow really good job! Thanks for the build 2. I was going to do it for Rambo but you got to it first :P DX9 FTW.

  6. #6
    show up throw up Ganon's Avatar
    Join Date
    Apr 2008
    Posts
    2,144

    Re: Open Sauce Update #2 (RC)

    I'm still terribly confused as to the true possibilities of this, but it looks like you've done a great deed.

  7. #7
    Senior Member Rambo's Avatar
    Join Date
    Jun 2009
    Posts
    135

    Re: Open Sauce Update #2 (RC)

    I installed the DLL and the binaries, but cannot access the new stuff. How do I access the new tags?

    Also, when running, the tools say something about Yelo not running properly (something about a kludge). Is this normal and if not, how do i fix?

    Again, thank you for all the great work, Kornman00.

  8. #8
    am I an oldfag yet? Heathen's Avatar
    Join Date
    Feb 2008
    Location
    a
    Posts
    9,534

    Re: Open Sauce Update #2 (RC)

    So I am here for what most are, what does this mean for the user?

    What are some examples of possibilities?

  9. #9
    The Boss cheezdue's Avatar
    Join Date
    Jan 2008
    Location
    Texas
    Posts
    1,200

    Re: Open Sauce Update #2 (RC)

    This sounds like fun. Maybe I'll try to learn how to do this stuff.

  10. #10
    ∑(〇Д◎ノ)ノ
    Join Date
    Feb 2008
    Location
    :tinfoil:
    Posts
    2,685

    Re: Open Sauce Update #2 (RC)

    This is awesome.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •