+ 1
What language is this please ?
I have an old game that I'm trying to modify on my computer but it got troubles with some files and then pops up a error windows such as : DES FILE ERROR (NOD_Bullet::ParseIniFile()): Get ["Metal"] in file "vfx\osd\weapon\bul_plasma1.osd" failed I was wondering which language it is, and if possible, if I can solve this issue (it seems that I have some errors when decompiling DES files). Thanks for your help
7 ответов
+ 2
I searched for the error and found it on Microsoft.com
+ 1
C++... In which Windows are you running this?
+ 1
How do you know it's c++??
0
windows 10
0
but the game has been released in 2002 (latest version) and I think for no more than windows XP but it works as well on w10
0
MrCubeLord Bx4, try to run in compatibility mode Windows XP, Service pack 3
0
I know what is the problem : this game can run with file in deferent format. It can read DES compiled files with a "~" before extension, or readable text file with nothing. But some file are wrong decompiled, and causes this error. I just wanted to now the language of the .exe.
Right now, what I don't understand is that with the same decompiler, some files work and other no.