The Studio Insomniac Produkt (which I work for) our game (currently on the pc for for testing.)
the final plan for the game is to offer modding where just like some popular PC games you can create your own content and gameplay setups.
our PC test version pulls the game code from a DLL now if we wanted to do this for the psp how would we do this?
PSP Extentions sort of like DLL's
Surely, you should be asking that question here instead: https://psp.scedev.net !
I don't know anything officially about this, but I would assume that sony would not allow anything like this. Any system that allows a user to run unsigned code is s huge security risk for them. The only outside posibility would probably to create some type of virtual machine but even that may pose too many security risks.
Lua is a popular language for post-production game modification (eg: WoW). Java and Python are also fine choices.
PRX offers similar functionality to DLL... but as maddogjt1 points out, Sony is unlikely to allow any pro-dev to publish a game that downloads and executes arbitrary code outside of a sandbox. This technique could be used for homebrew, but it would be a security risk that no dev should endorse.
PRX offers similar functionality to DLL... but as maddogjt1 points out, Sony is unlikely to allow any pro-dev to publish a game that downloads and executes arbitrary code outside of a sandbox. This technique could be used for homebrew, but it would be a security risk that no dev should endorse.