Coder Social home page Coder Social logo

raftools's People

Contributors

vs49688 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

raftools's Issues

Can't build properly on OSX

Trying to build from source on osx since the link to the binary seems to be down but when I try to do the gradle run step I get

'run' not found in root project 'RAFTools'.

RAF Rebuilding/Modification

Relatively simple to do, most of the code is already there. However, there are a few things that need to be taken into account.

When (re)building an archive, how do we determine what exactly goes in that archive? The most straightforward and logical way would be do dump the entire contents of the currently-loaded VFS to a RAF file.

  • Could potentially build one massive RAF of the entire game.
  • Would need to add filesystem manipulation commands (rm, cp, etc.)

Thoughts?

OSX Support

Considering RAFTools runs on OSX, support for opening the .app package should probably be implemented.

MAC OSX: Buffer Underflow exception when reading DDS files

Hi, Tried taking your project for a spin.

I'm on a macbook, running jdk 1.8,
did the following

1.  gradle build
2. java -jar ./build/libs/RAFTools.jar
3. (Select the League of Legends.app file located in the root /Applications folder)
4. after loading
5. Tried looking at character DDS files for their skins 
After clicking on files, errors similar to the one below appeared:

Exception in thread "AWT-EventQueue-0" java.nio.BufferUnderflowException
at java.nio.Buffer.nextGetIndex(Buffer.java:506)
at java.nio.HeapByteBuffer.getInt(HeapByteBuffer.java:361)
at net.vs49688.rafview.dds.DDSImage$Header.read(DDSImage.java:610)
at net.vs49688.rafview.dds.DDSImage.readFromBuffer(DDSImage.java:714)
at net.vs49688.rafview.dds.DDSImage.read(DDSImage.java:195)
at net.vs49688.rafview.gui.DDSViewer.setDDS(DDSViewer.java:68)
at net.vs49688.rafview.gui.Controller$DDSDelayedLoader.lambda$load$0(Controller.java:394)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)


Any clues? 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.