Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Cowboy Dude

Pages: [1] 2 3
1
Gallery / Blockpire Done Goofed Sneak Peak
« on: July 13, 2020, 06:46:02 PM »
Hey guys I haven't chatted in quite some time here. Believe it or not Block Wars is still being worked on. Figured I'd share this clip I made



(model and animations done solely by me)

2
Games / Assassin's Creed Unity is free to keep
« on: April 17, 2019, 10:25:49 AM »
In light of the Notre Dame fire, Ubisoft is giving away Assassin's Creed Unity until April 25th.
It's free to keep and, yes, you need a uPlay account.

https://register.ubisoft.com/acu-notredame-giveaway/en-US

4
Games / Shadow Warrior 2 is free on GoG
« on: October 04, 2018, 12:05:02 PM »
https://www.gog.com/game/shadow_warrior_2

You'll need a GoG account to get it.

Shadow Warrior 2 is a critically acclaimed level-based co-op FPS. It even has 2-4 player co-op!

5
Add-Ons / Fallout Power Armor Playertypes
« on: August 19, 2018, 05:33:45 AM »


Explore the wastelands in the safety of your own power armor!
Raiders will think twice before messing with you!

FEATURES
-More health (400 for the T-45d, 500 for the T-51b)
-Heavily reduced knock-back from explosives
-Lower jump height
-Reduced mobility
-Custom sounds
-A couple of kickass models

DOWNLOAD


6
Add-Ons / DOOM Marine Playertype
« on: August 04, 2018, 05:15:10 PM »

THIS TOUGH MOTHERforgetER CRAWLED THROUGH THE DEPTHS OF HELL AND NOW INTO YOUR GAME.
STRIKE SO MUCH FEAR INTO THOSE DEMONIC forgetERS THAT THEY'LL PRAY TO JESUS FOR FORGIVENESS.


FEATURES
NO FALL DAMAGE
GRAVITY IS YOUR BITCH.

200 HP
TWICE THE HEALTH MAKES DOUBLE THE MAN.

SUPER FAST
BULLETS ARE TOO SLOW FOR YOUR TASTE. JUST RUN UP TO YOUR ENEMIES AND RIP THEIR THROAT OUT.

COLORABLE
loving COLORABLE. IT DOESN'T MATTER YOU'LL BE RED BY THE TIME YOUR DONE.

CUSTOM SOUND EFFECTS
BECAUSE EVERYONE NEEDS TO KNOW HOW MANLY YOU SOUND.


