Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25-01-2020, 18:27
gnarly1014 gnarly1014 is offline
Registered User
 
Join Date: Jan 2020
Location: Flavor Town
Posts: 16
Thanks: 1
Thanked 8 Times in 8 Posts
gnarly1014 is on a distinguished road
Probably in the wrong place for asking this, but need help with inno script i found.

I have recently come across an .ISS script, i don't know if it was ever posted here.

Its labeled "EXGames version" and after a few quick Google searches, it was created from one of the million "R.G." groups, RG ExGames.

It HALF-works for me, which is surprising, because I kept looking for installers that actually worked for me, and a handful of them that are on this site, some of the BB installers and corepack ones, do not, except they work for everyone else because why not?

Anyway, there are a few problems to this that I can't seem to find or fix.

The .iss was half in Russian, so I had to translate it. I seem to managed to get most of it reset to English, though are there are like a few snippets of text that are still Russian.

It can't seem to create a shortcut (I might be wrong about this)

And lastly, it spits out these error.



It fully extracts the data.bin I have just fine though. If anyone can help me fix up the errors and this shortcut issue on this i will be glad.

EXGames.rar
Reply With Quote
The Following User Says Thank You to gnarly1014 For This Useful Post:
Behnam2018 (30-01-2020)
Sponsored Links
  #2  
Old 25-01-2020, 19:58
Harsh ojha's Avatar
Harsh ojha Harsh ojha is offline
Registered User
 
Join Date: May 2019
Location: INDIA
Posts: 78
Thanks: 527
Thanked 77 Times in 36 Posts
Harsh ojha is on a distinguished road
Thumbs up

Ok I know the problem plz wait for 3-5 hours
__________________
Video Creator
Discord - Harsh_Ojha_748 #8782
Reply With Quote
The Following User Says Thank You to Harsh ojha For This Useful Post:
Behnam2018 (30-01-2020)
  #3  
Old 26-01-2020, 03:10
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by gnarly1014 View Post
I have recently come across an .ISS script, i don't know if it was ever posted here.

Its labeled "EXGames version" and after a few quick Google searches, it was created from one of the million "R.G." groups, RG ExGames.

It HALF-works for me, which is surprising, because I kept looking for installers that actually worked for me, and a handful of them that are on this site, some of the BB installers and corepack ones, do not, except they work for everyone else because why not?

Anyway, there are a few problems to this that I can't seem to find or fix.

The .iss was half in Russian, so I had to translate it. I seem to managed to get most of it reset to English, though are there are like a few snippets of text that are still Russian.

It can't seem to create a shortcut (I might be wrong about this)

And lastly, it spits out these error.



It fully extracts the data.bin I have just fine though. If anyone can help me fix up the errors and this shortcut issue on this i will be glad.

Attachment 26229

Did you compress the game files separately first with 'precomp' then 'Srep' and finally 'FreeArc' ?

.
Reply With Quote
  #4  
Old 26-01-2020, 03:28
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Fix :

Copy / replace your files with these.


.

Last edited by BLACKFIRE69; 15-10-2022 at 16:27.
Reply With Quote
The Following User Says Thank You to BLACKFIRE69 For This Useful Post:
gnarly1014 (26-01-2020)
  #5  
Old 26-01-2020, 12:20
gnarly1014 gnarly1014 is offline
Registered User
 
Join Date: Jan 2020
Location: Flavor Town
Posts: 16
Thanks: 1
Thanked 8 Times in 8 Posts
gnarly1014 is on a distinguished road
Quote:
Originally Posted by BLACKFIRE69 View Post
Fix :

Copy / replace your files with these.


.
This got rid of the errors just fine, and I am happy about that, but it still won't create a desktop shortcut. I don't know what I am doing wrong, i even added a line to make a desktop shortcut from a normal Inno Setup script.
Reply With Quote
  #6  
Old 26-01-2020, 14:49
gnarly1014 gnarly1014 is offline
Registered User
 
Join Date: Jan 2020
Location: Flavor Town
Posts: 16
Thanks: 1
Thanked 8 Times in 8 Posts
gnarly1014 is on a distinguished road
Bump...
It apparently can create a desktop icon, but its blank and it doesn't run the game.
Please, i need a new fix.
Reply With Quote
  #7  
Old 26-01-2020, 19:54
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Code:
[Icons]
Name: {group}\YOUR APP NAME; Filename: {app}\unins000.exe; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\YOUR APP NAME; Filename: {app}\APP Exe File; WorkingDir: {app}; Check: CheckError
__________________
Haters gonna hate
Reply With Quote
  #8  
Old 26-01-2020, 22:10
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Quote:
Originally Posted by gnarly1014 View Post
This got rid of the errors just fine, and I am happy about that, but it still won't create a desktop shortcut. I don't know what I am doing wrong, i even added a line to make a desktop shortcut from a normal Inno Setup script.
Under the [Icons] section change Filename to Game exe name.

ex: NFSH

Code:
... ; Filename: {app}\NeedForSpeedHeat.exe; ...
.
(both {group} and {commondesktop})
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[REQ] Repack Inno Script GOG Games OkaX Conversion Tutorials 2 31-12-2017 05:37



All times are GMT -7. The time now is 19:02.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com