continueing the Gravity topic

Have questions about CoD/UO mapping that aren't covered in the tutorials section? Post here!

Moderator: Core Staff

User avatar
Moriar
CJ Newbie
CJ Newbie
Posts: 88
Joined: March 12th, 2006, 8:15 pm
Location: The Netherlands

continueing the Gravity topic

Post by Moriar » September 4th, 2006, 1:01 pm

Sorry for posting this new topic but this might work :D


when you create for example a trigger_use, and you press n...
you get this list:

Code: Select all

when activated will use its target

"delay" - time (in seconds) before it can be used again

"offnoise" - specifies an alternate sound

"cursorhint" - sets the cursor hint icon to display when the player looks at it. Default is HINT_ACTIVATE.

"hintstring" - hint string to display over the icon. Auto replaces [Use] with the key the player must press. Example: "Press [Use] to plant the bomb"



"cursorhint" cursor types:

	HINT_INHERIT

	HINT_NONE		

	HINT_ACTIVATE

	HINT_NOACTIVATE

	HINT_DOOR

	HINT_DOOR_LOCKED

	HINT_MG42

	HINT_HEALTH

	HINT_LADDER

	HINT_EXIT

	HINT_FRIENDLY

I am able to use those commands, but can I also activate them by a script?
if I can it might be able to set gravity in a specific area 8) 8) 8)

User avatar
Drofder2004
Core Staff
Core Staff
Posts: 13315
Joined: April 13th, 2005, 8:22 pm
Location: UK, London

Post by Drofder2004 » September 4th, 2006, 2:28 pm

I fail to see how anything here will do area-specific gravity.
Image
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010

creator
CJ Worshipper
CJ Worshipper
Posts: 492
Joined: July 6th, 2006, 11:37 pm
Location: The Netherlands
Contact:

Post by creator » September 4th, 2006, 4:04 pm

Drofder2004 wrote:I fail to see how anything here will do area-specific gravity.
cant see it either... it will just change the whole map unless u use trig multiple or such as that and make a specific area with it where u want the gravity changes
Cod 1 Mapper&Modder&Moddeler

creator
CJ Worshipper
CJ Worshipper
Posts: 492
Joined: July 6th, 2006, 11:37 pm
Location: The Netherlands
Contact:

Post by creator » September 4th, 2006, 4:09 pm

cant edit for some reason
talked to him and i think he means: if he can use those commands in a script without typing it in the enity box
if it can ( he says ) its possible to make the gravity work
Cod 1 Mapper&Modder&Moddeler

User avatar
Drofder2004
Core Staff
Core Staff
Posts: 13315
Joined: April 13th, 2005, 8:22 pm
Location: UK, London

Post by Drofder2004 » September 4th, 2006, 6:28 pm

I will say this again (like many people have said)...

Gravity CAN be changed via script... but NOT area specific.
Image
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010

User avatar
Soviet
Core Staff
Core Staff
Posts: 7762
Joined: April 23rd, 2005, 9:12 pm

Post by Soviet » September 4th, 2006, 7:07 pm

maybe you people should listen to drofder and shut the hell up...he tends to be right about these things

User avatar
Moriar
CJ Newbie
CJ Newbie
Posts: 88
Joined: March 12th, 2006, 8:15 pm
Location: The Netherlands

Post by Moriar » September 5th, 2006, 7:27 pm

You probably don't understand what I mean....

I mean: can I activate this?--->

Code: Select all

"hintstring" - hint string to display over the icon. Auto replaces [Use] with the key the player must press. Example: "Press [Use] to plant the bomb"
by editing the script?...its not that hard to understand :wink:
add a hintstring in a script :)

just like: give a brush a targetname(targetname123) and then in the script you do: targetname123 (and then add a key and value to it)

I really hope someone understand now :roll:

User avatar
Drofder2004
Core Staff
Core Staff
Posts: 13315
Joined: April 13th, 2005, 8:22 pm
Location: UK, London

Post by Drofder2004 » September 6th, 2006, 1:04 am

Yeh but how is a hintstring going to do anything with gravity?

hintstrings simply put a message on a trigger?
If you want to change that, I believe...

trig = getent("trig","targetname");
trig.hintstring = "New trigger Hintstring";

untested.
Image
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010

User avatar
Marshall
CJ Spammer!
CJ Spammer!
Posts: 820
Joined: December 10th, 2005, 11:28 am
Location: UK

Post by Marshall » September 6th, 2006, 10:20 am

lol :shock:



Marshall

User avatar
Moriar
CJ Newbie
CJ Newbie
Posts: 88
Joined: March 12th, 2006, 8:15 pm
Location: The Netherlands

Post by Moriar » September 6th, 2006, 3:17 pm

no it doesn't do anything with Gravity, but if it works...It will work the same on gravity :D

hopefully...


So it would be this:

Code: Select all

trig1= getent("triggrav1getname");
trig1gravity = "800";
and all other worldspawns (or trigger, need to find out) this:

Code: Select all

trig1= getent("triggrav2rgetname");
trig2gravity = "100";
So that one in the specific area for the low gravity :D

Hope it works

User avatar
Moriar
CJ Newbie
CJ Newbie
Posts: 88
Joined: March 12th, 2006, 8:15 pm
Location: The Netherlands

Post by Moriar » September 6th, 2006, 4:10 pm

Then its not a trigger....but a worldspawn :D

Then it should work

User avatar
Drofder2004
Core Staff
Core Staff
Posts: 13315
Joined: April 13th, 2005, 8:22 pm
Location: UK, London

Post by Drofder2004 » September 6th, 2006, 5:41 pm

You can ONLY cahnge the WORLDSPAWN gravity, not a SPECIFIC AREA.

If you change the gravity, the entire map will be affected.
Image
Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010

User avatar
Nightmare
Core Staff
Core Staff
Posts: 2688
Joined: January 12th, 2006, 10:09 pm
Contact:

Post by Nightmare » September 6th, 2006, 9:18 pm

how hard is it for people to understand?
Coding is Poetry. Mapping is Art.
"Cause im the sexiest mapper ever...except for nm, that sexy man" - Soviet

-=[CoDJumper.com Movies]=-
[Ambush] || [Backlot] || [Bloc] || [Bog] || [Broadcast] || [Chinatown] || [Countdown]
[Crash] || [Creek] || [Crossfire] || [District] || [Downpour] || [Killhouse] || [Overgrown]
[Pipeline] || [Shipment & Wetwork] || [Showdown] || [Strike] || [Vacant]

User avatar
Soviet
Core Staff
Core Staff
Posts: 7762
Joined: April 23rd, 2005, 9:12 pm

Post by Soviet » September 6th, 2006, 11:22 pm

Soviet wrote:maybe you people should listen to drofder and shut the hell up...he tends to be right about these things

User avatar
Moriar
CJ Newbie
CJ Newbie
Posts: 88
Joined: March 12th, 2006, 8:15 pm
Location: The Netherlands

Post by Moriar » September 7th, 2006, 7:14 am

maybe it doesn't work :(

but cant you change 1 worldspawn to gravity: 100 and the other gravity: 800 ?

Im still hoping it will work :roll:

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests