Lawyer Gestures

[Open Assets] Lawyer Gestures v1.4

I made sure my file(s) follow the Submissions Guidelines
  1. Yes
HOLDIT.png

Scrolling through Addons & More, trying to find little visual-only Lua scripts for your Hangout server?
Lawyer Gestures is here, just for your emotional purposes!

Lawyer Gestures is just what you'd expect from an add-on with that name - a compilation of in-court cut-ins from the original Ace Attorney trilogy, recreated only via Lua.
  • Witness Testimony: Whenever you feel like you just want to share a sad (or just hilarious) moment with the people you know, type testify <topic> in the console to start "testifying" about that moment. You have to type endtestimony to clear up the screen after that, though.
    srb20036.gif
  • Cross-Examination: About to have a duel argument? Type crossexamine <prosecnode> [topic] [defnode] to start a cross-examination cut-in. Automatically stops any testimony running, as well. The "defense" shows up on the left, and the "prosecution" shows up on the right. You can supply a topic to this as well. D-Don't mind the white glitchiness, it's just the gif.
    srb20037.gif
  • Shout bubbles: It wouldn't be Ace Attorney without those now, would it? All the three Custom Action buttons are bound to each of the three shout bubbles. Press C1 to shout "Hold it!", C2 for "Objection!" and C3 for "Take that!". Alternatively, you can use the shout <type> command.
    srb20039.gif

    The Witness Testimony effect, the Cross-Examination mini-character portraits and all the shouts are automatically recolored to your player color.
    srb20038.gif
NOTICE: Does not work properly on non-green resolutions.
Make sure your character has two additional sprites at the end of their sprite list.
  • SUSPA0 - CE portrait (Defense)
    SUSPA0.png
  • SUSDA0 - CE portrait (Prosecution)
    SUSDA0.png
Make sure they're both 103x45 (should match the graphic below), and the latter has offsets -217, 0 to make it match the background graphic:
SUSPBACK.png
Make sure the three sounds are present in your sounds folder and are already freeslotted. Then paste this code and fill it out with your character and sounds:
Lua for voice:
skinToShout["yourskin"] = {
    holdit = sfx_cshold, -- "Hold it!"
    object = sfx_csobje, -- "Objection!"
    tkthat = sfx_cstkth -- "Take that!"
}
Have fun shouting through your next case with this! ...or not a case. Whatever.
Author
CloneFighter
Downloads
2,079
Views
6,880
Extension type
pk3
File size
17.9 MB
MD5 Hash
3e8255573b6448c73ac752e3ca1c0918
First release
Last update
Rating
4.60 star(s) 5 ratings

More resources from CloneFighter

Share this resource

Latest updates

  1. Update v1.4 - Minor fixes

    On the other hand I shoulda changed it to update v1.3.2... Changelog Changed the...
  2. Update v1.3.1 - goofed up

    Man am I updating this frequently... Only thing this update brings is that the testimtheme...
  3. Update v1.3 - A couple more suggestions

    Yep, more a'these. Changed endtestimony - now it calculates a vote on stopping a testimony, not...

Latest reviews

pretty damn funny, but here's a little issue
since the shout buttons are bound to all 3 custom buttons, it's hard to use with custom characters without shouting every time you just try to press a custom button
but apart from that, it's the funniest mod i've ever played with
Upvote 0
it's fun to do a little trolling with
thank you
Upvote 0
11/10 I Beat Eggman with facts and logic.
Upvote 6
OBJECTION! i would 100% use this mod
Upvote 4
HOLD IT! Why can't I use these in single player and yell "TAKE THAT!" at Eggman?? It's otherwise fine, but that was really disheartening.
CloneFighter
CloneFighter
Fixed in v1.1. Sorry for the inconvenience!
Upvote 9
Back
Top