Post: [INFO] SPRX Net Functionality
11-15-2015, 11:31 AM #1
Winter
Purple God
(adsbygoogle = window.adsbygoogle || []).push({}); I just thought I should inform anyone who is trying to use network modules on BO3 that it doesn't automatically load the NET module which handles all that when you start the game (it might be just because I'm offline and don't have a cid to get online)


to manually load the module to have network functionality add the following into your main function.
    
#include <cell\sysmodule.h>

extern "C" int _start(int argc, char *argv[]) {
int ret = cellSysmoduleLoadModule(CELL_SYSMODULE_NET);
if (ret < 0) return;

//create your threads/hooks whatever, now you can use network functions.
return SYS_PRX_START_OK;
}
Last edited by Winter ; 11-21-2015 at 11:12 AM.

The following 2 users say thank you to Winter for this useful post:

oStankyModz
11-15-2015, 12:50 PM #2
Items
Bounty hunter
thanks bro , I for looking for a aexample for a while :P
11-15-2015, 02:30 PM #3
SC58
Former Staff
you can also load any sprx on the ps3 to the game if needed for whatever reason

Edit:

The game does to load the net sprx else there is no online tears

You must login or register to view this content.

I guess you get a error message? else its getting loaded

Plus it's CELL_SYSMODULE_NET not CELL_SYS_MODULE_NET :p
Last edited by SC58 ; 11-15-2015 at 02:48 PM.

The following 4 users say thank you to SC58 for this useful post:

AlexNGU, NeverrLobby, Saint Goofy, seb5594
11-21-2015, 05:07 AM #4
Winter
Purple God
Originally posted by SC58 View Post
you can also load any sprx on the ps3 to the game if needed for whatever reason

Edit:

The game does to load the net sprx else there is no online tears

You must login or register to view this content.

I guess you get a error message? else its getting loaded

Plus it's CELL_SYSMODULE_NET not CELL_SYS_MODULE_NET :p


Alright so I have to refute this. The game doesn't actually load the module when it's offline.
I actually wrote here "It actually is CELL_SYS_MODULE_NET because I copied this out of my prx." and then I checked my thread and I'm like :ha!:
11-21-2015, 11:11 AM #5
SC58
Former Staff
Originally posted by Winter View Post
Alright so I have to refute this. The game doesn't actually load the module when it's offline.
I actually wrote here "It actually is CELL_SYS_MODULE_NET because I copied this out of my prx." and then I checked my thread and I'm like :ha!:


yeah i didn't check in TM to see if sprx is loaded just did in elf :p

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo