What language is this please ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

3rd Jun 2018, 10:53 AM
MrCubeLord Bx4
MrCubeLord Bx4 - avatar
7 Answers
+ 2
I searched for the error and found it on Microsoft.com
3rd Jun 2018, 1:54 PM
Benno
Benno - avatar
+ 1
C++... In which Windows are you running this?
3rd Jun 2018, 10:59 AM
Benno
Benno - avatar
+ 1
How do you know it's c++??
3rd Jun 2018, 1:12 PM
‎ ‏‏‎Anonymous Guy
0
windows 10
3rd Jun 2018, 2:55 PM
MrCubeLord Bx4
MrCubeLord Bx4 - avatar
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
3rd Jun 2018, 4:33 PM
MrCubeLord Bx4
MrCubeLord Bx4 - avatar
0
MrCubeLord Bx4, try to run in compatibility mode Windows XP, Service pack 3
4th Jun 2018, 5:28 AM
Benno
Benno - avatar
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.
4th Jun 2018, 5:44 AM
MrCubeLord Bx4
MrCubeLord Bx4 - avatar