Coder Social home page Coder Social logo

onisaveparser's People

Contributors

renovate[bot] avatar sheepreaper avatar

Stargazers

 avatar  avatar

Watchers

 avatar

onisaveparser's Issues

Not compatible anymore

Just a quick note to anyone else wondering if this might still work with the current version of the game: No, it does not.

Thanks for your efforts anyway. Your C# code is way easier to understand than the original JS version.

I wish Klei would publish a official documentation how the save game works.

ReadInt64 missing

Hello, nice job :D But you need a parser for the int64 nodes too.

namespace SheepReaper.GameSaves.Klei.TypeParsers
{
public class Integer64Parser : IParser
{
public long Parse(IDataReader reader, TypeInfo info, List templates) => reader.ReadInt64();

    object IParser.Parse(IDataReader reader, TypeInfo info, List<Template> templates) => Parse(reader, info, templates);
}

}

In public class DataReader : BufferBinaryReader, IDataReader
....
[SerializationTypeCode.Int64] = new Integer64Parser(),

Some maps have a 64bit value in it. These maps can't be loaded

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

nuget
src/ParserLib.Klei/ParserLib.Klei.csproj
  • Newtonsoft.Json 13.0.3
  • Microsoft.CSharp 4.6.0-preview7.19362.9
  • DotNetZip 1.16.0
src/ParserLib.Shared/ParserLib.Shared.csproj
  • Newtonsoft.Json 13.0.3

  • Check this box to trigger a request for Renovate to run again on this repository

Not Working

KeyNotFoundException: No parser is registered for SheepReaper.GameSaves.Klei.TypeInfo. (type info: Int64).

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.