diff --git a/README b/README index 84b01706..7c3181cb 100644 --- a/README +++ b/README @@ -11,6 +11,7 @@ RealArcade Wrapper Killer Removes 60 Minute Demo Time Trials on RGS Files and Mo + ▓▓▓▓▓▓▓ ▓▓▓▓▓ ▓▓▓▓▓ ▓▓▓▓▓▓ ▓▓▓ ▓▓▓▓▓ ▓▓ ▓▓▓▓▓▓ ▓▓▓▓▓ ▓▓▓▓▓▓ ▓▓ ▓▓ ▓▓▓▓▓▓▓▓ ▓▓▓▓▓ ▓▓▓ ▓▓▓▓ ▓▓ ▓▓▓▓ @@ -94,37 +95,37 @@ RealArcade Wrapper Killer Removes 60 Minute Demo Time Trials on RGS Files and Mo partial support. This includes both stubs and RAR archives. * A new service dubbed "AM Instant Service" has been found. I have - been testing some things and here is what I have so far: + been testing some things and here is what I have so far: - - You must trigger game launch using the GameHouse website. + - You must trigger game launch using the GameHouse website. - - Launching the EXE directly will result in the error webpage - that is embedded into the EXE, similar to the older RGA type. + - Launching the EXE directly will result in the error webpage + that is embedded into the EXE, similar to the older RGA type. - - There are no stubs used for these games. + - There are no stubs used for these games. - - A file named "GameHouse_GamePlayer.exe" is now downloaded - from the GH Download Server. This file is an installer that - silently installs to "Program Files" directory. The only file - that is extracted is "aminstantservice.exe". The uninstaller - is also present, but obviously not needed for the AM Server - to work properly. This is actually a small server that runs - at IP address 127.0.0.1 on port 12072. There is no protection - on this file (nice one GH devs ;)), and therefore it is fairly - easy to manipulate the entire game process, from query info to - downloading, launching, timer control, basically all aspects. + - A file named "GameHouse_GamePlayer.exe" is now downloaded + from the GH Download Server. This file is an installer that + silently installs to "Program Files" directory. The only file + that is extracted is "aminstantservice.exe". The uninstaller + is also present, but obviously not needed for the AM Server + to work properly. This is actually a small server that runs + at IP address 127.0.0.1 on port 12072. There is no protection + on this file (nice one GH devs ;)), and therefore it is fairly + easy to manipulate the entire game process, from query info to + downloading, launching, timer control, basically all aspects. - - There are several EXE options that seem to not work, possibly - from missing arguments or proper formatting during my testing. + - There are several EXE options that seem to not work, possibly + from missing arguments or proper formatting during my testing. - - The default testing argument is "--console". This spawns a new - CMD window with the message "Started!" displayed. This allows - for launching without installing as a service or to the system. + - The default testing argument is "--console". This spawns a new + CMD window with the message "Started!" displayed. This allows + for launching without installing as a service or to the system. - - By sending special "GET" requests to the AM Micro Server, you - are able to do things such as download RFS files, extract RFS - files directly from GameHouse server, check installed games, - uninstall games, launch games, and more. + - By sending special "GET" requests to the AM Micro Server, you + are able to do things such as download RFS files, extract RFS + files directly from GameHouse server, check installed games, + uninstall games, launch games, and more. * The newest file format is RFS. Very little is known about this format currently. What is known, is that it is made by Activemark, diff --git a/release/cRypTiC.nfo b/release/cRypTiC.nfo index 7468730e..b92d9e73 100644 --- a/release/cRypTiC.nfo +++ b/release/cRypTiC.nfo @@ -82,37 +82,37 @@ partial support. This includes both stubs and RAR archives. * A new service dubbed "AM Instant Service" has been found. I have - been testing some things and here is what I have so far: + been testing some things and here is what I have so far: - - You must trigger game launch using the GameHouse website. + - You must trigger game launch using the GameHouse website. - - Launching the EXE directly will result in the error webpage - that is embedded into the EXE, similar to the older RGA type. + - Launching the EXE directly will result in the error webpage + that is embedded into the EXE, similar to the older RGA type. - - There are no stubs used for these games. + - There are no stubs used for these games. - - A file named "GameHouse_GamePlayer.exe" is now downloaded - from the GH Download Server. This file is an installer that - silently installs to "Program Files" directory. The only file - that is extracted is "aminstantservice.exe". The uninstaller - is also present, but obviously not needed for the AM Server - to work properly. This is actually a small server that runs - at IP address 127.0.0.1 on port 12072. There is no protection - on this file (nice one GH devs ;)), and therefore it is fairly - easy to manipulate the entire game process, from query info to - downloading, launching, timer control, basically all aspects. + - A file named "GameHouse_GamePlayer.exe" is now downloaded + from the GH Download Server. This file is an installer that + silently installs to "Program Files" directory. The only file + that is extracted is "aminstantservice.exe". The uninstaller + is also present, but obviously not needed for the AM Server + to work properly. This is actually a small server that runs + at IP address 127.0.0.1 on port 12072. There is no protection + on this file (nice one GH devs ;)), and therefore it is fairly + easy to manipulate the entire game process, from query info to + downloading, launching, timer control, basically all aspects. - - There are several EXE options that seem to not work, possibly - from missing arguments or proper formatting during my testing. + - There are several EXE options that seem to not work, possibly + from missing arguments or proper formatting during my testing. - - The default testing argument is "--console". This spawns a new - CMD window with the message "Started!" displayed. This allows - for launching without installing as a service or to the system. + - The default testing argument is "--console". This spawns a new + CMD window with the message "Started!" displayed. This allows + for launching without installing as a service or to the system. - - By sending special "GET" requests to the AM Micro Server, you - are able to do things such as download RFS files, extract RFS - files directly from GameHouse server, check installed games, - uninstall games, launch games, and more. + - By sending special "GET" requests to the AM Micro Server, you + are able to do things such as download RFS files, extract RFS + files directly from GameHouse server, check installed games, + uninstall games, launch games, and more. * The newest file format is RFS. Very little is known about this format currently. What is known, is that it is made by Activemark,