Rayman Raving Rabbids in widescreen

Discuss tools to aid in the modification and running of Rayman games.

Moderators: English moderators, Modding and utilities team

Forum rules
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
Post Reply
TTK
Poilu
Posts: 102
Joined: Sun Apr 18, 2021 8:39 pm
Tings: 2035

Rayman Raving Rabbids in widescreen

Post by TTK »

I am working on a Rayman Raving Rabbids mod, where it adds Better Cutscenes, and adds widescreen, but I run my InnoSetup Installer, And After It's done, It opens settingsapplication.exe, and it reverts all the registry edits, how do you get past this, I want it to be to where it installs the widescreen, but you dont have to manually activate the bug to to it, InnoSetup code as is follows:

Code: Select all

; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "ER4 (Enhanced Rayman 4) Beta"
#define MyAppVersion "1.0"
#define MyAppPublisher "Game By Ubisoft, Mod by Flami"
#define MyAppURL "https://github.com/flamicode/era-mod"

[Setup]
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{69D61C97-2CB1-4825-831B-048CAFC07795}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName=C:\GOG Games\Rayman Raving Rabbids
DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
OutputDir=C:\GOG Games\ERA
OutputBaseFilename=era-setup
SetupIconFile=C:\Users\ctmat\Desktop\era.ico
Compression=lzma
SolidCompression=yes
WizardStyle=modern

[Registry]
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4"; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}"; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Basic video"; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Basic video"; ValueType: dword; ValueName: "AfterFX Level"; ValueData: 00000003; Flags: uninsdeletekey
;Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Basic video"; ValueType: dword; ValueName: "Brightness"; ValueData: 3f147ae1; Flags: uninsdeletekey
;Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Basic video"; ValueType: dword; ValueName: "Contrast"; ValueData: 3f28f5c2; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Basic video"; ValueType: dword; ValueName: "DefaultController"; ValueData: 00000000; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Basic video"; ValueType: dword; ValueName: "Format"; ValueData: 00000016; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Basic video"; ValueType: dword; ValueName: "Mode"; ValueData: 00000021; Flags: uninsdeletekey
;Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Basic video"; ValueType: dword; ValueName: "MouseSensitivity"; ValueData: 3f800000; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Basic video"; ValueType: dword; ValueName: "Multisample type"; ValueData: 00000002; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Basic video"; ValueType: dword; ValueName: "ScreenMode"; ValueData: 00000002; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Basic video"; ValueType: dword; ValueName: "Video Adapter"; ValueData: 00000000; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Basic video"; ValueType: dword; ValueName: "WindowedMode"; ValueData: 00000000; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\CheckApp"; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\CheckApp"; ValueType: dword; ValueName: "Is first running"; ValueData: 00000001; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\CheckApp"; ValueType: string; ValueName: "video_folder"; ValueData: "C:\\GOG Games\\Rayman Raving Rabbids\\video"; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Sound"; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Sound"; ValueType: dword; ValueName: "Audio board FX Capable"; ValueData: 00000001; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Sound"; ValueType: dword; ValueName: "Audio board GUID"; ValueData: 00000000; Flags: uninsdeletekey
Root: HKCU; Subkey: "SOFTWARE\Ubisoft\Rayman4\{{05D2C1BC-A857-4493-9BDA-C7707CACB937}}\Sound"; ValueType: dword; ValueName: "Sound FX"; ValueData: 00000001; Flags: uninsdeletekey

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[Files]
Source: "C:\GOG Games\ERA\"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs

; NOTE: Don't use "Flags: ignoreversion" on any shared system files


Yes I found a bug for widescreen.
Ilyaman
Lividstone
Posts: 83
Joined: Wed May 05, 2021 4:32 pm
Location: A typical house located in Fairy Glade. 😊
Tings: 415

Re: Need Some Help Droolie...

Post by Ilyaman »

