Lake
Member
Posts: 58
Threads: 20
Joined: Jul 2012
Reputation:
0
|
make a note not accessible
I want to place a note but I do not want this note is collected, or that a user approaches the note can not collect. In level editor put "static object" but the note is still collecting. How can I do?
(This post was last modified: 09-07-2012, 07:58 PM by Lake.)
|
|
09-07-2012, 03:05 PM |
|
GoranGaming
Member
Posts: 183
Threads: 30
Joined: Feb 2012
Reputation:
7
|
RE: make a note not accessible
You can't. You will have to create a new model that looks exactly the same and is not a note.
Current projects:
The Dark Prison 85 % (Stopped working on this one)
Unnamed Project 7 %
|
|
09-07-2012, 05:02 PM |
|
Robby
Posting Freak
Posts: 2,549
Threads: 38
Joined: Jun 2009
Reputation:
47
|
RE: make a note not accessible
(09-07-2012, 05:02 PM)GoranGaming Wrote: You can't. You will have to create a new model that looks exactly the same and is not a note. Or try placing a blockbox on the note itself. It is in "technical" in the level editor. Invisible in-game, but visible in the editor. Not sure if this works, though.
Infrequently active. Don't expect an immediate response. Best to contact me at a different locale. If I create a thread, expect me to be quite active.
|
|
09-07-2012, 05:05 PM |
|
Kreekakon
Pick a god and pray!
Posts: 3,063
Threads: 70
Joined: Mar 2012
Reputation:
124
|
RE: make a note not accessible
(09-07-2012, 05:05 PM)Nemet Robert Wrote: Or try placing a blockbox on the note itself. It is in "technical" in the level editor. Invisible in-game, but visible in the editor. Not sure if this works, though. It works, although it's not viable if you want the note to move for whatever reason.
If all you want is a "piece of paper" in your map, there are a few things which can substitute for that in the editor which are not notes.
|
|
09-07-2012, 05:07 PM |
|
Kiwi2703
Junior Member
Posts: 27
Threads: 5
Joined: Sep 2012
Reputation:
2
|
RE: make a note not accessible
(09-07-2012, 05:05 PM)Nemet Robert Wrote: (09-07-2012, 05:02 PM)GoranGaming Wrote: You can't. You will have to create a new model that looks exactly the same and is not a note. Or try placing a blockbox on the note itself. It is in "technical" in the level editor. Invisible in-game, but visible in the editor. Not sure if this works, though. The blockbox won't work, but the Invisible_box_mass will
|
|
09-07-2012, 05:17 PM |
|
FlawlessHappiness
Posting Freak
Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation:
171
|
RE: make a note not accessible
Or you could surround it by an area and make the area have an interact callback. With this callback you could provide a message like: "I should not read this right now"
Trying is the first step to success.
|
|
09-07-2012, 05:58 PM |
|
Robby
Posting Freak
Posts: 2,549
Threads: 38
Joined: Jun 2009
Reputation:
47
|
RE: make a note not accessible
(09-07-2012, 05:58 PM)beecake Wrote: Or you could surround it by an area and make the area have an interact callback. With this callback you could provide a message like: "I should not read this right now" That won't stop players from reading the note, though. You CAN still pick it up, but to do that, you just need to be inside the script zone that you can interact with. It happened to me.
Infrequently active. Don't expect an immediate response. Best to contact me at a different locale. If I create a thread, expect me to be quite active.
|
|
09-07-2012, 05:59 PM |
|
Your Computer
SCAN ME!
Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation:
235
|
RE: make a note not accessible
Putting down the DAE file that represents the note should have worked, but there's also SetEntityInteractionDisabled.
|
|
09-07-2012, 07:03 PM |
|
FlawlessHappiness
Posting Freak
Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation:
171
|
RE: make a note not accessible
(09-07-2012, 05:59 PM)Nemet Robert Wrote: (09-07-2012, 05:58 PM)beecake Wrote: Or you could surround it by an area and make the area have an interact callback. With this callback you could provide a message like: "I should not read this right now" That won't stop players from reading the note, though. You CAN still pick it up, but to do that, you just need to be inside the script zone that you can interact with. It happened to me. Not if the note is on a table, and the area is only just covering the note... The player would not be able to get inside the area
Trying is the first step to success.
|
|
09-07-2012, 08:50 PM |
|
Theforgot3n1
Member
Posts: 192
Threads: 20
Joined: Apr 2012
Reputation:
6
|
RE: make a note not accessible
(09-07-2012, 07:03 PM)Your Computer Wrote: Putting down the DAE file that represents the note should have worked, but there's also SetEntityInteractionDisabled. Just use SetEntityInteractionDisabled on the note and it's fixed.
That's what I did on my first map.
|
|
09-08-2012, 09:36 AM |
|
|