Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Hello Kitty: Roller Rescue"

From PCGamingWiki, the wiki about fixing PC games
m (demo.)
 
Line 126: Line 126:
 
|ultrawidescreen wsgf award =  
 
|ultrawidescreen wsgf award =  
 
|4k ultra hd wsgf award    =  
 
|4k ultra hd wsgf award    =  
|widescreen resolution      = unknown
+
|widescreen resolution      = hackable
|widescreen resolution notes=  
+
|widescreen resolution notes= [[#Widescreen resolution|Widescreen resolution]].
 
|multimonitor              = unknown
 
|multimonitor              = unknown
 
|multimonitor notes        =  
 
|multimonitor notes        =  
|ultrawidescreen            = unknown
+
|ultrawidescreen            = hackable
|ultrawidescreen notes      =  
+
|ultrawidescreen notes      = [[#Widescreen resolution|Widescreen resolution]].
 
|4k ultra hd                = unknown
 
|4k ultra hd                = unknown
 
|4k ultra hd notes          =  
 
|4k ultra hd notes          =  
|fov                        = unknown
+
|fov                        = hackable
|fov notes                  =  
+
|fov notes                  = [[#Widescreen resolution|Widescreen resolution]].
|windowed                  = unknown
+
|windowed                  = limited
|windowed notes            =  
+
|windowed notes            = Run in windowed if your resolution isn't supported.
 
|borderless windowed        = unknown
 
|borderless windowed        = unknown
 
|borderless windowed notes  =  
 
|borderless windowed notes  =  
Line 149: Line 149:
 
|vsync                      = unknown
 
|vsync                      = unknown
 
|vsync notes                =  
 
|vsync notes                =  
|60 fps                    = unknown
+
|60 fps                    = true
 
|60 fps notes              =  
 
|60 fps notes              =  
 
|120 fps                    = unknown
 
|120 fps                    = unknown
|120 fps notes              =  
+
|120 fps notes              = Game plays too fast, try capping the FPS.
 
|hdr                        = false
 
|hdr                        = false
 
|hdr notes                  =  
 
|hdr notes                  =  
Line 160: Line 160:
 
|color blind notes          =  
 
|color blind notes          =  
 
}}
 
}}
 +
 +
===[[Glossary:Widescreen resolution|Widescreen resolution]]===
 +
{{Fixbox|description=Hex edit {{file|Hello Kitty.exe}}|fix=
 +
{{ii}} The following fix requires a No-CD patch.
 +
# Open {{file|Hello Kitty.exe}} with a hex editor such as [https://mh-nexus.de/en/downloads.php?product=HxD HxD].
 +
# Press {{key|Ctrl|F}}, change the data type to hex values and search for <code>80 02 00 00</code>.
 +
# Replace <code>80 02</code> with the width resolution of your screen:
 +
# Press {{key|Ctrl|F}}, change the data type to hex values and search for <code>E0 01 00 00</code>.
 +
# Replace <code>E0 01</code> with the height resolution of your screen:
 +
#* More resolutions listed [https://www.wsgf.org/article/common-hex-values here]
 +
# Search for <code> AB AA AA 3F</code> and replace it with your desired aspect ratio:
 +
#* More aspect ratios listed [https://www.wsgf.org/article/common-hex-values here]
 +
#* After the aspect ratio pattern, change the FOV from <code>00 00 00 3F</code> to something else for the FOV:
 +
# Save the file.
 +
# Notes: Videos are stretched and UI is scaled at 640x480}}
  
 
==Input==
 
==Input==
Line 298: Line 313:
 
===API===
 
===API===
 
{{API
 
{{API
|direct3d versions      =  
+
|direct3d versions      = 7
 
|direct3d notes        =  
 
|direct3d notes        =  
 
|directdraw versions    =  
 
|directdraw versions    =  
Line 319: Line 334:
 
|dos modes notes        =  
 
|dos modes notes        =  
 
|windows 32-bit exe    = true
 
|windows 32-bit exe    = true
|windows 64-bit exe    = unknown
+
|windows 64-bit exe    = false
 
|windows arm app        = unknown
 
|windows arm app        = unknown
 
|windows exe notes      =  
 
|windows exe notes      =  

Latest revision as of 22:20, 15 March 2024

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.
Hello Kitty: Roller Rescue
Hello Kitty: Roller Rescue cover
Developers
XPEC Entertainment
Publishers
Xplosiv
Engines
RenderWare
Release dates
Windows September 9, 2005
Taxonomy
Monetization One-time game purchase
Modes Singleplayer
Series Hello Kitty
Hello Kitty: Roller Rescue on HowLongToBeat
Hello Kitty: Roller Rescue on IGDB
Hello Kitty: Roller Rescue on MobyGames
Hello Kitty: Roller Rescue on Wikipedia
Hello Kitty
Hello Kitty: Cutie World 2002
Hello Kitty: Dream Carnival 2003
Hello Kitty: Bubblegum Girlfriends 2005
Hello Kitty: Roller Rescue 2005
Hello Kitty Online 2009
Hello Kitty and Sanrio Friends Racing 2015

Hello Kitty: Roller Rescue is a singleplayer game in the Hello Kitty series.

Availability

Source DRM Notes Keys OS
Retail
DRM details are not known
Windows

Demo

A demo is available.


Monetization

Type Notes
One-time game purchase The game requires an upfront purchase to access.

Microtransactions

Type Notes
No microtransactions None


Game data

Configuration file(s) location

System Location
Windows

Save game data location

System Location
Windows

Save game cloud syncing

No save game cloud syncing information; you can edit this page to add it.

Video

Widescreen resolution

Hex edit Hello Kitty.exe
The following fix requires a No-CD patch.
  1. Open Hello Kitty.exe with a hex editor such as HxD.
  2. Press Ctrl+F, change the data type to hex values and search for 80 02 00 00.
  3. Replace 80 02 with the width resolution of your screen:
  4. Press Ctrl+F, change the data type to hex values and search for E0 01 00 00.
  5. Replace E0 01 with the height resolution of your screen:
    • More resolutions listed here
  6. Search for AB AA AA 3F and replace it with your desired aspect ratio:
    • More aspect ratios listed here
    • After the aspect ratio pattern, change the FOV from 00 00 00 3F to something else for the FOV:
  7. Save the file.
  8. Notes: Videos are stretched and UI is scaled at 640x480

Input

Audio

Audio feature State Notes
Separate volume controls
Surround sound
Subtitles
Closed captions
Mute on focus lost
Royalty free audio

Localizations

Language UI Audio Sub Notes
English
French
German
Italian
Spanish

Other information

API

Technical specs Supported Notes
Direct3D 7
Executable 32-bit 64-bit Notes
Windows

Middleware

No middleware information; you can edit this page to add it.

System requirements

Windows
Minimum
Operating system (OS) 98
Processor (CPU) 900 MHz
System memory (RAM) 256 MB
Hard disk drive (HDD) 3 GB
Video card (GPU) ATI Radeon 9000
Nvidia GeForce 2
64 MB of VRAM
DirectX 9.0c compatible


References