Page 15 of 56 FirstFirst ... 5 13 14 15 16 17 25 ... LastLast
Results 141 to 150 of 557

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

  1. #141
    Sarcastic Bitch
    Join Date
    Sep 2006
    Posts
    811

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

    XP:
    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

    Vista:
    Start>Control Panel>System and Maintenance>Problem Reports and Solutions>Find Halo report at specific date/time and copy to clipboard

    W7:
    Start>Search for "View all problem reports">Find Halo report at specific date/time and copy to clipboard

  2. #142
    Gar TVTyrant's Avatar
    Join Date
    Apr 2008
    Location
    Hillsboro, Oregon
    Posts
    4,690

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

    Product
    Halo

    Problem
    Stopped working

    Date
    9/8/2009 2:02 PM

    Status
    Report Sent

    Problem signature
    Problem Event Name: APPCRASH
    Application Name: haloce.exe
    Application Version: 1.0.8.616
    Application Timestamp: 489a3b7e
    Fault Module Name: d3d9.dll
    Fault Module Version: 2.0.0.1
    Fault Module Timestamp: 4a984fec
    Exception Code: c0000005
    Exception Offset: 00016686
    OS Version: 6.0.6001.2.1.0.768.3
    Locale ID: 1033

    Extra information about the problem
    Bucket ID: 1439092421


    That stuff?

  3. #143
    Sarcastic Bitch
    Join Date
    Sep 2006
    Posts
    811

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

    Quote Originally Posted by TVTyrant View Post
    That stuff?
    Yes, that is correct.

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

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

    Quote Originally Posted by FireScythe View Post
    Sorry i'm a bit late with this, but there's one more bug for CheApe.

    Also, with the shader_postprocess_collection tag, where WERE you going with it ? Compiled into a map, or just a tag loaded externally?
    Fixed. Wasn't resetting a few things when there was a re-import

    The tag was to be built into cache files so that people didn't have to use external files like you initially had with your post-process demo

  5. #145
    Senior Member FireScythe's Avatar
    Join Date
    Sep 2006
    Location
    UK, England
    Posts
    321

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

    Ah ok then. I'll probably still have external shaders aswell, for global effects, with compiled shaders for map specifics, but that's for another time :P.

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

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

    About the lightmap thing, I would code it myself, if I knew XML, but I don't know any program languages except some HaloScript.

    If someone could generate a library package with support for the lightmap functions I requested so we can at least find out what happens, I'd greatly appreciate it. Again, I don't know any programming languages at all. Sorry guys. I just want to see how well it works. I have this hypothesis it will work just fine, but I want to see to be certain.

    If I were to program it, how would I go about it? I might ask around to see if there's people that could code it, but they'd need to know to what specifications and how.

  7. #147
    Sarcastic Bitch
    Join Date
    Sep 2006
    Posts
    811

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

    Quote Originally Posted by Rambo View Post
    About the lightmap thing, I would code it myself, if I knew XML, but I don't know any program languages except some HaloScript.
    OpenSauce is not written in XML, nor is it even possible to write a program in XML. OS is written in C++, the only part of it that uses XML files is when defining custom tag groups. I don't know what your fascination is with XML.

    Quote Originally Posted by Rambo View Post
    I have this hypothesis it will work just fine, but I want to see to be certain.
    Did you just completely skip over or disregard my post?

    Quote Originally Posted by Rambo View Post
    If I were to program it, how would I go about it? I might ask around to see if there's people that could code it, but they'd need to know to what specifications and how.
    If somebody is going to go through the trouble of telling you how to do it, they might as well program it themselves.

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

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

    The part needed to add the script command is done in XML, but it needs to reference the stub code in OS itself for the solution to work, for example, the index for the script and what not.

    I was asking if someone could please program that "connection point" between the stub code and the end-user by programming the XML part knowledgeably.

    And I didn't mean to skip over your post or be an asshole.

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

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

    Dude...someone doesn't just sprinkle magic dust on some code and all of a sudden things work. Someone would actually have to reverse engineer the game engine to figure out how it goes about updating to the render current lightmap, then program a script function in C++, as thats what the codebase is written in, to force that update to happen with a new lightmap. Things just don't appear out of thin air

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

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

    Fine I give up. I suggested the idea because I thought it would be fairly simple to get in-game, not knowing any programming languages. I thought that the current rendering part of the engine could handle it as-is and that all it would require was just coding into Open Sauce. Since it's obviously more complicated than that, or so it would seem, I'm done with it. I'll just assign my 64 lightmaps to 64 BSPs and make a huge filesize map and be thankful for that, even if it's at the expense of others for having to download such an attrocious filesize just to switch lightmaps more smoothly.

    It shouldn't have to be that way. I still think it can be done, yet I'm stuck with "what is" because I'm a n00b that can't code a thing outside of Halo. I'm just stupid like that. I've never been good with coding or modeling (not that that even matters) or any of that stuff.

    I'll just stand back and read from now on, since I feel so worthless and unwelcome here in this thread. After all, it's not my area of expertise, now is it?

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
  •