Regarding about this
post, because I have a little bit too much free time, I wrote a fanfic about an alternate ending based on that post (TL;DR it's about what if Chad(TM) alien invades Ellen's ship instead of the facehugger), which you can read it
here or
You must be registered to see the links
Regarding about this
post, I don't know whether this is the right thread to discuss this or not, but basically, I "somehow" managed to make anything but the facehugger spawn from the egg.
What I did was make enemy that in the same room as the egg spawn from the egg by instantiate that gameobject instead of facehugger.
in the code form, it's like this
- Find the "tag" of monster gameobject.tag
- Find the name of monster that in the same room as egg through gameobject.findobjectswithtag()
- Use gameobject.find() to find that monster that you want to spawn
This might look easy, but it is very limited because it can only spawn the monster in that in the same room with the egg, for example
- I can only spawn "tentacle" and "another egg" in the room directly under the central teleporter
- I can only spawn "tentacle", "worm", "another egg" in the room under under the central teleporter
However, To what I want, I have to find a way to
- Replace [Root]/Room_XX/Mon_List_Egg/Facehugger with [Root]/Room_XX/Mon_List_xx/[Monster's name]
If anyone knows how to do it, please continue to this
thread