Quote
Color guide
Head = DOOM Head Color (mostly covered by helmet)
Hat= DOOM Helmet Color
Hat Accent = DOOM Visor Color (transparent doesn't work)
Shoulder Pads = DOOM Shoulder Pads Color
Arms= DOOM Arms Color
Hands = DOOM Gloves Color
Torso =  DOOM Torso Color
Pants = DOOM Codpiece Color
Shoes = DOOM Shoes Color

DOWNLOAD




7
Off Topic / This storm in Phoenix is batstuff crazy
« on: July 09, 2018, 06:29:43 PM »
Any AZ forumers experiencing it too? Visibility is low, dust is everywhere, and it's loving pouring rain.

8
Add-Ons / [Hatmod] Fallout Hat Pack [X-01 Added!]
« on: June 30, 2018, 11:12:35 PM »


Requires Hatmod and Script_Hatmod_NodeHiding

COMMANDS:
/Hat T51b
/Hat T45d
/Hat X01


CHANGELOG
Quote
Version 2.0
-Updates to T-51b helmet
-Added T-45d helmet!
Quote
Version 3.0
-Added X-01 helmet!
DOWNLOAD


9
Off Topic / it's the 10th anniversary of the loss comic
« on: June 02, 2018, 04:15:40 AM »

Post loss edits or something idk

10
Modification Help / Weird bot item mounting onto player [SOLVED]
« on: May 21, 2018, 03:28:55 AM »
So I'm trying to create my first ever bot item (The Infinity Gauntlet) and unsurprisingly I'm running into a lot of issues. But I wanna take things one step at a time and just want to know how to fix this strange item mounting that changes depending on where my player is looking. I am really not much of a coder and have tried to get help on the issue.



Possibly Relevant Pieces of Code:
Code: [Select]
datablock PlayerData(InfinityGauntletArmor : PlayerStandardArmor) {
shapeFile = "./Shapes/Infinity Gauntlet.dts";

uiName = "";

boundingBox = vectorScale("1 1 1", 4);
crouchBoundingBox = vectorScale("1 1 1", 4);

keepWhenDead = 1;
};

datablock ItemData(InfinityGauntletItem : HammerItem) {
shapeFile = "./Shapes/Infinity Gauntlet.dts";
uiName = "Infinity Gauntlet";

doColorShift = false;

botDatablock = InfinityGauntletBot;
iconName = "./icon_ShortSword";
image = InfinityGauntlet_Image;
};
function equipGauntlet(%pl)
{
if (!isObject(%pl.InfinityGauntletBot))
{
%pl.InfinityGauntletBot  = new AIPlayer()
{
datablock = InfinityGauntletArmor;
player = %pl;
//class = %sword;
};
%pl.InfinityGauntletBot.kill();
%pl.InfinityGauntletBot.setScale(%pl.getScale());
}
if (!isObject(%pl.emptyBot))
{
%pl.emptyBot = new AIPlayer()
{
datablock = InfinityGauntletArmor;
};
%pl.emptyBot.kill();
%pl.emptyBot.hideNode("ALL");
%pl.InfinityGauntletBot.setScale(%pl.getScale());
}
%pl.mountObject(%pl.emptyBot, 1);
%pl.emptyBot.mountObject(%pl.InfinityGauntletBot, 8);
%pl.playThread(1, armReadyLeft);
}
function InfinityGauntlet_Image::onMount(%this, %obj, %slot)
{
equipGauntlet(%obj);
%obj.triggerDown = 0;
}


SOLVED: I guess I didn't develop this weapon enough. I needed to create a proper unequip function to delete the bot properly as it only spawns at the appropriate orientation as it's first spawned and then reoriented every subsequent time I re-equip it (as the bot is not deleted). Here's the code I needed in case anyone ever has to deal with this:
Code: [Select]
function InfinityGauntlet_Image::onUnMount(%this, %obj, %slot)
{
if(%obj.getMountedObject(0).getDatablock() == InfinityGauntletArmor.getID() && %obj.getMountedObject(0).getMountedObject(0).getDatablock() == InfinityGauntletArmor.getID())
{
%obj.getMountedObject(0).getMountedObject(0).delete();
%obj.getMountedObject(0).delete();
}
%obj.client.applyBodyParts();
%obj.client.applyBodyColors();
}

11
Add-Ons / [SWCCC] Hatmod - Star Wars Alien Hats
« on: May 08, 2018, 11:40:17 PM »



Requires Hatmod and Script_Hatmod_NodeHiding


Includes six new alien hats inspired by Star Wars!
(Left-to-right) Aqualish, Bith, Duros, Ithorian, Gran, and Rodian

Credits
Gran and Bith by me
Aqualish, Duros, and Ithorian commissioned by me. Made by Filipe.
Rodian provided by Filipe (Never before released)
DOWNLOAD



---- CLICK BELOW AND JOIN TODAY ----


12
Games / Thanos is coming to Fornite
« on: May 07, 2018, 10:50:23 AM »


SOURCE: http://ew.com/gaming/2018/05/07/thanos-fortnite-avengers-infinity-war/?

So there'll be 6 Infinity Stones spread across the map. The person who holds all six will become Thanos.  The details of how Thanos plays is unknown but it probably involves killing half the server.

13
Off Topic / Another Star Wars Solo Trailer
« on: April 08, 2018, 08:00:47 PM »
https://www.youtube.com/watch?v=jPEYpryMp2s&feature=youtu.be

Big step up from the previous trailer in my opinion.


14
Off Topic / blf april fools 2018
« on: March 28, 2018, 02:19:09 AM »
:(

15
Off Topic / #TriggerALibrarianIn2Words
« on: March 06, 2018, 03:45:06 PM »
Using Internet.

Pages: [1] 2 3