Jump to content

>
Viewing Profile

JussiPik

Member Since 03 Nov 2008
Offline Last Active Jun 04 2009 06:28 PM

Topics I've Started

The Conduit

26 May 2009 - 10:57 AM

i`ve been watching this game from day one they announced it. It`s kinda weird to wait a game and see
how it develops and what people have to say about it. Let`s discuss and hype the game, tell us your thoughts of it,
and what you expect from it.

I`m waiting a good, solid gameplay experience with great controls and fun online experience.


Design for Crediar`s Freedom

24 May 2009 - 11:43 PM

i was bored so i decided to make a gui design for Crediar`s system menu replacement app called Freedom
So what do you think?


QuakeII for wii

18 May 2009 - 02:09 PM

http://wiibrew.org/wiki/User:Izhido/Q2Rev

this is cool, it plays, well atleast a couple of minutes biggrin.gif

Custom backgrounds

12 April 2009 - 08:32 AM

Here`s my updated bg`s for wiishizza`s mod (USB Loader Ultimate Version)

you can download it from this thread:ultimate edition thread

Wii-like:

__________________________________________________________________
Clear colours:

__________________________________________________________________
Soft colours:

__________________________________________________________________
Game based backgrounds:

__________________________________________________________________
Random:




This post is updated with new backgrounds almost daily.

Tutorial: Compile your own USB Loader!

04 April 2009 - 08:26 AM

Hi everyone! i have had so many requests of how to compile a source with devkitpro, so i decided to make a tutorial, so you all can make it your self wink.gif


1. First of all you need DevKitPro.install it. Download it here: DevKitPro
2. You need the source of Waninkoko`s usb loader. Download it here:USB Loader 1.1 Source
3. Extract the source files to c:\USBLoader
4. Now we change the background. the background image of the USB Loader is located in c:\USBLoader\data and it`s named background (without file extension). If you edit the filename and add a file extension to it (example: background.png), you should be able to see the image. Now just replace that image with your own image and remove the file extension (.png).

5. Open Programmers Notepad (it`s something you installed with devkitpro wink.gif ), this is the program you use to compile the source.
6. Click File---->Open, locate the makefile which is in c:\USBLoader and click Open.

7.1 Let`s change the code abit:
Locate this:
DEVKITPRO = /opt/devkitPPC
DEVKITPPC = /opt/devkitPPC


Change it to:
#DEVKITPRO = /opt/devkitPPC
#DEVKITPPC = /opt/devkitPPC


7.2 And now we change some more...:

Locate this:
$(OUTPUT).dol: $(OUTPUT).elf
$(OUTPUT).elf: $(OFILES)


Change it to:
$(OUTPUT).dol: $(OUTPUT).dol
$(OUTPUT).elf: $(OFILES)



8. Now you are ready to compile! Yay! Click Tools---->Make and you`re done!

now you should have an USBLoader.dol & USBLoader.elf in c:\

test the .dol that it works with Sendelf or similar method.

9. Enjoy your new custom USB Loader! smile.gif

P.S. If you want to make another USB Loader with different background do this:
Overwrite the previous "background" file with the new one and then delete the "Build" folder inside the c:\USBLoader folder, then Tools -> Make (thx to u4wii)


If you have something to add to this tutorial, just send a message.