Climbable, AV Climb Trigger, AV Climb Blocker

If you feel like you're up to the challenge of building your own Ages in Blender or 3ds Max, this is the place for you!
Post Reply
User avatar
Karkadann
Posts: 1224
Joined: Sun Aug 02, 2009 10:04 am
MOULa KI#: 58452
Location: Earth

Climbable, AV Climb Trigger, AV Climb Blocker

Post by Karkadann »

Iv been doing some experimenting with these items in the components manager and found out the seek point work but can not figure out why I can't get the AV to climb the wall. Has any body got these working or know why they don't, I understand they have them working in the DI shard on the Gerision wall, and I think Climbable would make an interesting addition to the fan made ages, If they can be figured out.

Thanks
I Don't Have A Cell Phone, I have Freedom!
User avatar
Christopher
Posts: 276
Joined: Mon Jul 19, 2010 3:25 am
MOULa KI#: 0

Re: Climbable, AV Climb Trigger, AV Climb Blocker

Post by Christopher »

Is your question if you can make something like a ladder, which the avatar can climb on? Andy made a tutorial about this:
http://wiki.openuru.org/index.php?title=Ladders_In_Max

Opa
User avatar
tachzusamm
Posts: 575
Joined: Thu May 29, 2008 2:03 am
MOULa KI#: 0
Location: Germany

Re: Climbable, AV Climb Trigger, AV Climb Blocker

Post by tachzusamm »

I think Karkadann meant real wall-climbing, without ladders.

Lontahv figured that out some while ago: http://forum.guildofwriters.org/viewtop ... ilit=climb
He did not use the 3DSMax plugin, though.
User avatar
Sirius
Posts: 1508
Joined: Mon Jul 26, 2010 4:46 am
MOULa KI#: 0
Location: France

Re: Climbable, AV Climb Trigger, AV Climb Blocker

Post by Sirius »

If that's wall climbing (4 directions + blockers as you can see in Gahreesen), the way Lontahv did it was only through Python, which is not seamless and not the best way (to my mind).

Currently the Wall uses PRP components (multistage behaviors) controlled by Python, that's not as easy but works better.

I was planning to create a script/tutorial to explain how to create a climbable wall based on the way the Gahreesen wall currently works but with more flexibility. I didn't finished it as I couldn't solve some problems (managing the way regions work) and as using it on the current Wall meant adding a lot of new regions/behaviors.
I think I can solve these though.
User avatar
Karkadann
Posts: 1224
Joined: Sun Aug 02, 2009 10:04 am
MOULa KI#: 58452
Location: Earth

Re: Climbable, AV Climb Trigger, AV Climb Blocker

Post by Karkadann »

So does this aspect of the Max plugins work, or is it redundant code like the ExVehicle?
I Don't Have A Cell Phone, I have Freedom!
User avatar
Sirius
Posts: 1508
Joined: Mon Jul 26, 2010 4:46 am
MOULa KI#: 0
Location: France

Re: Climbable, AV Climb Trigger, AV Climb Blocker

Post by Sirius »

This is broken in the game engine, so even though I assume you'll be able to export it, once the climbing region is triggered Plasma will crash.

The current Wall on DI no longer uses these PRP components, they were replaced by a Python script linked to more "common" objects as regions and multistage behavior.

So, the default PRP object in Max won't work, but creating multistage behaviors with regions and controlling them with Python should be possible. Wiring this in Max should be easy (as long as you know how to link PRP object to the Python script), and IF I can write the necessary Python file it should work.
We just need the Python script.
User avatar
Karkadann
Posts: 1224
Joined: Sun Aug 02, 2009 10:04 am
MOULa KI#: 58452
Location: Earth

Re: Climbable, AV Climb Trigger, AV Climb Blocker

Post by Karkadann »

OK where to we get the Python script?
I Don't Have A Cell Phone, I have Freedom!
User avatar
Sirius
Posts: 1508
Joined: Mon Jul 26, 2010 4:46 am
MOULa KI#: 0
Location: France

Re: Climbable, AV Climb Trigger, AV Climb Blocker

Post by Sirius »

I will try to write it this weekend, if I have time... it might take longer though.

I'll keep you in touch if I manage to get it working.
User avatar
Karkadann
Posts: 1224
Joined: Sun Aug 02, 2009 10:04 am
MOULa KI#: 58452
Location: Earth

Re: Climbable, AV Climb Trigger, AV Climb Blocker

Post by Karkadann »

No hurry, all good things take time, although.........

I wonder if this is the sort of thing you can include in the new plugins for max 10, 11, 12?
I Don't Have A Cell Phone, I have Freedom!
Post Reply

Return to “Building”