have my hands on the source code for a couple days,the decompiler has been updated and tested with every function in the function list txt that comes with sfall,all of them work,can download it from my site
Nirran
Nirran
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail.
Still the same error, and it's still linked against the debug libraries. There is now a GL_Decompile_Tester.ssl in the source code folder though.Nirran said:edit : let me know if it is working please
Thanks, got them all. Just one there that you correctly noticed had a mistake, but you got the wrong fix: 0x81ce should have been set_hp_per_level_modNirran said:edit : list uploaded
Grayswandir said:Is this a watcom thing to decompile the scripts that you made, or a ruby thing, that can decompile all script?
Grayswandir said:Is it compatible with the version of sfall from the RP 2 ?
Alchemist said:2Nirran
Er.. You made me lose thread of the discussion. What decompiler are you speaking about exactly? If it is not Noid's ruby-based utility then it should be either Anchorite's int2ssl or something brand-new. Which one exactly?
In this case I don't really understand why you rely on Noid's syntax/opcodes. Int2ssl provides native Interplay's syntax of SSL language. And speaking about errors with original opcodes check following thread in TeamX's forums. Automatic translations is not always adequate but mostly satisfactory. Jordan've been made same thing for an older version of Sfall. It is outdated indeed but some fixes related to the original opcodes would be helpful. Links to source code samples are given in that thread.Nirran said:
Alchemist said:In this case I don't really understand why you rely on Noid's syntax/opcodes. Int2ssl provides native Interplay's syntax of SSL language. And speaking about errors with original opcodes check following thread in TeamX's forums. Automatic translations is not always adequate but mostly satisfactory. Jordan've been made same thing for an older version of Sfall. It is outdated indeed but some fixes related to the original opcodes would be helpful. Links to source code samples are given in that thread.Nirran said:
And one more thing, pretty please, do not reproduce Jordan's mistake when there where two binaries with the same version stamp but different functionality. If you plan to make and release your very own and tweaked build of the utility, either fork it completely from the original project or make a well visible notice to be displayed on a program start. So people could clearly see that it's special Sfall/Noid edition of the utility. Thanks in advance.
lvar0 := 0;
lvar1 := 0;
lvar2 := 0;
return 0;
Alchemist said:If you plan to make and release your very own and tweaked build of the utility, either fork it completely from the original project or make a well visible notice to be displayed on a program start. So people could clearly see that it's special Sfall/Noid edition of the utility. Thanks in advance.