Announcing SMS project
...icons are just raw images. Each pixel consumes 4 bytes: R, G, B and Alpha. So, for 32x32 image we've got 32*32*4=4096 bytes and for 48x48 icons (used in "Available media" bar) - 48x48*4=9216. I've took some of David's icons and passed them through Photoshop, setting brightness value at the very minimum and added an alpha channel. Since in PS2 alpha values are in the range 0-128 while Photoshop makes them in 0-255, I wrote a small proggy that scales alpha values down to fit 0-128 interval.
Best regards
Eugene
Best regards
Eugene
Re-Hello,
EEUG, I've done some work on a personal option screen, ( i know you don't want to heard about that for the moment, but i'm a "PressedMan" :) ).
This is just a first try. I think and know, that isn't very proper. ( icon, pass over, ... )
Implemented fonction:
Option screen with:
- Help Screen
- Display mode choise screen
- Save Config
- Reset
- PowerOff ( is HDD present )
Everything work fine.
Here my modified elf:
http://www.fileshack.us/files/131/SMS_T ... Screen.rar
If you want, i can put my file in waste bin, before a lot of people take it.
Bye
Bixente
EEUG, I've done some work on a personal option screen, ( i know you don't want to heard about that for the moment, but i'm a "PressedMan" :) ).
This is just a first try. I think and know, that isn't very proper. ( icon, pass over, ... )
Implemented fonction:
Option screen with:
- Help Screen
- Display mode choise screen
- Save Config
- Reset
- PowerOff ( is HDD present )
Everything work fine.
Here my modified elf:
http://www.fileshack.us/files/131/SMS_T ... Screen.rar
If you want, i can put my file in waste bin, before a lot of people take it.
Bye
Bixente
...don't be afraid in your research/implementation. It's free :) and there're no obligations. If you're really want to implement a configuration screen then I would advice absolutely not to hurry. Just don't mix it with browser. It is for files :). Make a smaller pane atop of it, so it could be activated by "select" button. You can also make an iconified menu items for on/off settings, for example: "Filter avi files: x or \/" etc. There're a lot of possibilities and all the functions to draw text, icons, lines, rectangles etc. (also event management functions) are there, just use them. Take a look at the GUIContext and BrowserContext structures and create a new one: SetupContext, for example. It will be isolated and easier to maintain. Again, it's just a suggestion, if you don't feel like making an implementation, no problem at all.
Best regards
Eugene
Best regards
Eugene
-
- Posts: 4
- Joined: Wed Nov 02, 2005 4:09 pm
Can someone please explain this in simple terminalogy on a step by step on how to do this, cause I would like to watch some divx files on my ps2!!!!!
I read the readme file, but it doesn't explain how to do it at all, all it says is why he created the program in the first place, so can someone please help me here???
~thanks
I read the readme file, but it doesn't explain how to do it at all, all it says is why he created the program in the first place, so can someone please help me here???
~thanks
@falcon64z8: just launch .elf file, select .avi file and press "cross" button on your gamepad. .avi file can be placed on:
- CDDAFS formatted CD;
- Hard disk;
- USB device (not all devices will work);
- network server (using ps2client/radhostclient programs as server);
- DVD video disk;
- ISO CD/DVD disks if you have a modchip in your PS2;
Best regards
Eugene
- CDDAFS formatted CD;
- Hard disk;
- USB device (not all devices will work);
- network server (using ps2client/radhostclient programs as server);
- DVD video disk;
- ISO CD/DVD disks if you have a modchip in your PS2;
Best regards
Eugene
-
- Posts: 4
- Joined: Wed Nov 02, 2005 4:09 pm
So do I just burn one cd with the .elf file then burn another cd in CDDAFS formatt with the .avi file??? If so, then how do I burn a cd in CDDAFS???EEUG wrote:@falcon64z8: just launch .elf file, select .avi file and press "cross" button on your gamepad. .avi file can be placed on:
- CDDAFS formatted CD;
- Hard disk;
- USB device (not all devices will work);
- network server (using ps2client/radhostclient programs as server);
- DVD video disk;
- ISO CD/DVD disks if you have a modchip in your PS2;
Best regards
Eugene
-
- Posts: 4
- Joined: Wed Nov 02, 2005 4:09 pm
Umm, you are making no sense to me right now, so how would I burn the .elf file, like in data formatt or bootable disc??? I tried both and the ps2 is not reading it and if I just burn the .elf file on one disc by itself, how would I watch a movie???weltall wrote:if you can read the cd with the elf why doing a cd in cddafs for the avi?
Can someone just explain to me in detail step by step the correct way of doing this?
~thanks
file u need to burn a bootable ps2 disk.
1.)SMS Version 1.4 (Rev.7) New Font.elf
2.)system.cnf
Sofware for the pc for cd-image creation.
1.)notepad.exe(to edit system.cnf)
2.)ps2 cdgen3.0(to create abootable cd-image)
3.)cd-mage to check the image created is free of corruption.
system.cnf should look like this in notepad.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
BOOT2 = cdrom0:\SMS Version 1.4 (Rev.7) New Font.elf;1
VER = 1.50
VMODE = PAL/NTSC
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The Magic on making a bootable cd for Ps2....Editing Lba value ...using cdgen.
LBA :FILE
12231: SYSTEM.CNF
12232 :SMS Version 1.4 (Rev.7) New Font.elf
That should be it
use CD-gen 3.0 to reate the image>drag the file needed to cd-gen>edit Lba value from cdgen>create a cd-image>use cd-mage to check the image created >then burn it to a cd .......................That all.......
1.)SMS Version 1.4 (Rev.7) New Font.elf
2.)system.cnf
Sofware for the pc for cd-image creation.
1.)notepad.exe(to edit system.cnf)
2.)ps2 cdgen3.0(to create abootable cd-image)
3.)cd-mage to check the image created is free of corruption.
system.cnf should look like this in notepad.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
BOOT2 = cdrom0:\SMS Version 1.4 (Rev.7) New Font.elf;1
VER = 1.50
VMODE = PAL/NTSC
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The Magic on making a bootable cd for Ps2....Editing Lba value ...using cdgen.
LBA :FILE
12231: SYSTEM.CNF
12232 :SMS Version 1.4 (Rev.7) New Font.elf
That should be it
use CD-gen 3.0 to reate the image>drag the file needed to cd-gen>edit Lba value from cdgen>create a cd-image>use cd-mage to check the image created >then burn it to a cd .......................That all.......
-
- Posts: 4
- Joined: Wed Nov 02, 2005 4:09 pm
Now this makes sense thank you! But one more thing where do I get the system.cnf file??? I donwloaded the other program, but I don't know where to get that one, also I do not have a mod chip. I just got my ps2 this monday, so I new to everything playstation since I have been a Nintendo fan, which still am. One more thing, when I am about to burn the cd, do I put the .avi file with it or does it goes onto another cd and I just swap it out???fringo wrote:file u need to burn a bootable ps2 disk.
1.)SMS Version 1.4 (Rev.7) New Font.elf
2.)system.cnf
Sofware for the pc for cd-image creation.
1.)notepad.exe(to edit system.cnf)
2.)ps2 cdgen3.0(to create abootable cd-image)
3.)cd-mage to check the image created is free of corruption.
system.cnf should look like this in notepad.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
BOOT2 = cdrom0:\SMS Version 1.4 (Rev.7) New Font.elf;1
VER = 1.50
VMODE = PAL/NTSC
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The Magic on making a bootable cd for Ps2....Editing Lba value ...using cdgen.
LBA :FILE
12231: SYSTEM.CNF
12232 :SMS Version 1.4 (Rev.7) New Font.elf
That should be it
use CD-gen 3.0 to reate the image>drag the file needed to cd-gen>edit Lba value from cdgen>create a cd-image>use cd-mage to check the image created >then burn it to a cd .......................That all.......
~thanks again
If u just got ur ps2 and am new to this then u have some work ahead of u.falcon64z8 wrote:I just got my ps2 this monday, so I new to everything playstation ...
Firstly a PS2 cannot boot burnt/copied cd/dvds without a modchip, so with no modchip u'll need to find another way of getting the ps2 to run the ELF (PS2 EXE file ;)) ie: exploit, swap magic, etc. If u really want to play movies on ur PS2 I suggest u to do some research into that first. There are various tutorials for different ways on the net depending on what hardware u have.
Once u can get the PS2 to run the ELF everythings is fairly simple.
Hello Everybody,
I'll take a holiday for 3 week, so i release some work i've done on setup fonction.
Here the SMS.elf file with very basic setup call by start button.
(Work but some fonction are not implented ( filter avi ;) , lan mode )
http://www.fileshack.us/files/131/SMS_Setup.rar
Here my source code inspired from gui.c and browser.c source code.
I've add init setupcontext in main.c and draw setup call in gui.c.
http://www.fileshack.us/files/131/SMS_Setup_source.rar
My work is based on file manipulation ( but not mix with browser ;), just inspired from it ;) ), so my setup is a scrolling menu, start button to actived and triangle button to exit without change.
Fonction:
- Help Screen
- Filtering Avi ( don't work for the moment )
- Lan Mode ( don't work for the moment )
- Display mode choise
- Reset
- PowerOff ( is HDD present )
- Save Config and Exit
- Exit Without Change
I know it's not very proper again but i don't have more time to clean it, for the moment.
Everybody are free to modified it (add some icon or (red, green ball for active, desactive fonction).
See you
Bye
Bixente
Holiday Holiday Holiday
I'll take a holiday for 3 week, so i release some work i've done on setup fonction.
Here the SMS.elf file with very basic setup call by start button.
(Work but some fonction are not implented ( filter avi ;) , lan mode )
http://www.fileshack.us/files/131/SMS_Setup.rar
Here my source code inspired from gui.c and browser.c source code.
I've add init setupcontext in main.c and draw setup call in gui.c.
http://www.fileshack.us/files/131/SMS_Setup_source.rar
My work is based on file manipulation ( but not mix with browser ;), just inspired from it ;) ), so my setup is a scrolling menu, start button to actived and triangle button to exit without change.
Fonction:
- Help Screen
- Filtering Avi ( don't work for the moment )
- Lan Mode ( don't work for the moment )
- Display mode choise
- Reset
- PowerOff ( is HDD present )
- Save Config and Exit
- Exit Without Change
I know it's not very proper again but i don't have more time to clean it, for the moment.
Everybody are free to modified it (add some icon or (red, green ball for active, desactive fonction).
See you
Bye
Bixente
Holiday Holiday Holiday
...really, really nice things :). Thanks a lot. I'll integrate it as soon as it will be finished. At the moment I've almost implemented I-Frame generator (from bmp, jpg, gif etc.) with preview using XviD encoder :). It's got busy at work, so I can't now contribute much to the actual SMS development at PS2. Have a nice vacations !!!
Best regards
Eugene
Best regards
Eugene
@jacky400: I don't know :), really...
Edit: btw., the reasons for the "blocks" can lie not in the postprocessing problem. I threw out so called "interlaced" encoding support, so if your XviD was encoded with this option enabled then...results can be unpredictable. Can you share your file (or part of) it somewhere, so I can take a look at it?
Edit: btw., the reasons for the "blocks" can lie not in the postprocessing problem. I threw out so called "interlaced" encoding support, so if your XviD was encoded with this option enabled then...results can be unpredictable. Can you share your file (or part of) it somewhere, so I can take a look at it?