ItsMods

Full Version: GDec v1.2 (GSC Decompiler for BO2)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
Yeah I found the exact same thing, afaik he fixed it but hasn't released the update.
(03-01-2014, 21:41)kokole Wrote: [ -> ]
(03-01-2014, 13:46)Pozzuh Wrote: [ -> ]Nice. Bit too late though Sad

Too soon for BO3 Troll

Another bug, in _utility.gsc:

[Image: 8abf052a79eab8ced867f2043e02f97d.png]

Btw my decompiler says that the stack is corrupted at the end of decompilation of that function.

That one looks difficult to decompile, it's a ternary operator I think ( <bool> ? <value if true> : <value if false> ). I didn't even know GSC supported that, maybe they added it into BO2.

The original code would've looked something like this:
n_time = isDefined( n_time ) ? n_time * 1000 : 0;

[Image: VDRY0GR.png]

Also, the same function uses something that looks awfully like:
do
{
// code.
} while( <condition true> );

Once again, I did not know GSC supported this.

[Image: yVXNaps.png]
is it just me or is there no download link
(03-01-2014, 23:42)master131 Wrote: [ -> ]That one looks difficult to decompile, it's a ternary operator I think ( <bool> ? <value if true> : <value if false> ). I didn't even know GSC supported that, maybe they added it into BO2.

I think they added this in BO1? I remember trying this, but all I remember clearly is that it didn't work in cod4, lol.
Download link?
Is there a download link for this release?
Ye, would love to have a link.
Nice! Been looking for this haha.
Eh, am I missing something? The topic says there's a "release" here but I can't find the download link.
(07-28-2014, 21:11)probaddie Wrote: [ -> ]Eh, am I missing something? The topic says there's a "release" here but I can't find the download link.

Attachments randomly disappear on this forum for some reason.
Pages: 1 2 3 4 5 6