Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Carnivorous Jellybean's Re-Textured Models
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#21
RE: Carnivorous Jellybean's Re-Textured Models

Hey so, I do it or not? I mean, does anyone need it? In that case I'll do it.

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
08-13-2014, 10:28 PM
Find
victorkim890(KimmyChimmy) Offline
Senior Member

Posts: 316
Threads: 1
Joined: Jun 2014
Reputation: 1
#22
RE: Carnivorous Jellybean's Re-Textured Models

its good for the scare i can see a player going around a corner and gets scared of a statue

08-13-2014, 10:41 PM
Find
Streetboat Offline
Posting Freak

Posts: 1,099
Threads: 40
Joined: Mar 2011
Reputation: 56
#23
RE: Carnivorous Jellybean's Re-Textured Models

yes pls dolan

[Image: signature-2.png]
08-13-2014, 10:52 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#24
RE: Carnivorous Jellybean's Re-Textured Models

Okay then I'll start tomorrow (today actually, but yeah you understand (00:09 H right now)

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
(This post was last modified: 08-13-2014, 11:10 PM by The chaser.)
08-13-2014, 11:09 PM
Find
victorkim890(KimmyChimmy) Offline
Senior Member

Posts: 316
Threads: 1
Joined: Jun 2014
Reputation: 1
#25
RE: Carnivorous Jellybean's Re-Textured Models

how come i can only import expobj in my level editor ):

will the statue look like this
[Image: photo.jpg]

(This post was last modified: 08-13-2014, 11:14 PM by victorkim890(KimmyChimmy).)
08-13-2014, 11:12 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#26
RE: Carnivorous Jellybean's Re-Textured Models

(08-13-2014, 11:12 PM)victorkim890(KimmyChimmy) Wrote: how come i can only import expobj in my level editor ):

will the statue look like this
[Image: photo.jpg]

I was thinking, the very first frame, so that you can actually set the statue inactive and then replace it with the monster and it would look realistic

Trying is the first step to success.
08-13-2014, 11:29 PM
Find
victorkim890(KimmyChimmy) Offline
Senior Member

Posts: 316
Threads: 1
Joined: Jun 2014
Reputation: 1
#27
RE: Carnivorous Jellybean's Re-Textured Models

that is a genius scare

08-14-2014, 12:20 AM
Find
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#28
RE: Carnivorous Jellybean's Re-Textured Models

http://www.twitch.tv/acies404/c/4900093

Go into the modeleditor, open the monster. Save a copy of it (as an object --> Subtype static instead of as an enemy), as statue_monster_static or something to your liking. Remove all animations. Keep 'idle' and 'walk' (plus any other you want it to start from). Set their speed to 0. Give it physics in the modeleditor or with a blockbox in the leveleditor, which you then 'remove' as you activate the monster.

Input this line at the startup of your map (or on enter):
PlayPropAnimation(string& asProp, string& asAnimation, float afFadeTime, bool abLoop, string& asCallback);

PlayPropAnimation("Static_Statue", "Idle", 0.0, true, "");

The statue should repeat the 'frozen idle' or 'frozen walk'.

Also noticed that the alpha still shows part of the chains. Smile

[Image: mZiYnxe.png]


(This post was last modified: 08-14-2014, 12:35 AM by Acies.)
08-14-2014, 12:33 AM
Find
CarnivorousJelly Offline
Posting Freak

Posts: 1,196
Threads: 41
Joined: Dec 2012
Reputation: 80
#29
RE: Carnivorous Jellybean's Re-Textured Models

You guys are awesome (thank you)

I fixed the alpha yesterday when I saw it (honestly, I'm not sure how I missed so much of it) - I'll patch the uploaded version in a little bit when I have my hands on a computer c:

[Image: quote_by_rueppells_fox-d9ciupp.png]
08-14-2014, 01:57 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#30
RE: Carnivorous Jellybean's Re-Textured Models

https://www.mediafire.com/?7w9n75mzi4ldf6d

This is the link to all the monster: It contains the stone suitor, and an entity with the first "Idle" frame. That way, the only thing you'll have to do is to put "suitor_statue_static (I think it's called this way)" to false, like this:

void X (XXXXXX)
{
SetEntityActive("suitor_statue", true);
SetEntityActive("suitor_statue_static", false);
}

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
08-14-2014, 06:48 PM
Find




Users browsing this thread: 1 Guest(s)