Author Topic: Salute Mod v3.1 [minor update]  (Read 10070 times)

Shouldn't the hand be a bit turned?
Cuz like, this?
Otherwise looks coolioo

While this mod is cool and all, the description file stands true:
Quote from: Description.txt
What happens when you make a simple thing difficult.

You could easily make this a simple emote
Code: (Server.cs) [Select]
function serverCmdSalute(%cl,%int)
{
%client.player.playThread(0, "spearReady");
%client.player.playThread(1, "armReadyRight");
%client.player.schedule(1000, playThread, 0, "root");
%client.player.schedule(1000, playThread, 1, "root");
}
But I'm not really complaining about that, the extra features are decently beneficial.

Although, I am slightly disappointed that there is no sound to go with it ):
I was expecting a simple "yessir!" or "attenn-hut!"


Press F to Blow Up Bulgaria

Pretty good mod... I like it (and useful for videos) :)


why is the saluting hand backwards in the picture?

why is the saluting hand backwards in the picture?

Shouldn't the hand be a bit turned?
Cuz like, this?
Otherwise looks coolioo
The spearReady animation has the player's hand twist in a way that would be really uncomfortable for a normal human being to do, but it's probably done like that so the spear's head can point in the direction it's being thrown


inproper packaging, could be failed

current layout:
Server_SaluteMod.zip
- Server_SaluteMod
- - description.txt
- - server.cs
- - NumToWord.cs

what it should be:
Server_SaluteMod.zip
- description.txt
- server.cs
- NumToWord.cs

does it actually matter?


does it actually matter?

He's right though, in this file sense, this isn't the correct way to package add-ons.

inproper packaging, could be failed

current layout:
Server_SaluteMod.zip
- Server_SaluteMod
- - description.txt
- - server.cs
- - NumToWord.cs

what it should be:
Server_SaluteMod.zip
- description.txt
- server.cs
- NumToWord.cs

How the actual forget did the file end up like that again...will fix right now for that matter. Mind you that this was not packaged like that originally, and that this has been immediately fixed for the public download.
« Last Edit: May 11, 2015, 01:05:08 AM by QuadStorm »

I've completely revamped the code this time, now it looks a lot nicer and is partially annotated. Several new features have also been added and small things have been fixed. Check OP for full details.