Unreal Playground  

Go Back   Unreal Playground > Games > Unreal Tournament 2003/2004 > UT2K3/UT2K4 Mods/Mutators > Old Skool Monsta Toolz

Old Skool Monsta Toolz OSMT and the OSM Adventure gametype. Monsters and Puzzles and Traps! Oh, my!

View Poll Results: Should OSMT v.1.5 be in Open Beta?
I would be interested in OSMT v.1.5 for UT2004 and I'd be willing to help by testing an open beta of it and giving feedback. 8 66.67%
I would be interested in OSMT v.1.5, but I can't help development by testing it. 3 25.00%
I probably wouldn't be interested in it. 1 8.33%
Random acronyms scare me and I don't care if your beta is left open. 0 0%
Voters: 12. You may not vote on this poll

Reply
 
Thread Tools Rate Thread Display Modes
Old 08-31-2008, 09:48 PM   #1
SuperApe
Registered Monkey
 
SuperApe's Avatar
 
Join Date: Jan 2004
Location: Inna Jungle
Posts: 5,945
Downloads: 6

OSMT Poll

I've found it difficult to find free time since BabyApe entered the picture. As a result progress on OSMT has never been the same. OSMT v.1.5 has been in "beta" for several months. The "To Do" list is loaded with some of the best ideas I've had for the project, but the motivation to finish this milestone conflicts with basic needs like sleep. The fits and starts that have propelled the project since v.1.4 have come about largely because of Other's interest in the project.

So in an attempt to muster the necessary momentum, I'm considering breaking the normal development cycle, which has to do with private betas and discreet critiques, and open the current state of OSMT to the public while I push toward v.1.5.

Plenty of people have expressed interest in seeing OSMT evolve to UT3, but then we all lived with UT3 for a while and the consensus seems to be UT2k4 FTW. In light of that, let's see how much interest there would be in an open beta for OSMT v.1.5. And by interest, I mean you'd help out by playing with it and writing UP feedback that will add to the discussion. (read: Mappers wanted)

Thank you for your votes.
__________________
- SuperApe

-= Unreal Geek =-= Flash Padawan =-= Animation Refugee =-


I donate to UnrealPlayground. How do you help UP?

SuperApe is offline   Reply With Quote
Old 09-01-2008, 01:11 AM   #2
JoystickMonkey
Prepare for the Future
 
JoystickMonkey's Avatar
 
Join Date: Jun 2005
Location: Far away from the sun.
Posts: 1,890
Downloads: 3

There's a thing I've been wanting to make using UT2004 and OSMT for a while now, so what better time to use the tools than to beta a new version!
__________________
"You forget, because you're so busy going from A to Z, that there's 24 letters in between."



First to join Club Mathlete!
JoystickMonkey is offline   Reply With Quote
Old 09-04-2008, 01:09 PM   #3
Luctor
Registered User
 
Luctor's Avatar
 
Join Date: Feb 2008
Location: a
Posts: 15
Downloads: 40

I offered you to test the beta and I keep that offer. Ireally like OSMT and every time I get free time I try to continue building my map.

I would really like to see OSMT v1.5 out, but obviously there are more important things, so no rush!
Luctor is offline   Reply With Quote
Old 09-04-2008, 06:34 PM   #4
SuperApe
Registered Monkey
 
SuperApe's Avatar
 
Join Date: Jan 2004
Location: Inna Jungle
Posts: 5,945
Downloads: 6

Quote:
Originally Posted by JoystickMonkey
There's a thing I've been wanting to make using UT2004 and OSMT for a while now, so what better time to use the tools than to beta a new version!
Yay!
Quote:
Originally Posted by Luctor View Post
I offered you to test the beta and I keep that offer.
Yes, I remember. Thank you.
I know I'll need a lot of testing and I'll need all the pairs of eyes I can get.
__________________
- SuperApe

-= Unreal Geek =-= Flash Padawan =-= Animation Refugee =-


