Stone Woman mod
-
- Inhuman
- Posts: 842
- Joined: Sat Aug 13, 2011 10:26 pm
Stone Woman mod
Download
Here's the Stone Woman that was in developement for quite long time now. CodeX was responsible for coding this and chose the sounds.
It was kind of on hold until it was perfected/bugfixed.
Hope you enjoy.
Here's the Stone Woman that was in developement for quite long time now. CodeX was responsible for coding this and chose the sounds.
It was kind of on hold until it was perfected/bugfixed.
Hope you enjoy.
-
- Godlike
- Posts: 3503
- Joined: Sat Sep 12, 2015 8:46 pm
-
- Godlike
- Posts: 3770
- Joined: Fri Jan 14, 2011 1:53 pm
- Personal rank: -Retired-
Re: Stone Woman mod
This would be cool to use in a puzzle map. I trapped her in the small pool but you could make it so that is required and she hits a trigger at the bottom of the pool.
So long, and thanks for all the fish
-
- Godlike
- Posts: 10341
- Joined: Wed Jul 15, 2009 11:36 am
- Personal rank: coffee addicted !!!
- Location: Cologne, the city with the big cathedral.
-
- Godlike
- Posts: 3770
- Joined: Fri Jan 14, 2011 1:53 pm
- Personal rank: -Retired-
-
- Masterful
- Posts: 539
- Joined: Tue Mar 26, 2013 6:34 pm
Re: Stone Woman mod
This thing is just awesome! Had so much fun when testing it online with Codex.
Can you please elaborate on it's history a bit?
Where's the skin from? Was it an actual pawn back then? Was it planned?
Can you please elaborate on it's history a bit?
Where's the skin from? Was it an actual pawn back then? Was it planned?
-
- Godlike
- Posts: 10341
- Joined: Wed Jul 15, 2009 11:36 am
- Personal rank: coffee addicted !!!
- Location: Cologne, the city with the big cathedral.
Re: Stone Woman mod
That's that Unreal Beta model.
ok? interesting.
Now a whole army of them in a map...
ok? interesting.
Now a whole army of them in a map...

-
- Inhuman
- Posts: 842
- Joined: Sat Aug 13, 2011 10:26 pm
Re: Stone Woman mod
I made the skin, I said so in the text file. It was based on the 95 woman skin.
It also explains the history. It was an original idea of me to have as addition for Unreal PSX.
Inspired partly by those waking up statues in Daikatana. And given that one of the level designers who worked on PSXUnreal also worked on Daikatana, this idea is not that strange.
EDIT: Btw, thanks for the video.
It also explains the history. It was an original idea of me to have as addition for Unreal PSX.
Inspired partly by those waking up statues in Daikatana. And given that one of the level designers who worked on PSXUnreal also worked on Daikatana, this idea is not that strange.
EDIT: Btw, thanks for the video.
-
- Godlike
- Posts: 9351
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: Stone Woman mod
Sounds like almost like a request for that map to be edited.papercoffee wrote:Now a whole army of them in a map...
Almost.
http://unreal-games.livejournal.com/

Smilies · viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins
-
- Godlike
- Posts: 10341
- Joined: Wed Jul 15, 2009 11:36 am
- Personal rank: coffee addicted !!!
- Location: Cologne, the city with the big cathedral.
Re: Stone Woman mod
What about a better map?EvilGrins wrote:Sounds like almost like a request for that map to be edited.papercoffee wrote:Now a whole army of them in a map...
Almost.
A whole army doesn't have to approach the player in one wave.

Edit---------------------
Oooooh ...now I have a mean idea. Let those new pawns only move when the player isn't looking at them. And in this "frozen" state they can't be hurt. Or only very slightly.

-
- Inhuman
- Posts: 842
- Joined: Sat Aug 13, 2011 10:26 pm
Re: Stone Woman mod
You'd need to subclass that with checks for what was it called again? It's a line of sight check, I can't believe I forgot how it's called in Unreal.
-
- Godlike
- Posts: 3770
- Joined: Fri Jan 14, 2011 1:53 pm
- Personal rank: -Retired-
Re: Stone Woman mod
I did a bunch of checks for just that in the Mansion map if you want to grab the code. It's embedded into the decorations themselves so just view the script of things like the pictures on the walls. They are coded to change if you are in the room but not looking at them.
So long, and thanks for all the fish
-
- Inhuman
- Posts: 842
- Joined: Sat Aug 13, 2011 10:26 pm
Re: Stone Woman mod
You seem to be explicitly checking for rotation. That's not what I had in mind.
There was a special function which calculated...ah it's called PlayerCanSeeMe()
SpawnPoint uses it for example. It's a native function, your solution is interesting and innovative though.
There's also CanSee()
There was a special function which calculated...ah it's called PlayerCanSeeMe()
SpawnPoint uses it for example. It's a native function, your solution is interesting and innovative though.
There's also CanSee()
-
- Godlike
- Posts: 3770
- Joined: Fri Jan 14, 2011 1:53 pm
- Personal rank: -Retired-
Re: Stone Woman mod
CanSeeMe can cause hard crashes, the native checks for it have some sort of failure in them and that's why I stay away from using it at all. Until I replaced the biterfish in MH2 they caused a lot of random crashes. The wood box fragments can often do this too.
So long, and thanks for all the fish
-
- Inhuman
- Posts: 842
- Joined: Sat Aug 13, 2011 10:26 pm
Re: Stone Woman mod
But what about PlayerCanSeeMe()? I never saw that one crash. They seem to be separate routines.
EDIT: nvm I guess that can crash too as well as CanSee ?
EDIT: nvm I guess that can crash too as well as CanSee ?