Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to read the .ttp files? #44

Open
joaopcorrea opened this issue May 24, 2024 · 1 comment
Open

How to read the .ttp files? #44

joaopcorrea opened this issue May 24, 2024 · 1 comment

Comments

@joaopcorrea
Copy link

Hello, @Karlovsky120 !
I'd like to continue your project, but I'm really struggling trying to understand how I can read the file.

Can you explain to me the first steps, or maybe in theory how this works?

@Karlovsky120
Copy link
Owner

Karlovsky120 commented May 24, 2024

Well, the code is right there.

Although, I suspect that the format of the files has change a bit since I last updated the project.

I had decompiled 7DaysToDie code using ILSpy and then traced how they read/wrote *.ttp files. Their code is (or at least was) backwards compatible with a bunch of older version of the *.ttp (from older game builds), but I ignored most of it and just traced how the latest version of the file worked.

It is a pretty messy code.

Good luck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants