THUGPro update suggestions/discussion

Chatter · 67 · 61757

Offline Skater1014

  • Upload Approved
  • Hero Member
  • ****
    • Posts: 933
    • View Profile
    • Discord
Quote
I'd like to see more chat commands like:
The chat command code was designed to support parameters so this might happen one day.
There used to be start and end game commands you needed to be the host and there were some like "start a game" and "start a fucking game" for client side commands which have been disable in release builds.
Now I know what those commands were.
I was looking at command_parser.qb one day and found those unused commands.

These are the commands that I found in the file:
Code: [Select]
:i $bd43f80e$ = :a{
:i :s{
:i $a3b528dd$ = :a{%s(5,"/MUTE"):a}
:i $8f5ff6a7$ = $b84e6054$
:i $46d6b934$ = :a{:a}
:i $2d29ffbc$
:i :s}
:i :s{
:i $a3b528dd$ = :a{%s(4,"/OBS"):a}
:i $8f5ff6a7$ = $5bc1b325$
:i $46d6b934$ = :a{:a}
:i $2d29ffbc$
:i :s}
:i :s{
:i $a3b528dd$ = :a{%s(6,"/CLEAR"):a}
:i $8f5ff6a7$ = $cb5bf305$
:i $46d6b934$ = :a{:a}
:i $2d29ffbc$
:i :s}
:i :s{
:i $a3b528dd$ = :a{%s(4,"/SET")%s(4,"7SET"):a}
:i $8f5ff6a7$ = $2b98aae1$
:i $46d6b934$ = :a{:a}
:i $2d29ffbc$
:i :s}
:i :s{
:i $a3b528dd$ = :a{%s(5,"/GOTO")%s(5,"7GOTO"):a}
:i $8f5ff6a7$ = $0f6abca3$
:i $46d6b934$ = :a{:a}
:i $2d29ffbc$
:i :s}
:i :s{
:i $a3b528dd$ = :a{%s(5,"/WARP"):a}
:i $8f5ff6a7$ = $e9ba6922$
:i $46d6b934$ = :a{:a}
:i $2d29ffbc$
:i :s}
:i :s{
:i $a3b528dd$ = :a{%s(10,"/AUTOLEVEL")%s(7,"/ALEVEL")%s(3,"/AL"):a}
:i $8f5ff6a7$ = $8f070c5d$
:i $46d6b934$ = :a{:a}
:i :s}
:i :s{
:i $a3b528dd$ = :a{%s(11,"/AUTOSERVER")%s(8,"/ASERVER")%s(3,"/AS"):a}
:i $8f5ff6a7$ = $df031171$
:i $46d6b934$ = :a{:s{$d6a82173$ = call $ba676b90$ arguments
$90d8d2a6$ = $ab5cea0d$:s}:s{$d6a82173$ = $37d649f6$$90d8d2a6$ = $bfeda914$:s}:s{$d6a82173$ = $bca243d4$$90d8d2a6$ = $bfeda914$:s}:a}
:i :s}
:i :s{
:i $a3b528dd$ = :a{%s(4,"/END")%s(8,"/ENDGAME"):a}
:i $8f5ff6a7$ = $df67900b$
:i $46d6b934$ = :a{:a}
:i :s}
:i :s{
:i $a3b528dd$ = :a{%s(5,"/GAME")%s(5,"7GAME")%s(5,"/GAEM")%s(5,"/GEAM")%s(10,"/gamegame!")%s(9,"/gaem pls"):a}
:i $8f5ff6a7$ = $0307f7d2$
:i $46d6b934$ = :a{:a}
:i :s}
:i :s{
:i $a3b528dd$ = :a{%s(6,"/START")%s(13,"/START A GAME")%s(21,"/START A FUCKING GAME"):a}
:i $8f5ff6a7$ = $5b5ccbcb$
:i $46d6b934$ = :a{:a}
:i :s}
:i :a}:end


