PS3 Manager API

I was able to merge the code to install mamba (without use of an external self) in new_core it seem to work great :).
I can get webMAN-MOD and iso working at boot :) (little more delay to load webman than in cobra)
To reduce file size of new_core i made it fw specific (I dont use zlib, and payload are integrate in the self).
I finish to clean my code and i will share this.

Now we can make a CFW "Mamba" :)
 
I was able to merge the code to install mamba (without use of an external self) in new_core it seem to work great :).
I can get webMAN-MOD and iso working at boot :) (little more delay to load webman than in cobra)
To reduce file size of new_core i made it fw specific (I dont use zlib, and payload are integrate in the self).
I finish to clean my code and i will share this.
hehe, the same i have done and it works fine :D

so only problem i have personally, i want to load ccapi v2.0 with newcore (it works fine cause v2.0 and 2.5 are started with a self), but somehow, if i include your code for mambaloader to autoload mamba, it makes the ps3 freeze when loading ccapi self and ccapi webman. any tip why that is causing? i have tried with delay or with flags, but maybe your code with newcore works better.

Now we can make a CFW "Mamba" :)
it is great, to have both sides. cobra as usual, and mamba automatically when cobra is toggled.
 
Last edited:
hehe, the same i have done and it works fine :D

so only problem i have personally, i want to load ccapi v2.0 with newcore (it works fine cause v2.0 and 2.5 are started with a self), but somehow, if i include your code for mambaloader to autoload mamba, it makes the ps3 freeze when loading ccapi self and ccapi webman. any tip why that is causing? i have tried with delay or with flags, but maybe your code with newcore works better.


it is great, to have both sides. cobra as usual, and mamba automatically when cobra is toggled.

yes i have updated new-core with the mamba installer and also for me work great ;)
I have also added the automatic change of console id from a file,for now is dev_flash/idps.bin created by Gamesonic Manager v3.61
 
now it seems i have a permission problem with mamba autoloading it. i cannot use function in webman to rename files in devflash or remove files (e.g. webman cfg renewal)
seems we have to add permission handling to mamba as well.

edit
on the other hand, toolbox does not freeze anymore when autoloading mamba, like before. it has frozen on me when i have started toolbox after i have loaded mamba with irisman.
 
Last edited:
now it seems i have a permission problem with mamba autoloading it. i cannot use function in webman to rename files in devflash or remove files (e.g. webman cfg renewal)
seems we have to add permission handling to mamba as well.

I don't have this issue.

--------------------------------------------------------

I have finished to clean my code, here it is : https://github.com/NzV/MAMBA_AutoLoader

VSH Plugins are load from /dev_hdd0/mamba_plugins.txt

This new_core (sys_init_osd.self) is fw specific, all payload are embedded in it ! (Only 4.70CEX, it will update the source with more fw later).
 
Last edited:
my question to you is how did you get the fangs in front of the font, what program?

Very simple (i use Gimp)
if you add a new layer for your font, then you can use erase tool to erase the font that goes over the fangs. Thus giving the appearance its behind the fangs. :)
 
I don't have this issue.

--------------------------------------------------------

I have finished to clean my code, here it is : https://github.com/NzV/MAMBA_AutoLoader

VSH Plugins are load from /dev_hdd0/mamba_plugins.txt

This new_core (sys_init_osd.self) is fw specific, all payload are embedded in it ! (Only 4.70CEX, it will update the source with more fw later).
nevermind. got it working, so must have been user mistake.
and thanks for your work and efforts.
 
I don't have this issue.

--------------------------------------------------------

I have finished to clean my code, here it is : https://github.com/NzV/MAMBA_AutoLoader

VSH Plugins are load from /dev_hdd0/mamba_plugins.txt

This new_core (sys_init_osd.self) is fw specific, all payload are embedded in it ! (Only 4.70CEX, it will update the source with more fw later).

Just let me know and i will front page this :) .. Some places have already started to post this as news (which its for sure news worthy) but i like to make sure its all ready to go.
Also i think this needs it own thread ( unless you do not think so?)

Amazing work :)
 
[MENTION=46]haxxxen[/MENTION] [MENTION=600]_NzV_[/MENTION]

this is the code of [MENTION=600]_NzV_[/MENTION] with the support for all 4.XX CFW,u have not tested because i have not a ps3 in this moment,one of you can test?

mamba_autolader
 
I was able to merge the code to install mamba (without use of an external self) in new_core it seem to work great :).
I can get webMAN-MOD and iso working at boot :) (little more delay to load webman than in cobra)
To reduce file size of new_core i made it fw specific (I dont use zlib, and payload are integrate in the self).
I finish to clean my code and i will share this.

cc [MENTION=17]Orion[/MENTION]...

You can't put in a dev_flash a self system like sys_init_osd.self @ almost 1MB... or something like that
dev_flash is limited and it's more cleaner/faster and proper like [MENTION=600]_NzV_[/MENTION] did

Great works anyway
 
Last edited:
Very simple (i use Gimp)
if you add a new layer for your font, then you can use erase tool to erase the font that goes over the fangs. Thus giving the appearance its behind the fangs. :)

thanks for the hint, what do you think?

Untitled4.png

Untitled5.png
 
Last edited:
[MENTION=46]haxxxen[/MENTION] [MENTION=600]_NzV_[/MENTION]

this is the code of [MENTION=600]_NzV_[/MENTION] with the support for all 4.XX CFW,u have not tested because i have not a ps3 in this moment,one of you can test?

mamba_autolader


I have updated my code on github with support for all 4.xx .

With this code you will get a different sys_init_osd.self for each fw, i do this to reduce his size (arround 78Ko, if i have the same approch as you, all payload in the same sys_init_osd.self size will be arround 600Ko).
 
I think on all of them (mine included) the font should be a bit darker that in the mouth and behind the fangs. (then just part of the "O" where that is in the natural shadow of the snakes mouth

kind of like this

Untitled6.png

wasn't sure about "B" I tink it might need a little shadowing too
 
I have updated my code on github with support for all 4.xx .

With this code you will get a different sys_init_osd.self for each fw, i do this to reduce his size (arround 78Ko, if i have the same approch as you, all payload in the same sys_init_osd.self size will be arround 600Ko).
would you mind to combine cex and dex for each fw at least?
 
would you mind to combine cex and dex for each fw at least?

i will do it tomorrow.

If some of you want to try i have made an installer : https://mega.co.nz/#!8sl1wDKL!FbYUoToLOtvNptBUu3lYWFHGHyhmPy8IpEAlk1n8-nA
It will install the correct sys_init_osd.self for your cfw, it will no install it if cobra or mamba is runing or if sys_init_osd_orig.self already exist (you need to restore it as sys_init_osd.self).
If install is ok your will earn one beep and your ps3 will reboot, if not you will get back to xmb.

Note: New core do a check if fw is in cobra mode when it start, if is it mamba and vsh plugins (with mamba) was not loading, if not your fw will start in mamba mode :).
 
Last edited:

Similar threads

Back
Top