Yo, this is actually realy cool first steps of not only by Droolie restoring the original Rayman 4 project and it's actually good that you need a help from Droolie, 👍 I will be following and watching the results and keep up the good work and good luck.
Droolie
Mr Sax
Posts: 5162
Joined: Wed Apr 20, 2005 7:31 pm
Tings: 61830

Re: Need Some Help Droolie...

Post by Droolie »

Sorry but I don't understand what you are trying to do.

What is the bug actually, and what is your fix?
TTK
Poilu
Posts: 102
Joined: Sun Apr 18, 2021 8:39 pm
Tings: 2035

Re: Need Some Help Droolie...

Post by TTK »

The bug is:
Open RRR
Go 16:9 (in your res)
save, close RRR
open RCP
Set resolution to 4:3 in RCP
And for whatever reason, it make a bug which SoMeHoW adds WiDeScReEn
It interesting. And my mod adds reshade and better cutscenes. Thanks! :D
I need your help because you do most of the modding. :D
Ilyaman
Lividstone
Posts: 83
Joined: Wed May 05, 2021 4:32 pm
Location: A typical house located in Fairy Glade. 😊
Tings: 415

Re: Need Some Help Droolie...

Post by Ilyaman »

Well how's the progress on de mod?
TTK
Poilu
Posts: 102
Joined: Sun Apr 18, 2021 8:39 pm
Tings: 2035

Re: Need Some Help Droolie...

Post by TTK »

Haven't been working on it lately
Ilyaman
Lividstone
Posts: 83
Joined: Wed May 05, 2021 4:32 pm
Location: A typical house located in Fairy Glade. 😊
Tings: 415

Re: Need Some Help Droolie...

Post by Ilyaman »

Sadly, also I lisened to your music that you created and it was cool, and will you use your music for your future RRR mods?
TTK
Poilu
Posts: 102
Joined: Sun Apr 18, 2021 8:39 pm
Tings: 2035

Re: Need Some Help Droolie...

Post by TTK »

What music?
Ilyaman
Lividstone
Posts: 83
Joined: Wed May 05, 2021 4:32 pm
Location: A typical house located in Fairy Glade. 😊
Tings: 415

Re: Need Some Help Droolie...

Post by Ilyaman »

TTK
Poilu
Posts: 102
Joined: Sun Apr 18, 2021 8:39 pm
Tings: 2035

Re: Need Some Help Droolie...

Post by TTK »

IDK if i will, Maybe Once Droolie Releases the Jade Engine Editor, ill remake the proto?
Ilyaman
Lividstone
Posts: 83
Joined: Wed May 05, 2021 4:32 pm
Location: A typical house located in Fairy Glade. 😊
Tings: 415

Re: Need Some Help Droolie...

Post by Ilyaman »

Hm, Jade Engine Editor would be great!
TTK
Poilu
Posts: 102
Joined: Sun Apr 18, 2021 8:39 pm
Tings: 2035

Re: Need Some Help Droolie...

Post by TTK »

It would, I wonder when it'll come out.
Ilyaman
Lividstone
Posts: 83
Joined: Wed May 05, 2021 4:32 pm
Location: A typical house located in Fairy Glade. 😊
Tings: 415

Re: Need Some Help Droolie...

Post by Ilyaman »

Who knows.
@TTK Edit: about RRR restoration mod, sorry for dumb question but what RPC stands for (exept Rayman pirate community)?
Hunchman801
Bad Rayman
Posts: 83848
Joined: Thu Aug 07, 2003 6:50 pm
Location: Paris, France
Contact:
Tings: 610019

Re: Need Some Help Droolie...

Post by Hunchman801 »

TTK wrote: Sat Sep 18, 2021 4:07 pm The bug is:
Open RRR
Go 16:9 (in your res)
save, close RRR
open RCP
Set resolution to 4:3 in RCP
And for whatever reason, it make a bug which SoMeHoW adds WiDeScReEn
It interesting. And my mod adds reshade and better cutscenes. Thanks! :D
I need your help because you do most of the modding. :D
Shouldn't the first step be sufficient for widescreen? Why select a conflicting value in RCP in the first place?

