Does anyone know if Commandos 2 HD Remaster has the same mission files?, same syntax?, i am thinking to continue working on this tool if hd remaster also have the same files,
Yes but the problem is those are packed into unity files
25 May 2020 - 12:24 AM
Does anyone know if Commandos 2 HD Remaster has the same mission files?, same syntax?, i am thinking to continue working on this tool if hd remaster also have the same files,
Yes but the problem is those are packed into unity files
22 May 2020 - 01:31 AM
I can compile your project after i changed target framework from .NET 4.0 to 4.5. Also one issue was at startup: in the unit "ImageManager.cs" with objects of Texture2D class, that width of texture must be > 0; i changed Texture2D(..., 0, 0) to Texture2D(..., 10, 10) in this unit. As result i can run program successfully.
Good beginning! Of course, you've still got a lot of work to do...
Yes youre right i should have changed that things , im willing to progress on it as much possible
13 May 2020 - 11:38 PM
OMG! How did I miss that post? That's fantastic news!
I guess I'll have to download the Linux version of the game then...at 22:58...who needs sleep anyway?
05 May 2020 - 11:42 PM
What version of IDE are you use?
Visual Studio 2015 for now i will update nuget packages for project so you can compile it without version issues.
29 April 2020 - 12:01 AM
Do you have some test levels?
The program tries to load "Content/Levels/0.xml" which doesn't exist.
Yes i have updated it with editor code that generates test level, but is now only rendering things.