Skip to content

Orbis Suite-2.0.528-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@OSM-Made OSM-Made released this 21 Oct 02:04

-Auto payload loader is now implemented.
-You can now change the target per instance. Target Selected can now be changed from the "Select Target" drop down or clicking on the Target label and selecting the target from the drop down.
-No longer is it needed to have a default target when starting the application.
-By default now the selected target will be the default target and if there isn't one it will be no target.
-SPRX Helper is now Implemented. You can now include it as a build event to fake sign and copy your PRX projects to your Target.
SPRX Helper Commands:
"-PythonDirectory" In case the automatic method doesn't detect it.
"-PRXDirectory" Required Tells the executable where your prx is located to fake sign and or copy.
"-Target" The target name to copy the file to.
"-DefaultTarget" use this to just copy the file to the default target.
"-FTPFilePath" If you are wanting the file copied to the remote target use this to tell it where to copy it to. must be used with -Target {TargetName} or -DefaultTarget

Example build event:
"C:\Program Files\Orbis Suite\OrbisSPRXHelper.exe" -PythonDirectory "C:\Python27\python.exe" -PRXDirectory "$(OutDir)$(TargetName)$(TargetExt)" -FTPFilePath "/mnt/usb0/" -Target "OSM's Console"