Showing posts with label the whirlpool resistance. Show all posts
Showing posts with label the whirlpool resistance. Show all posts

Saturday, February 06, 2016

The Whirlpool Resistance, New Logo Creation

I have known some of 'The Whirlpool Resistance' (WpR) members for quite some time now, and have played Arma 3 A3Wasteland and Invade and Annex with them on and off over the last year or so.

WpR are an Australian/NewZealand based gaming group on PC and Console. In recent talks with a couple of members about WpR and it's vision, I saw that there was no real branding (or logo) to make the group stand out... as I found their web presence extremely bland.

Without letting any of the WpR members know, I started to create something that would be fitting within WpR and try to use their existing color scheme... that being, orange and blue (based on their banner text colors and current Arma 3 in-game group symbol/patch).

After a few revisions and subtle changes, the below graphic is what I came up with...
The NEW WpR branded logo
The NEW WpR branded logo (with shadowing)
After submitting this design to their forums for feedback, it was decided that they will accept and use the logo for their clan (after a couple of small changes). I was very pleased that the logo will be used. 

I did the new logo due to wanting to give something back to the WpR team, as I enjoy their company as well as enjoy being able to play on a very decent (and fun) Arma 3 Wasteland server in which they host.

Keep watch on WpR's web presence, as it will begin to change with nice branding and color scheme. There will also be an upcoming merchandise store with the above logo and variations of design work.

I also have done the new loading screen for their Arma 3 [WpR] A3Wasteland server, which is fitting with the new theme...

The NEW WpR Arma 3 Loading Screen Banner
*UPDATE... so I have been messing with some more graphics for WpR, that being a design or 3 for a 'stubby holder' (as shown below), using the same color theme and such.

Arma 3 Themed
Generic Themed
Generic Themed

Also, the TeamSpeak 3 logo/banner...
  ... and some variants of said logo/ts banner (just for test purposes).
 
  

P.S. back to my own coding 'soon'.

-soul.













Saturday, January 09, 2016

Arma 3, Custom Scripting - Server Restart Messages

ArmA 3 Scripting


Lately, whilst making a slight diversion from my own scripting, I have been helping out the guys from 'The Whirlpool Resistance' aka 'WpR' who are an Australian/New Zealand based gaming group. The new WpR ArmA web site (forums) can be viewed here. *August 2016, The group in which I support split/changed/updated and can now be found at Total Annihilation Gaming who are an Australian/New Zealand based gaming group (and they have a few USA based players also).


Without the usage of a Battleye client (eg BEC) running on the hosted server to help with timed server messages, I attempted to put together my own version of a script/timer function that was able to be ran on a hosted gaming server, or a dedicated gaming server... and I succeeded.

Beforehand there was no able way to warn/notify the players on the server about when the server was going to be restarted, you just had to keep notice of the time yourself, and many (if not all) players including myself have been caught out many times, wonder why the server d/c us... only to check the current local time to realize it was an actual server restart.


serverRestartMessage.sqf code preview

I have now scripted a server side function/loop to grab the actual hosted server time (not in-game time) and run a timing schedule off of it. Currently server reset times (Australia, Sydney time) are 03:00, 09:00,15:00 and 21:00. The timing routine keeps track (to the second) of the current server time in HH:MM:SS, it then warns you in-game from 30/20/10/5/2/1 minute(s) until restart, in the middle of the screen in big bold colorful writing. There is also an option to have it count down in seconds from the 1 minute mark (as seen in the second screenshot below).


30 minute warning message
the 60 second countdown has begun
I enjoy small scripting challenges like this one, especially when I succeed. I'm happy, the group is happy, the host is happy and the players are happy that they now have proper timed on-screen warning messages for the server restarts. :)

You can check out/download the script here on my GitHub.

P.S. Back to my own mod scripting soon.

-soul.