Offline %.gone.

  • Full Member
  • ***
    • Posts: 132
    • View Profile
Those aren't the unused commands those are the commands used. If something isn't working report it.

The first element is a array of text commands so each command can have multiple triggers.
The next is the function.
The next is the parameters.
The next is a flag that specifies if it is for client only or if it can be a client to host command if clientside commands were enabled.

But these should currently be in the game and work if you're the host.
Code: [Select]
:i $cmd_strings$ = :a{
%s(0,"/END")
%s(0,"/ENDGAME")
:a}
Code: [Select]
opens the game option menu
:i $cmd_strings$ = :a{
%s(0,"/GAME")
%s(0,"7GAME")
%s(0,"/GAEM")
%s(0,"/GEAM")
%s(0,"/gamegame!")
%s(0,"/gaem pls")
:a}
Code: [Select]
starts last selected game
:i $cmd_strings$ = :a{
%s(0,"/START")
%s(0,"/START A GAME")
%s(0,"/START A FUCKING GAME")
:a}
« Last Edit: October 09, 2016, 07:12:44 pm by %.gone. »


Offline Skater1014

  • Upload Approved
  • Hero Member
  • ****
    • Posts: 933
    • View Profile
    • Discord
Those aren't the unused commands those are the commands used. If something isn't working report it.
Some of those work while others don't.


Offline %.gone.

  • Full Member
  • ***
    • Posts: 132
    • View Profile
Those aren't the unused commands those are the commands used. If something isn't working report it.
Some of those work while others don't.
Yeah, I realize my mistake now. You can't enable the option so the console will never parse them.


Offline puke

  • Newbie
  • *
    • Posts: 36
    • View Profile

Offline Sofles_Aether

  • Newbie
  • *
    • Posts: 17
    • View Profile
5-0 fingerflip nose grind sticker slap plzzzzzzzz

Chad mod had it.


Offline BlazE

  • Upload Approved
  • Sr. Member
  • ****
    • Posts: 295
    • View Profile
Would it be possible to implement something similar to face codes, but for deck graphics?
Find mods and tutorials by me at www.tnthps.us


Offline %.gone.

  • Full Member
  • ***
    • Posts: 132
    • View Profile
Would it be possible to implement something similar to face codes, but for deck graphics?
It has been talked about. The main issue being the majority of the community are either actual children or children mentally and we'll end up with the same results as vagina facemaps. Cock and ball deck graphics.




Offline BlazE

  • Upload Approved
  • Sr. Member
  • ****
    • Posts: 295
    • View Profile
Would it be possible to implement something similar to face codes, but for deck graphics?
It has been talked about. The main issue being the majority of the community are either actual children or children mentally and we'll end up with the same results as vagina facemaps. Cock and ball deck graphics.

Hadn't considered that.  :-\
Find mods and tutorials by me at www.tnthps.us


Offline sk8ace

  • Administrator
  • Hero Member
  • *****
    • Posts: 683
    • View Profile
If we link the ability to do it with an account, then we can disallow people that abuse it.


Offline %.gone.

  • Full Member
  • ***
    • Posts: 132
    • View Profile
There would be a lot of possibilities with a login system.


Offline ShutMeUp!

  • Hero Member
  • *****
    • Posts: 866
  • I can't wait for you to ShutMeUp!
    • View Profile
    • ShutMeUp's DevonttaieArt.
This thread is giving me good laughs..

Anyway, yea, immature people with vagina facemaps/decks will happen, but hadn't seen it happen yet, LUCKILY.
I had seen a guy   playing with the blue stars top, tho, but that was just once.
"Winners never cheat.
And cheaters never win."
-HooL (Quite a while ago)



Offline Skater1014

  • Upload Approved
  • Hero Member
  • ****
    • Posts: 933
    • View Profile
    • Discord
Hosts can always kick people that use inappropriate graphics too.