WiiRd forum

Main Forums => Forum Announcements => Topic started by: Link on May 19, 2009, 10:29:13 AM

Title: Code Manager 1.2
Post by: Link on May 19, 2009, 10:29:13 AM
So well.. it was time.. I did a minor round up of the code manager..

Changes are:
Other than that.. nothing should have changed!

Download at: http://wiird.l0nk.org/wp/download (http://wiird.l0nk.org/wp/download)
Binary and Source code is availible.

Note: For those who asked me for the source code before and wondered that I didn't answer.. the source code was always availible at the given link!

What does this mean for code making: code lists for Virtual Console games are supported.. you can either store them with only 4 letters or.. set the publisher code (last two digits to 00).. DO NOT ADD 00 IN FRONT! Just to give you a short sum-up how Wii names are made:

1st sign: console type (R for Wii, G for Gamecube, J for SNES)
2nd/3rd sign: game name
4th sign: region
5th and 6th sign: publisher

Typical example: RMGE01
--> R MG E 01
-> R = Wii
-> MG = Mario Galaxy
-> E = North America
-> 01 = Nintendo

So far publisher ID 00 hasn't been seen in the wild so I assume it would be safe to use - for example on the code lists at http://www.usbgecko.com/codes (http://www.usbgecko.com/codes) where a 6 letter enforcement is still active. So if you like to make codes for Legend Of Zelda: A Link to the past.. the game id is JADE for the North American version.. for the code lists use JADE00 the code manager will automatically remove 00. If you only want to use a code list for the code manager itself then you can also use JADE!
Title: Re: Code Manager 1.2
Post by: Panda On Smack on May 19, 2009, 10:37:35 AM
Thanks link, what about source for ASM <> WiiRd?

Ta
Title: Re: Code Manager 1.2
Post by: Link on May 19, 2009, 10:49:40 AM
Quote from: Panda On Smack on May 19, 2009, 10:37:35 AM
Thanks link, what about source for ASM <> WiiRd?

Ta

Was never released admittedly, but no problem, I'll sort them out.. the code isn't spectecular at all!

Edit: http://wiird.l0nk.org/asmwiird-src.zip (http://wiird.l0nk.org/asmwiird-src.zip)
Title: Re: Code Manager 1.2
Post by: Panda On Smack on May 19, 2009, 10:55:50 AM
Thanks mate

Had to change url to http://wiird.l0nk.org/asmwiird-src.zip (http://wiird.l0nk.org/asmwiird-src.zip) though

ta!

P.S. What was the free program you can use to compile please?
Title: Re: Code Manager 1.2
Post by: Link on May 19, 2009, 11:28:58 AM
Quote from: Panda On Smack on May 19, 2009, 10:55:50 AM
Thanks mate

Had to change url to http://wiird.l0nk.org/asmwiird-src.zip (http://wiird.l0nk.org/asmwiird-src.zip) though

ta!

P.S. What was the free program you can use to compile please?

Well, you can get Turbo Delphi to compile them.. I personally use the big Delphi 2006 and 2009 for my releases.. these apps are not free but more so 1000$ applications - I mostly use them for my job but I am allowed to do personal developments with them. For Linux I do use Lazarus which has limited capabilities but with some tweaking it might compile under the Windows version of Lazarus too!
Title: Re: Code Manager 1.2
Post by: Panda On Smack on May 19, 2009, 11:50:10 AM
Ok, thanks mate

I mainly use visual studio (also for work :-) ) and for learning purposes I'm hoping to convert the project into a c# app (if that's ok?)

Just need something to open the source in so I can study it etc

ta!

Post Merge: May 19, 2009, 03:03:37 PM

Where do you put all the TnT files?

It complains about not having them but doesn't give me the option to go and find them or add them?!

ta
Title: Re: Code Manager 1.2
Post by: Romaap on May 19, 2009, 04:31:30 PM
Quote from: Panda On Smack on May 19, 2009, 11:50:10 AM
Just need something to open the source in so I can study it etc
You can open almost every source with Programmers Notepad (http://www.pnotepad.org/).
Its just for opening and editing, but you can link makefile's and compilers so you can use it as a compiler too :D
Title: Re: Code Manager 1.2
Post by: Link on May 19, 2009, 05:30:58 PM
Quote from: Panda On Smack on May 19, 2009, 11:50:10 AM
Where do you put all the TnT files?

It complains about not having them but doesn't give me the option to go and find them or add them?!

ta

Hm, the TNT files are basically installed using the TNT installer (see txt file included in the zip).. Turbo Delphi should be able to install them (not sure about the express edition). the TNT components are required as Delphi up to 2007 normally only creates ANSI components which are barely able to show Japanese text.. as the code manager was intended to use a Japanese translation I used a Unicode pack!
Title: Re: Code Manager 1.2
Post by: Panda On Smack on May 19, 2009, 11:06:19 PM
Ta, I downloaded that but it didn't seem to install anything in my delphi directory. Just wondered if I should put all the tnt .pas files somewhere?

Thanks for your help Link
Title: Re: Code Manager 1.2
Post by: Dark Chaos on October 21, 2009, 08:29:58 PM
there is something i dont understand. how do you extend the limit of codes put in a game in gecko OS :confused: