Coder Social home page Coder Social logo

chaoticgd / wrench Goto Github PK

View Code? Open in Web Editor NEW
91.0 6.0 9.0 23.13 MB

A set of modding tools (level editor, etc) for the Ratchet & Clank PS2 games.

License: GNU General Public License v3.0

CMake 0.97% C++ 90.04% C 8.99%
ps2 modding level-editor ratchet-and-clank

wrench's People

Contributors

chaoticgd avatar creepnt avatar dnawrkshp avatar milchratchet avatar pritchy96 avatar stiantoften 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  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

wrench's Issues

Cannot build any games

I used a fresh install of Wrench v0.2 on Windows 10 with all default config settings and imported an image of the USA version of R&C1 (rac_scus_971_99). Wrench successfully unpacked the image (log). Upon building with default settings (except for the launch emulator option), Wrench always gives me error code -1073741819 (log).

When trying it with the EU version of R&C2 (gc_sces_516_07), I encountered the same issue (Extraction Log, Build Log).

Question about the level editor

Hi

Im not sure if this is the right place to post this, but I dont where else to do this.
I recently discovered wrench and I am interested in the level editor aspect of it.
I managed to extract a game, open it in the editor and move around levels.
My question is: "Is there a way to play a level that has changed?"
For example if I change some things like bolt values of enemies, can I play the game where enemies drop the modified amount?

Stack Overflow on Windows

std::size_t toc_get_level_table_offset(stream& iso, std::size_t toc_base) {
uint8_t buffer[TOC_MAX_SIZE];

The array uint8_t buffer[TOC_MAX_SIZE]; attempts to allocate an array to the stack which is greater than the default stack reserve on windows (1MiB), which ends up causing a crash when creating a new project.

Possible fixes:

  • Allocate the array on the heap
  • Increase the stack reserve of the exe to 2MiB (which is >TOC_MAX_SIZE) with editbin.exe /stack:2097152.

Access denied

Hey there,

I followed every step in your readme, but i keep having an Access Denied error on ALL BUILD, so the program won’t launch.

I tried so many things i don’t really know what do to anymore. Files are not in read only, VS was started as an administrator, tho it won’t open.

Could you help me ?
Thanks in advance

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.