Raised This Month: $ Target: $400
 0% 

Creating a ladder.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dutchmeat
Senior Member
Join Date: Sep 2006
Old 01-25-2007 , 05:48   Re: Creating a ladder.
Reply With Quote #1

create a illusionary ladder! ( )
__________________
before you criticize someone, you should walk a mile in their shoes. that way, when you criticize them, you're a mile away and you have their shoes.
dutchmeat is offline
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 01-25-2007 , 12:09   Re: Creating a ladder.
Reply With Quote #2

Thank you all. I've tryed some different combinations and it didn't really work well... I can't climb it. It looks like I'm lagging my way trough it.
Code:
#define ORIGIN { 0.0, -400.0, -350.0 } #define ABSMAX {-958.0, 1474.0, -94.0} #define ABSMIN {-978.0, 1342.0, -3042.0}         ent = engfunc(EngFunc_CreateNamedEntity, engfunc(EngFunc_AllocString, "func_ladder"))     if ( ent ) {         set_pev(ent, pev_origin, ORIGIN)         set_pev(ent, pev_solid, SOLID_BSP)         set_pev(ent, pev_movetype, MOVETYPE_PUSH)         engfunc(EngFunc_SetModel, ent, "*12")         set_pev(ent, pev_modelindex, 13)         set_pev(ent, pev_absmin, ABSMIN)         set_pev(ent, pev_absmax, ABSMAX)     }

Last edited by [ --<-@ ] Black Rose; 01-25-2007 at 12:14.
[ --<-@ ] Black Rose is offline
lunarwolfx
Member
Join Date: Feb 2005
Old 01-26-2007 , 21:10   Re: Creating a ladder.
Reply With Quote #3

Quote:
Originally Posted by [ --<-@ ] Black Rose View Post
Thank you all. I've tryed some different combinations and it didn't really work well... I can't climb it. It looks like I'm lagging my way trough it.
Code:
#define ORIGIN { 0.0, -400.0, -350.0 } #define ABSMAX {-958.0, 1474.0, -94.0} #define ABSMIN {-978.0, 1342.0, -3042.0}         ent = engfunc(EngFunc_CreateNamedEntity, engfunc(EngFunc_AllocString, "func_ladder"))     if ( ent ) {         set_pev(ent, pev_origin, ORIGIN)         set_pev(ent, pev_solid, SOLID_BSP)         set_pev(ent, pev_movetype, MOVETYPE_PUSH)         engfunc(EngFunc_SetModel, ent, "*12")         set_pev(ent, pev_modelindex, 13)         set_pev(ent, pev_absmin, ABSMIN)         set_pev(ent, pev_absmax, ABSMAX)     }
The problem might be because you need to take a brush that has the aaatrigger texture.

Last edited by lunarwolfx; 01-27-2007 at 00:42. Reason: changed aaatexture to aaatrigger
lunarwolfx is offline
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 01-27-2007 , 12:30   Re: Creating a ladder.
Reply With Quote #4

Quote:
Originally Posted by lunarwolfx View Post
The problem might be because you need to take a brush that has the aaatrigger texture.
and what exactly is the "brush"? It has the same model, modelindex, absmin, absmax as an existing ladder.
[ --<-@ ] Black Rose is offline
Reply



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

Forum Jump


All times are GMT -4. The time now is 22:30.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode