Jump to content

  •  

  • iBotModz CBox


    dschu012's Content

    There have been 58 items by dschu012 (Search limited from 02-July 23)



    Sort by                Order  

    #26336 [Nuklear & Jacob] BR Arena v4

    Posted by dschu012 on 22 June 2008 - 06:40 PM in Mods

    Higher walls would be nice so it can support other weapons. I can see people getting blown out with rockets or hit out with a hammer. But otherwise I like it.


    I use the biggest walls they have on the map. -.-

    I realized that the walls go through the map completely blocking access to lower center part of the map.

    Can't you stack?



    #26117 [Nuklear & Jacob] BR Arena v4

    Posted by dschu012 on 22 June 2008 - 11:36 AM in Mods

    Higher walls would be nice so it can support other weapons. I can see people getting blown out with rockets or hit out with a hammer. But otherwise I like it.



    #30344 Superaison's resigner for other gamesaves

    Posted by dschu012 on 02 July 2008 - 08:24 PM in Xbox

    I tried using superaison's resigner for a game save for orange box that I got off of xss. The reason being is that apparently to use the xss resigner you need to donate or contribute to the site. However after I resigned the saves with my profile ID and device ID and loaded up the game, I couldn't load the saves. This is my first time trying to resign something other than a halo 3 forge map and was wondering if there is something with the save on xss or why I couldn't see the saves I am supposed to.



    #23810 .map resigner

    Posted by dschu012 on 16 June 2008 - 09:17 PM in Halo 3 / ODST

    Even if we get the key, thats only like the "hint" key. Then we can decode/decrypt with it. Its like National Treasure 2. We have to steal the key, then decode it.

    Good movie.



    #35964 lolcats Screenshot

    Posted by dschu012 on 25 July 2008 - 06:53 PM in H3 Modding

    K I should put up those tonight. I have no clue how you put screenshots up as different names, but some people are doin git.

    The same way you change names on forge maps and gametypes probably.....



    #55352 Programming Help Please.

    Posted by dschu012 on 07 December 2008 - 11:19 AM in Help Desk

    I'm not sure... :D

    I made one in VB.NET, but it didn't work, so unless .NET can be disabled... :)

    Can you do this for a command prompt.

    Okay so here is how to make a command prompt for at school or work (simple and to the point)

    Step #1
    go to where your school/job keeps your notepad

    Step #2
    open it up

    Step #3
    type "cmd.exe"

    Step #4
    click on save as...

    Step #5
    save it as "command.bat" DONT FORGET THE ".bat"!!!!!!!!!

    Step #6
    now just go to where you saved it and go ahead and use the command prompt for whatever you need to use it for




    #24570 How do you...

    Posted by dschu012 on 18 June 2008 - 05:09 PM in H3 Modding

    http://www.xbox.com/en-AU/support/xbox3 ... ration.htm

    Free, I've heard it works.



    #49674 Tutorial: How to install lights in your console

    Posted by dschu012 on 21 October 2008 - 01:00 PM in Tutorials

    Whatever is in his xbox is not a LED in that picture.



    #88337 (C#) Linear Searching

    Posted by dschu012 on 12 May 2009 - 12:11 PM in Coding / Development

    A recursive function is a function that calls itself.

    Example:
    //C++ Returns the Greatest Common Denominator
    int gcd(int x, int y)
    {
      if (y == 0)
    	 return x;
      else
    	 return gcd(y, x % y); //calls itself
    }

    What you posted is a linear search



    #30574 Shade's Resigner

    Posted by dschu012 on 04 July 2008 - 10:19 AM in Programs

    On vista it looks uber. Too bad I run XP. Whats big and small icon for?

    and the checkbox next to the profile ID mean?

    Nice post. +REP.

    Size of the picture next to the save when browsing through your saved game info on the Xbox? Not sure but just a guess.

    You can probably save multiple profiles ID's so you can resign it to whatever profile you want. And unknown owner would resign it so that people wouldn't be able to find out the original save owner (anonymize the save).

    Those are all just assumptions I haven't actually downloaded it yet.



    #36686 Usermap Whitepaper

    Posted by dschu012 on 28 July 2008 - 09:39 PM in Tutorials

    This you can try/succeed in modding campaign by knowing exactly where the objects/everything is to modify.

    Basically it's a list of "offsets" instead of "identifiers" that tell you WHERE to modify.

    Hope this cleared a few things up.

    This whitepaper is for usermaps, meaning forge variants. You can use this information to mod forge variants, like changing the coordinates where something spawns and such without having to use those programs other people have made.



    #89143 (VB.NET & C#) Executing A File

    Posted by dschu012 on 16 May 2009 - 08:42 AM in Coding / Development

    You can also run the process with arguments if acceptable.

    Example:
    Process.Start("firefox.exe","-url www.ibotmodz.net");



    #36098 Valhalla Jump tactic vid made by me

    Posted by dschu012 on 26 July 2008 - 09:12 AM in Halo 3 / ODST

    I've never been able to get that jump, i've tried before but doesn't work for me

    You can't crouch when you are on the slant, it will make you slide down. It is easier to do the jump if you don't crouch at all during it.



    #16691 Obstacle Course Mod Released!

    Posted by dschu012 on 22 May 2008 - 10:35 PM in H3 Modding

    cool, will try it out



    #83759 How do you force skip in Matchmaking?

    Posted by dschu012 on 24 April 2009 - 11:26 AM in Help Desk

    Alright,
    Im playing living dead and Im sick of playing Original DLC, and I wanna skip everything thats not mythic. :D
    So, how would I go about doing this?
    Im pretty sure it has to do with blocking the map from being played or something... :huh:

    One of my friends has to go through and load each DLC map in a custom game before he can play them. If he doesn't load them up they get skipped when we get them in Matchmaking. I dunno how he does it but it is something along those lines.



    #63750 :O ---> B)

    Posted by dschu012 on 29 January 2009 - 07:19 PM in Off-Topic

    too bad their fugly.

    QFT



    #62909 i am thinking of making a program...

    Posted by dschu012 on 25 January 2009 - 02:14 PM in Xbox

    they all start with usermapxxxxxx or filmxxxxxx so its kinda easy to sort them and give extensions :)
    it will also include automatically find all halo files on the hdd and copy them to their respective folders, same for putting it back on the hdd..easy :)
    i just hope i can get it to work with the fatx filesystem >.<

    I think you are in over your head with this. Trying to read the HDD is way too complex.



    #18182 Looking to buy a 360 dev/XDK

    Posted by dschu012 on 29 May 2008 - 09:22 PM in Halo 3 / ODST

    It is not worth it if your just gonna use it for halo 3 crap.



    #88960 [REQUEST]Factorial Calculator?

    Posted by dschu012 on 15 May 2009 - 10:37 AM in Coding / Development

    Factorial should be pretty easy since you only need a number as an input

    http://www.megaupload.com/?d=4YNY16JU

    Here is an example of a factorial calculator. If the answer is above 18446744073709552000 it won't work because that is the maximum size of a ulong. So as long as you use it to calculate the factorials of numbers below 60ish you should be good.



    #36096 The Elevator Jump ~ Tutorial by BlackXhorneT

    Posted by dschu012 on 26 July 2008 - 09:08 AM in Halo 3 / ODST

    wow never seen that b4. pretty cool



    #49864 Microsofts new F-bomb beeper

    Posted by dschu012 on 22 October 2008 - 09:53 PM in Xbox

    No way this can work.

    I can't wait.

    Agreed. I bet it will be really buggy. Some words sound so similar that it will bleep out words not meant to.

    Where'd you get this info I haven't heard it mentioned anywhere else?



    #29134 Light Maps (Daily Modders)

    Posted by dschu012 on 30 June 2008 - 04:01 PM in H3 Modding

    nifty



    #63012 Looking for renaming program

    Posted by dschu012 on 25 January 2009 - 09:15 PM in Programs

    http://rapidshare.co...Rename.zip.html

    Only renames files in the directory you pick. If you want it to go into more directorys and such just tell me and I might work on that for you.



    #63020 Looking for renaming program

    Posted by dschu012 on 25 January 2009 - 09:37 PM in Programs

    Thanks that does what I need, but i need to create a list for it to rename.



    It doesn't rename?

    Worked perfectly for me.

    Before I click the button

    Posted Image

    After clicking the button

    Posted Image



    #63055 Looking for renaming program

    Posted by dschu012 on 26 January 2009 - 08:36 AM in Programs

    I has vista, is that the problem?

    Maybe I don't have vista so can't really test it on that. Vista has all type of security things preventing you from doing stuff that can easily be done on XP.