Jump to content

User talk:Neo: Difference between revisions

no edit summary
(disassembler recommendation?)
No edit summary
Line 281: Line 281:
:::::FBX, its no problem, I can use the older version of Cheetah3D.
:::::FBX, its no problem, I can use the older version of Cheetah3D.
:::::BSL, can you recommend a PC disassembler, I can use it under VirtualPC.  Also, can you show me how find the link between the BSL function like sc_bind_f2 and the function name in the engine using the disassembler.  Like the saying goes "Give a man a fish, he eats for a day.  Teach a man to fish and he eats for a lifetime"  Please teach me how to fish :-) [[User:EdT|EdT]] 16:09, 14 October 2008 (CEST)
:::::BSL, can you recommend a PC disassembler, I can use it under VirtualPC.  Also, can you show me how find the link between the BSL function like sc_bind_f2 and the function name in the engine using the disassembler.  Like the saying goes "Give a man a fish, he eats for a day.  Teach a man to fish and he eats for a lifetime"  Please teach me how to fish :-) [[User:EdT|EdT]] 16:09, 14 October 2008 (CEST)
:::::FBX - I don't know, I saw all kinds of problems with all kinds of 3D file formats. Basically I know of no file format or application that's 100% guaranteed to work properly.
:::::BSL - For PC disassembling you can use the [http://www.hex-rays.com/idapro/idadownfreeware.htm free version of IDA]. See [http://cid-639aa31296681bfe.skydrive.live.com/self.aspx/Oni/OniPC|_idb49.zip here] for my IDA database file. I don't think you can bind sc_bind_f2 easily (compared to others). It's a string variable and nothing in the Mac exe uses them so nobody calls the function that's supposed to register string variables. [[User:Neo|Neo]]
708

edits