View Single Post
  #52  
Old 19-01-2019, 10:50
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,688
Thanks: 1,106
Thanked 7,334 Times in 2,837 Posts
KaktoR is on a distinguished road
Did you have set the correct path for Manifest1?

Code:
- Added internally in CIU code script functions for use in UWP games.
  >> These functions are used to register the game, create shortcuts on the desktop, remove game registration and play games from the Play button.
  >> In UWP games a "UWP_REGISTER.bat" file will be created in the game's installation folder (Do not Delete).
    This file will allow you to register the game again without having to reinstall (If accidentally uninstalled through the start menu icon), 
	it also stores information to remove the shortcuts during uninstallation. Without it the desktop shortcut files will not be removed when uninstalling.

- Added new section [UWPGame] with keys Manifest#= o inform al manifest to registry
  >> if Manifest1= is different from empty, the UWPGame mode will be automatically activated.
  
- Added new key ManifestID= in [Executable#] to inform the ID referring to the manifest file. (Value is integer)
  >> Example: ManifestID=1 or ManifestID=2     // In examples 1 and 2 refer to the manifest file registered in the [UWPGame] section to create shortcut and set game to run in Play button.
  >> To UWP games (Only to UWP Games) in [Executable#] section set Name=ORIGINAL to create shortcut with original UWP game name.
  >> To UWP Games keys ExePath=, Exe=, ExePath64 and Exe64= in [Executable#] section not is necessary.
  >> PS: Play butons in games UWP, if game not registred, register before run game.
__________________
Haters gonna hate
Reply With Quote