Timeslip said:The compiler was wrong, but the decompilers have both been infected by the wrongness. 807d is playmoviealpha, (a 2 argument function,) 807e is playmoviealpharect. (A 6 argument function.) The compiler had a bug which caused it to compile playmoviealpharect as playmoviealpha, and to not compile playmoviealpha at all. The bug isn't in the opcodes; it was in the bit that converted the string "playmoviealpharect" into an opcode, so the opcodes you see in oplib.h are correct.Nirran said:playmoviealpharect decompiles into playmoviealpha(one of the broken ones) i dont think the problem is in the decompiler,i double check the text and positioning of the op_codes,seems right(possible im wrong)
edit : pretty sure it is in the compiler,it shows 807d for playmoviealpha,and both int2ssl and ruby show that as playmovieapharect
Nirran
ok thank you timeslip,i will update int2ssl and ruby after next modders_pack release
question : what do i need to do to change file version in visual solutions(in the windows properties tab)?
edit : nevermind on the version question,i found it
Nirran