Also, what exactly do you need help for? Your topic could use a more explicit name (and leave that poor Droolie alone :P).
Image
Droolie
Mr Sax
Posts: 5162
Joined: Wed Apr 20, 2005 7:31 pm
Tings: 61830

Re: Need Some Help Droolie...

Post by Droolie »

Hunchman801 wrote: Thu Sep 30, 2021 10:45 amShouldn't the first step be sufficient for widescreen? Why select a conflicting value in RCP in the first place?
It should be sufficient, yes. But it isn't.

RRR doesn't actually have widescreen support. The 16/9 mode stretches the game and makes it look awful -- this is why Got4n's RRR video was recorded in 4:3.

Here's a comparison.
Top left: 4/3 is the resolution this game was designed for.
Top right: 16/9 is the game's default widescreen mode, this just stretches the game (and adds black bars if the resolution doesn't fully match 16/9).
Bottom left: 4/3 with a widescreen resolution like TTK suggested is just 4/3, but cropped so that it fills the screen.
Bottom right: What I'm working on now, a fix for the game's 16/9 mode that doesn't require using the 4/3 trick. There are still some issues left to fix, but I think this will be finished pretty soon. :)
RRR comparison.png
RRR comparison.png (2.81 MiB) Viewed 4348 times
Hunchman801
Bad Rayman
Posts: 83848
Joined: Thu Aug 07, 2003 6:50 pm
Location: Paris, France
Contact:
Tings: 610019

Re: Rayman Raving Rabbids in widescreen

Post by Hunchman801 »

Thanks for the explanation Droolie, and glad to hear that you're working on this. I've renamed this topic to something more explicit now.
Image
TTK
Poilu
Posts: 102
Joined: Sun Apr 18, 2021 8:39 pm
Tings: 2035

Re: Need Some Help Droolie...

Post by TTK »

Droolie wrote: Thu Sep 30, 2021 5:59 pm
Hunchman801 wrote: Thu Sep 30, 2021 10:45 amShouldn't the first step be sufficient for widescreen? Why select a conflicting value in RCP in the first place?
What I'm working on now, a fix for the game's 16/9 mode that doesn't require using the 4/3 trick. There are still some issues left to fix, but I think this will be finished pretty soon. :)

How's the progress going?
MinionJax
Lums
Posts: 5
Joined: Wed Sep 28, 2022 2:08 am
Location: Earth
Tings: 25

Re: Need Some Help Droolie...

Post by MinionJax »

TTK wrote: Thu Jun 09, 2022 12:00 am
Droolie wrote: Thu Sep 30, 2021 5:59 pm
Hunchman801 wrote: Thu Sep 30, 2021 10:45 amShouldn't the first step be sufficient for widescreen? Why select a conflicting value in RCP in the first place?
What I'm working on now, a fix for the game's 16/9 mode that doesn't require using the 4/3 trick. There are still some issues left to fix, but I think this will be finished pretty soon. :)

How's the progress going?
I was going to ask that as well
Image
TTK
Poilu
Posts: 102
Joined: Sun Apr 18, 2021 8:39 pm
Tings: 2035

Re: Need Some Help Droolie...

Post by TTK »

MinionJax wrote: Wed Feb 01, 2023 12:03 am
TTK wrote: Thu Jun 09, 2022 12:00 am
Droolie wrote: Thu Sep 30, 2021 5:59 pm
Hunchman801 wrote: Thu Sep 30, 2021 10:45 amShouldn't the first step be sufficient for widescreen? Why select a conflicting value in RCP in the first place?
What I'm working on now, a fix for the game's 16/9 mode that doesn't require using the 4/3 trick. There are still some issues left to fix, but I think this will be finished pretty soon. :)

How's the progress going?
I was going to ask that as well
Sure has been awhile, but Droolie is helping restore the RRR Prototype :D
Post Reply