• 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Black Ops 2 GSC Compiler v3.2 + GSC Loader
#31
what happen to the attachment?
  Reply
#32
(03-18-2014, 06:36):D :D :D :D Wrote: what happen to the attachment?

Attachment fixed.
  Reply
#33
could you fix 'for( ;; )' kept getting syntax error
  Reply
#34
(04-01-2014, 12:43):D :D :D :D Wrote: could you fix 'for( ;; )' kept getting syntax error

I'll fix it later, use 'while (1)' for infinite loops.
  Reply
#35
(03-12-2014, 08:20)dtx12 Wrote: I've attached example of working script.

How To:


Credits: @kokole , @Nukem for file struct and some opcodes.

Changelog v1.21:
Fixed bug with arrays (again, lol).

Changelog v1.2:
Now 'wait' can be used without parens, added support for variant of infinite loop - for (;Wink, fixed bug with arrays.

Changelog v1.1:
Added support for 'foreach' statement(Since Black Ops 2 has support for this statement). Founder - @kokole

Changelog v1.0:
Added support for 'switch ( case )' statement.

Changelog v0.91:
Fixed thread flags. Now threads works fine.

Changelog v0.9:
Added support for multiarrays.

Changelog v0.85:
Added support for boolean expressions .

Changelog v0.8:
Fixed bug with variable field.

Changelog v0.76:
Now all except strings automatically converted to lower case(If someone use not lower case for functions or vars).

Changelog v0.75:
Added support for 'else if' statement.

Changelog v0.71:
Fixed bug in compiler.

Changelog v0.7:
Fixed bugs in compiler.
GSC Loader updated and should be safe now. Currently loader has support zombie mode only.
Limitations: All scripts should have 3 standart functions( you can see them in testscript )


Can you please add support for the nosTEAM version of the game, I don't think it will recongnize it.
  Reply
#36
(05-28-2014, 03:48)AlmightySosa Wrote:
(03-12-2014, 08:20)dtx12 Wrote: I've attached example of working script.

How To:


Credits: @kokole , @Nukem for file struct and some opcodes.

Changelog v1.21:
Fixed bug with arrays (again, lol).

Changelog v1.2:
Now 'wait' can be used without parens, added support for variant of infinite loop - for (;Wink, fixed bug with arrays.

Changelog v1.1:
Added support for 'foreach' statement(Since Black Ops 2 has support for this statement). Founder - @kokole

Changelog v1.0:
Added support for 'switch ( case )' statement.

Changelog v0.91:
Fixed thread flags. Now threads works fine.

Changelog v0.9:
Added support for multiarrays.

Changelog v0.85:
Added support for boolean expressions .

Changelog v0.8:
Fixed bug with variable field.

Changelog v0.76:
Now all except strings automatically converted to lower case(If someone use not lower case for functions or vars).

Changelog v0.75:
Added support for 'else if' statement.

Changelog v0.71:
Fixed bug in compiler.

Changelog v0.7:
Fixed bugs in compiler.
GSC Loader updated and should be safe now. Currently loader has support zombie mode only.
Limitations: All scripts should have 3 standart functions( you can see them in testscript )


Can you please add support for the nosTEAM version of the game, I don't think it will recongnize it.

nosTEAM isn't even nosTEAM, all the person does it give stupid auto registration crap and link to other cracks.

So, I'm pretty sure no.
(Also nosTEAM is using PlusMaster which is hex-edited Operation2/FourDeltaOne code oh as well as Redacted's.)
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
  Reply
#37
pretty cool i guess , hows it work with others in the lobby do they get the altered code? and any change you can patch the asset database and push compiled models,textures,anims,ect?
  Reply
#38
(05-28-2014, 05:07)DidUknowiPwn Wrote:
(05-28-2014, 03:48)AlmightySosa Wrote:
(03-12-2014, 08:20)dtx12 Wrote: I've attached example of working script.

How To:


Credits: @kokole , @Nukem for file struct and some opcodes.

Changelog v1.21:
Fixed bug with arrays (again, lol).

Changelog v1.2:
Now 'wait' can be used without parens, added support for variant of infinite loop - for (;Wink, fixed bug with arrays.

Changelog v1.1:
Added support for 'foreach' statement(Since Black Ops 2 has support for this statement). Founder - @kokole

Changelog v1.0:
Added support for 'switch ( case )' statement.

Changelog v0.91:
Fixed thread flags. Now threads works fine.

Changelog v0.9:
Added support for multiarrays.

Changelog v0.85:
Added support for boolean expressions .

Changelog v0.8:
Fixed bug with variable field.

Changelog v0.76:
Now all except strings automatically converted to lower case(If someone use not lower case for functions or vars).

Changelog v0.75:
Added support for 'else if' statement.

Changelog v0.71:
Fixed bug in compiler.

Changelog v0.7:
Fixed bugs in compiler.
GSC Loader updated and should be safe now. Currently loader has support zombie mode only.
Limitations: All scripts should have 3 standart functions( you can see them in testscript )


Can you please add support for the nosTEAM version of the game, I don't think it will recongnize it.

nosTEAM isn't even nosTEAM, all the person does it give stupid auto registration crap and link to other cracks.

So, I'm pretty sure no.
(Also nosTEAM is using PlusMaster which is hex-edited Operation2/FourDeltaOne code oh as well as Redacted's.)

Well I didn't know, I hardly ever play games on PC, but I just thought I'd try this gsc tool out.
  Reply
#39
Awesome...
First of all i disable screechers:

Code:
level.is_player_in_screecher_zone = ::hook_is_player_in_screecher_zone;
hook_is_player_in_screecher_zone( player )
{
    return 0;
}

Thanks, no limit to the possibilities Smile
  Reply
#40
(07-06-2014, 09:03)Firex Wrote: Awesome...
First of all i disable screechers:

Code:
level.is_player_in_screecher_zone = ::hook_is_player_in_screecher_zone;
hook_is_player_in_screecher_zone( player )
{
    return 0;
}

Thanks, no limit to the possibilities Smile
And transit without fog is so beatiful.
Don't understand why Treyarch blocked most part of map using fog and screechers.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Release] Black Ops II/III Sound Studio 1.5.4 master131 99 102,997 12-30-2022, 09:54
Last Post: Fadexz
  [Release] Black Ops II Audio Dumper v6 master131 65 75,583 05-10-2021, 11:10
Last Post: Rise166
  Help Anyone know how to add new weapons for black ops 2 from older version not just s TheUninvited 1 4,701 12-16-2016, 20:57
Last Post: nebulah
  [Release] Black Ops II GSC Decompiler v1.0 dtx12 79 58,453 06-25-2016, 11:57
Last Post: STriVE MoDz
  Black Ops 2 .ff Viewer Bully@WiiPlaza 0 6,348 08-29-2015, 23:16
Last Post: Bully@WiiPlaza
Question Black ops 2 Ambient Sound removal Josue 2 5,602 08-13-2014, 15:28
Last Post: Josue
Shocked Call of Duty Black Ops II .ff files tugay12 8 13,667 12-20-2013, 08:35
Last Post: zionite

Forum Jump:


Users browsing this thread: 1 Guest(s)