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

Error Unsupported Version 144 #38

Open
djdanby opened this issue Oct 20, 2022 · 8 comments
Open

Error Unsupported Version 144 #38

djdanby opened this issue Oct 20, 2022 · 8 comments

Comments

@djdanby
Copy link

djdanby commented Oct 20, 2022

Everytime i get the same error. I can not extract the shapes file. I use the ShapeTool Version 1.5.0

[FATAL] Unsupported version: 144
Unhandled exception. System.NotSupportedException: Unsupported version
at I3DShapesTool.Lib.Container.ShapesFileReader..ctor(Stream inputStream, ILogger logger, Nullable1 forceSeed) at I3DShapesTool.Lib.Model.ShapesFile.Load(Stream inputStream, Nullable1 forceSeed, Boolean strict)
at I3DShapesTool.Program.LoadFileBruteForce(String filePath)
at I3DShapesTool.Program.LoadFile(String filePath)
at I3DShapesTool.Program.ProcessFileInput(CommandLineOptions options)
at I3DShapesTool.Program.Run(CommandLineOptions options)
at CommandLine.ParserResultExtensions.WithParsed[T](ParserResult1 result, Action1 action)
at I3DShapesTool.Program.Main(String[] args)

@Donkie
Copy link
Owner

Donkie commented Oct 23, 2022

What game/DLC? What model?

@djdanby
Copy link
Author

djdanby commented Oct 23, 2022

Pumps and Hoses. The Mobile Separator.

@djdanby
Copy link
Author

djdanby commented Nov 17, 2022

So honestly. I have the feeling that this tool is completely useless. No matter which shape I want to convert so far. Always some error. Already when starting the tool I see errors. And not a single shape could be extracted so far, not from the Kubota Pack. Not from the Expantionpack or anything else. The description for the use of the tool is also extremely poor. Which makes it impossible to understand if i doing something wrong (which I don't think you are). Do I need any additional tools or files for this tool? And if so, which ones?

The First Error what i see is: MissingRequieredOptionError. WHY?

@Donkie
Copy link
Owner

Donkie commented Nov 17, 2022

Have you read the readme? It shows a working example on how to provide options. Run the program with -h to get all available options.

Regarding support, Giants updates the model format from time to time with new DLC releases, and that means I need to keep up to speed with that. I am working on this project rather infrequently, and that means it sometimes doesnt support the latest version.

@djdanby
Copy link
Author

djdanby commented Nov 17, 2022

Yes I have read the readme. Several times! And I have also tested several ways. Unfortunately no way works at all.
For me, from the ReadMe is also not apparent whether I need in addition to the "I3DShapesTool.exe" other files. Because there are other folders and files stored here at Github. And if I need them, where should I put the exe file? This is also not clear from the readme.

If it is due to the changes made by Giants, then that would also explain why the current version does not work with the expansion pack.
But if something works... Then here is my next question. Is it possible to convert the shapes only to OBJ or FBX? Or does the shape file become fully functional again so that it can be controlled by the i3d file?

And what about the error message I get right after starting the tool? "MissingRequieredOptionError". Why does this error always occur?

@Donkie
Copy link
Owner

Donkie commented Nov 17, 2022

The readme tells you to download the .exe from the releases page. You don't need anything else.

The tool only supports exporting to .obj for the moment.

You need to specify command line options to the exe, you need to run it from cmd. You can't just double click it.

@tacticalcatboy
Copy link

So honestly. I have the feeling that this tool is completely useless. No matter which shape I want to convert so far. Always some error. Already when starting the tool I see errors. And not a single shape could be extracted so far, not from the Kubota Pack. Not from the Expantionpack or anything else. The description for the use of the tool is also extremely poor. Which makes it impossible to understand if i doing something wrong (which I don't think you are). Do I need any additional tools or files for this tool? And if so, which ones?

The First Error what i see is: MissingRequieredOptionError. WHY?

it takes time to update, since those dlcs came out after the last tool release, of course its going to be outdated, but this shit takes time and you just gotta trust the dev on it!

@kbrandwijk
Copy link

I think the issue you are seeing is the result of incorrectly unpacking the DLC. I have no problem using this tool on any of the files included with this, or any other DLC. Problems start when using an outdated script to extract the DLC in the first place. This to me seems to have nothing to do with this tool, which works fine.

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

4 participants