I donate to UnrealPlayground. How do you help UP?

SuperApe is offline   Reply With Quote
Old 09-06-2008, 10:52 AM   #5
SuperApe
Registered Monkey
 
SuperApe's Avatar
 
Join Date: Jan 2004
Location: Inna Jungle
Posts: 5,945
Downloads: 6

Well, six is cool, but I hope more can join us.

I think I could post an edited development log for v1.5. That should help reveal what needs testing (save/load, flashlights, gore, combat ai, poison/antedotes and a few other things that didn't get thorough testing last round), etc. This is a list of those items either "completed" (-) or in testing (>).

UPDATE: For an up-to-date list of stuff in v1.5 beta, items to test, etc. see the included DevLog.txt file!
Code:
ScritpedMonsters added:

> SmartPoisonFly : a fly that has a poisonous sting.
> SmartSkeleton : a skeletized ScriptedCharacter monster.

ScriptedActions added:

- ACTION_IfHasInventory : a conditional that is true if a named Pawn has a specific inventory item.
> ACTION_IfScoreReached : a conditional that is true if a any current player has reached a score value.

Mutators added:

> MutFlashlight : A map-embeded mutator that manages flashlights in game.  Gives flashlights to each player upon spawn if no FlashlightPickup is in the map.

Pickups added:

> ShieldGunPickup : A ShieldGun Pickup class. (one time pickup, configurable)
> TranslocatorPickup : A Translocator Pickup class. (respawning pickup, configurable)
> FlashlightPickup : Allows flashlights to be picked up by players and bots.

Features added:

> Player Flashlight system available. (toggle with Use key, will not work around other Use triggers, vehicles, hintitems, etc, just add LevelGameRules actor set to OSMT.MutFlashlight and include a DarkVolume in the map.  Add specific FlashlightPickups to disable automatic flashlight inventory.)
- ScriptedMonster gib behavior improved. (lighting, momentum, mass, etc)
> Following creatures automatically attack the killer of thier Leader.
> Simple flocking behavior added for fearful creatures.
- ScriptedCharacters handle miniguns better.
> HintItem able to trigger Event when inspected.
> OSM Adventure Save/Load feature added. (feature disabled in maps with cameraorientation subaction)
> OSM Adventure can retain achieved objective's additional equipment for duration of the map.
- OSM Adventure Comrades set with both full ammo and their favorite weapon are now also modified by gameplay mutators as if player.
> OSM Adventure player view can shake by both weapons and damage.  Player configurable.

What works:

- Major review of combat behaviors: Charging, MeleeAttack, RangedAttack, Retreating, etc.  Combat AI improved.
> AttitudeToPlayer ATTITUDE_Fear stabilized.
- Following creatures check potential enemies better. (assess threats to leader more often and can attack those who are targeting the leader)
> Extra gibs prevented in ScriptedMonsters.
> ScriptedCharacters more likely to properly loose their heads on headshot.
> Buoyancy properly set for all ScriptedMonster classes.
- OSM Adventure DeathScenes no longer play if max lives reached or unlimited lives set. (prevents frozen corpse)
- OSM Adventure EndGame time now 10 seconds.
As you can see, this will be a big update. Please join us if you haven't already. I can use the help in testing. Thank you.
__________________
- SuperApe

-= Unreal Geek =-= Flash Padawan =-= Animation Refugee =-


I donate to UnrealPlayground. How do you help UP?


Last edited by SuperApe; 02-09-2009 at 09:41 AM.
SuperApe is offline   Reply With Quote
Old 09-06-2008, 06:56 PM   #6
outpt.co.uk
Registered User
 
outpt.co.uk's Avatar
 
Join Date: Mar 2004
Posts: 1,141
Downloads: 3

I think a public beta might be one way forward - it would be a shame to let the work done for v1.5 get put to one side. There's some really cool stuff to play with in this sizely update - would recommend it to anyone dabbling around in OSMT or Singleplayer.

I've already given some comments, but if there is any further updates, I'll give it a whirl.
__________________


Join me online: SteamID: biv2k | XFire: biv | http://outpt.co.uk
outpt.co.uk is offline   Reply With Quote
Old 09-06-2008, 08:52 PM   #7
Lord_Simeon
beep...beep....beep...
 
Lord_Simeon's Avatar
 
Join Date: Apr 2002
Location: South Australia
Posts: 8,136
Downloads: 46

I'm about to start making another OSM map, had some great ideas last night while intoxicated
Lord_Simeon is offline   Reply With Quote
Old 09-07-2008, 08:19 AM   #8
SuperApe
Registered Monkey
 
SuperApe's Avatar
 
Join Date: Jan 2004
Location: Inna Jungle
Posts: 5,945
Downloads: 6

Woot!

I am so grateful for any support. Thank you!

Step #1 for anyone testing would be to replay a familiar map. Many of the changes are improvements over v.1.4, so it would be good to look at that now for comparison. Make note particularly of those things listed under "What works:" (and "Features Added:"), as those are primarily the improvements I've made so far in v.1.5. (Things like performance of following creatures, creatures in general combat, gib behavior, etc.)

I would like a chance to review the current state of v.1.5 and make sure it is safe for testing. Then I will provide a link. It won't be this weekend, but I'll get to that soon.

The more, the merrier!
__________________
- SuperApe

-= Unreal Geek =-= Flash Padawan =-= Animation Refugee =-


I donate to UnrealPlayground. How do you help UP?


Last edited by SuperApe; 09-07-2008 at 08:29 AM.
SuperApe is offline   Reply With Quote
Old 09-11-2008, 12:03 PM   #9
SuperApe
Registered Monkey
 
SuperApe's Avatar
 
Join Date: Jan 2004
Location: Inna Jungle
Posts: 5,945
Downloads: 6

I suppose at some point I should also disclose at least some of the features/changes for v1.5 that are only in the idea or working phases. Some are monumental tasks, so those may not be disclosed, but some are smaller tasks that I should be able to include. When I have my master ToDo list in front of me, I'll do a little parsing and post it. Things like:

Probably will do:
- Player config option to leave corpses instead of fading out dead creatures.

Probably will not do:
- "Warp Portal".

If anyone has suggestions of their own, please post them on the OSMT Discussions & Ideas thread. Thank you.
__________________
- SuperApe

-= Unreal Geek =-= Flash Padawan =-= Animation Refugee =-


I donate to UnrealPlayground. How do you help UP?

SuperApe is offline   Reply With Quote
Old 09-19-2008, 11:48 AM   #10
SuperApe
Registered Monkey
 
SuperApe's Avatar
 
Join Date: Jan 2004
Location: Inna Jungle
Posts: 5,945
Downloads: 6

If anyone who voted to help test could just post a quick "Me too", or shoot me a quick PM to that effect, I'll know who to expect comments from. I'm planning on releasing OSMT v.1.5 beta publicly this weekend (maybe tonight, maybe tomorrow morning), along with some specific things that need the most testing.

If we get a pretty good roll call, and people give me an idea about how much time they can spend on testing, I can probably streamline this by delegating specific tasks to specific testers, rather than dump the whole thing on each tester and say, "Have at it!". While I'd like all testers to try everything, I realize that may be somewhat unrealistic, and I'd rather get the most out of the generous offers of time and effort.

So, please give me a indicator of who's testing and how much time you have to help test over the next month or so.

Thank you!
__________________
- SuperApe

-= Unreal Geek =-= Flash Padawan =-= Animation Refugee =-


I donate to UnrealPlayground. How do you help UP?

SuperApe is offline   Reply With Quote
Old 09-19-2008, 08:42 PM   #11
Tempus
HyperGames 2K8 Member
 
Tempus's Avatar
 
Join Date: Jun 2007
Location: Lisbon Portugal
Posts: 126
Downloads: 215

Send a message via MSN to Tempus
I would like to test that but i already have some work with 3 mod games that im into as well my personal maps but i can give it a shot but i never map with osmt but i must admit when i was making my duke nukem map remake to ut2004 i was wondering on testing to make a single player map instead a multi player map as all maps i ever done.

Anyway i would have not much time but you can count me in
__________________
Webpage
DeviantArt
ModDB
YouTube
Tempus is offline   Reply With Quote
Old 09-19-2008, 10:04 PM   #12
King Mango
don't worry about it
 
King Mango's Avatar
 
Join Date: Feb 2003
Location: Just another lost Angyul
Posts: 7,245
Downloads: 27

Send a message via Yahoo to King Mango
I have really been wanting to get to an OSM map. My current state prevents me from making any commitments in the near future though...
With luck, Galveston will open back up to residents next week, and I will be able to get back in there and get settled before the holidays.
I have been dreaming about a SP project for a while. I just got my document mess sorted and have been back to work the two weeks before Ike, but as a result of Ike, I have 3 paychecks lost lol... On the plus side it will be nice to get them all at the same time. But as soon as I get back to work and find my own place I am going to slowly but surely start piecing the mess in my head together.
King Mango is offline   Reply With Quote
Old 09-20-2008, 06:39 AM   #13
Luctor
Registered User
 
Luctor's Avatar
 
Join Date: Feb 2008
Location: a
Posts: 15
Downloads: 40

I havenīt finished any OSM map yet, but I can help testing any basic aspect of the new version, replaying OSM maps, and including new features in my half-made maps and testing them.

I start my classes next week, but I hope I can get some time every afternoon for this.
Luctor is offline   Reply With Quote
Old 09-21-2008, 09:12 AM   #14
SuperApe
Registered Monkey
 
SuperApe's Avatar
 
Join Date: Jan 2004
Location: Inna Jungle
Posts: 5,945
Downloads: 6

Thumbs up OSMT v.1.5 Beta: Public Testing Open

Well, if you haven't already (...ert, or if you have already), head on over to the OSMT Beta testing thread. I've got a link to the beta download, which I just now had to update, due to utter stupidity. (the osmt package file was from five months ago )

Everything needs testing, including backwards compatibility with our OSM Adventure map archive and your own OSMT map projects, but there's a list of new things that need to be tested on the osmt beta testing thread. Also, there's a short list of guidelines for testing in a way that will save time and effort. Remember to comment on the beta testing thread, not here.

YAY! Thank you for testing, everyone!
__________________
- SuperApe

-= Unreal Geek =-= Flash Padawan =-= Animation Refugee =-


I donate to UnrealPlayground. How do you help UP?


Last edited by SuperApe; 09-21-2008 at 09:16 AM.
SuperApe is offline   Reply With Quote
Old 09-27-2008, 08:33 PM   #15
SuperApe
Registered Monkey
 
SuperApe's Avatar
 
Join Date: Jan 2004
Location: Inna Jungle
Posts: 5,945
Downloads: 6

^ Bump ^
__________________
- SuperApe

-= Unreal Geek =-= Flash Padawan =-= Animation Refugee =-


I donate to UnrealPlayground. How do you help UP?

SuperApe is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
OSMT for UT3 jingato Old Skool Monsta Toolz 21 10-06-2008 01:37 PM
OSMT for UT3 Vote Now!!! jingato UT3 General Discussion 0 02-16-2008 10:44 AM
OSMT question Nova Silisko Old Skool Monsta Toolz 13 10-12-2007 10:39 AM
Why we won't need OSMT for UT3... SuperApe UT3 General Discussion 16 04-10-2007 05:10 PM
OSMT Design Swag Old Skool Monsta Toolz 9 12-21-2006 11:59 AM


All times are GMT -5. The time now is 11:04 PM.


Powered by: vBulletin Version 3 something...
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Style and Content © 2001-2009 Unreal Playground