Git Product home page Git Product logo

ccsr's Introduction

ccsr's People

Contributors

mateusrodcosta avatar mattbruv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ccsr's Issues

Add Brazilian (pt-BR) translations extracted from existing archived games

Out of the 6 games supported 4 of them are available translated in pt-BR:

For Summer Resort:
Summer Resort 1 - Archived here
Summer Resort 2 - Lost media but was translated, would be archived below this URL
Summer Resort 3 - Archived here
Summer Resort 4 - Archived here

For Hollywood Terror:

Episode 1 - Archived here
Episode 2 - Was apparently never translated to pt-BR, at the very least there are no mentions to it on the games page of Scooby Doo from around the time it should be released.

Would it be possible to extract the texts from those games and add to this project?

Also, a bit off-topic, but I didn't see an option to switch between en and es translation on the hosted website.

Note: All pt-BR versions of Summer Resort have been added to Flashpoint a while ago. The available pt-BR version of Hollywood Terror is being submitted today.

Figure out why character sprites don't line up correctly in the message UI

Something is wrong with how the character sprites are being displayed in the message UI. Director shows their anchors at 0.5, 0.5, and it looks like this would make sense based on how the images are laid out.

But aligning their X, Y, to a single point for every character sprite creates differing results that don't match the original game.

For example, lining Eustace up so he aligns with his in-game sprite makes it so the ducks are completely messed up.

It's possible that the assets were automatically cropped to remove transparent pixels/empty data during the extraction process and that the original sprites possibly had blank pixels bordering them.

Fix movement sync problem

Movement is close, but noticeably slower than the original game, due to some kind of small bug in the interpolation code.

how to save

how do i save? if i get called on the phone it rests the whole game for me to the beginning

Add support for translating episodes

Add support to patch in translated textures and messages to allow for translated versions of the game, would be a very cool thing to support.

Consider upgrading npm packages

I' not very familiar with the npm ecosystem, but when running npm install to be able to build this project locally, I get the following output:

$ npm install
npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.

added 186 packages, and audited 187 packages in 5s

23 packages are looking for funding
  run `npm fund` for details

4 vulnerabilities (2 moderate, 1 high, 1 critical)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.

And the npm audit output:

$ npm audit
# npm audit report

@babel/traverse  <7.23.2
Severity: critical
Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code - https://github.com/advisories/GHSA-67hx-6x53-jw92
fix available via `npm audit fix`
node_modules/@babel/traverse

postcss  <8.4.31
Severity: moderate
PostCSS line return parsing error - https://github.com/advisories/GHSA-7fh5-64p2-3v2j
fix available via `npm audit fix`
node_modules/postcss

semver  6.0.0 - 6.3.0
Severity: moderate
semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
fix available via `npm audit fix`
node_modules/semver

vite  3.0.0 - 3.2.8
Severity: high
Vite dev server option `server.fs.deny` can be bypassed when hosted on case-insensitive filesystem - https://github.com/advisories/GHSA-c24v-8rfc-w8vw
Vite's `server.fs.deny` did not deny requests for patterns with directories. - https://github.com/advisories/GHSA-8jhw-289h-jh2g
fix available via `npm audit fix`
node_modules/vite

4 vulnerabilities (2 moderate, 1 high, 1 critical)

To address all issues, run:
  npm audit fix

Maybe it's time to update some dependencies?

Scooby Doo Hollywood horror?

I assume that game uses the same engine, so it shouldn't be too hard to do a similar decompilation and port, right?

Interpolate movement

The game requires that things are updated at 12 FPS and that the player moves 8 pixels every step. Right now he teleports 8 pixels, it should be possible to interpolate the movement (60 / 12) 4 or 5 times and more smoothly move the sprite before the 8 pixel movement is up.

This would likely make the movement more smooth.

Allow Spacebar as well as Return

I don't remember well enough if Spacebar gets used for something, but if it doesn't it would be nice to use it as an alternative menu button so I can use WASD and Space and play the game entirely left-handed. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.