Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
make a note not accessible
Lake Offline
Member

Posts: 58
Threads: 20
Joined: Jul 2012
Reputation: 0
#1
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
Find
GoranGaming Offline
Member

Posts: 183
Threads: 30
Joined: Feb 2012
Reputation: 7
#2
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
Website Find
Robby Offline
Posting Freak

Posts: 2,549
Threads: 38
Joined: Jun 2009
Reputation: 47
#3
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
Website Find
Kreekakon Offline
Pick a god and pray!

Posts: 3,063
Threads: 70
Joined: Mar 2012
Reputation: 124
#4
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.

[Image: Tv0YgQb.gif]
Image by BandyGrass
09-07-2012, 05:07 PM
Find
Kiwi2703 Offline
Junior Member

Posts: 27
Threads: 5
Joined: Sep 2012
Reputation: 2
#5
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 Wink
09-07-2012, 05:17 PM
Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#6
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
Find
Robby Offline
Posting Freak

Posts: 2,549
Threads: 38
Joined: Jun 2009
Reputation: 47
#7
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
Website Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#8
RE: make a note not accessible

Putting down the DAE file that represents the note should have worked, but there's also SetEntityInteractionDisabled.

Tutorials: From Noob to Pro
09-07-2012, 07:03 PM
Website Find
FlawlessHappiness Offline
Posting Freak

Posts: 3,980
Threads: 145
Joined: Mar 2012
Reputation: 171
#9
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
Find
Theforgot3n1 Offline
Member

Posts: 192
Threads: 20
Joined: Apr 2012
Reputation: 6
#10
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.

Confusion: a Custom Story - Ch1 for play!
http://www.frictionalgames.com/forum/thread-15477.html
About 50% built.
Delayed for now though!
09-08-2012, 09:36 AM
Website Find




Users browsing this thread: 1 Guest(s)