Jump to content


Salvadorc17

Member Since 27 Aug 2011
Offline Last Active Jun 01 2020 07:54 PM

Posts I've Made

In Topic: Commandos Mission Editor,

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


In Topic: Commandos game - Open Source

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


In Topic: Playing Desperados On Commandos

13 May 2020 - 11:38 PM

OMG! How did I miss that post? That's fantastic news! :thumbsuphappy:
I guess I'll have to download the Linux version of the game then...at 22:58...who needs sleep anyway?


Yes youre right, we missed this, will need to verify it myself, and maybe try do something like Commandos

In Topic: Commandos game - Open Source

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.


In Topic: Commandos game - Open Source

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.