I never used it that's why I didn't include it, yet. I'm not sure to know how it works. I can include it if it's like I think it's working.
Just to be sure, can you tell me if the path "/netX" (net0, net1, etc) are visible on the filemanager of ManaGunZ ? if yes then i'll I add it when I'll update for next update. If no then I'll need time to see how it works.
typedef struct
{
char server[0x40]; // IP address of ps3netsrv (PC or remote PS3)
char path[0x420]; // Remote path of the ISO (e.g. /PS3ISO/my_game.iso)
u32 emu_mode; // Cobra emulation mode: EMU_PS3, EMU_PSX, EMU_BD, EMU_DVD
u32 num_tracks; // EMU_PSX = number of CD tracks. Other mode num_tracks = 0
u16 port; // Default: 38008
u8 pad[6]; // unused
ScsiTrackDescriptor tracks[MAX_TRACKS]; // array with initial LBA for each audio track (EMU_PSX only)
} __attribute__((packed)) _netiso_args;
So, if I understood correctly all I need from the user is the address IP of the server ?
according to http://ps3.aldostools.org/ps2config2.html there is 2 custom config for shadow hearts
Edit : they don't exist on github, it's weird...
Unfortunately, kozarovv is not merging/uploading his configs somewhere, it would be easier to be uptodateI'm afraid to ask him, he is already doing a lot I don't want to be ungrateful.
@Rafaelrios use this config https://raw.githubusercontent.com/a...ONFIG/USRDIR/CONFIG/CUSTOM/SLUS_203.47.CONFIG
Doubt here,but why some games that according to the compatibility list doesn't need a config still have a config?
Incase you was wondering about how to integrate that settings into managunz interface...So, if I understood correctly all I need from the user is the adress IP of the server ?
Incase you was wondering about how to integrate that settings into managunz interface...
I guess (by default) the IP address (and/or proxy) can be loaded from the xRegistry.sys
First try to load the proxy, and incase it doesnt exists load the base IP
And for the port make it use the default mentioned by aldo
I guess this auto-setup is going to work for lot of users, the ones that have the PS3 directly connected to the PC as a proxy and runs ps3netserv on PC, and some more than have the PS3 connected to a router and runs ps3netserv on the router/NAS
Im just talking about using this auto-setup as the default settings (on first managunz boot, inmediatlly after a fresh managunz install)
Of course... is needed to allow the user to change them
Btw, additionally, i guess ps3netserv have some kind of "ping" response that you could use as a check to display a notification message on managunz screen with something like... "Network game server active"
I meant the IP that appears in the official XMB network settings field "Default Router"Moreover, the IP address on registry is the IP of the PS3, not the server.
By trying themDoubt here,many games have a soft,gx,custom config,how the hell I am supposed to know which one to use?