SOMA
50 évaluations
[Tutorial] Create A Room Tutorial
   
Récompenser
Ajouter aux favoris
Favoris
Retirer des favoris
Taille du fichier
Publié le
9.768 MB
19 mars 2017 à 2h08
1 note de changement ( voir )

S'abonner pour télécharger
[Tutorial] Create A Room Tutorial

Description
This is my attempt at making some basic HPL3 Editor tutorials.
This is the map that I've been working on in those tutorials. You can find the folder in Steam\steamapps\workshop\content\282140\
If there is any other aspect of HPL3 modding that you'd wish to know more about, tell me and I'll try to also make another tutorial covering that.
Link to youtube playlist: https://www.youtube.com/playlist?list=PLwJXvfVZGcJljQs1G-rAnipVf5SeuXawX
Link to ModDb version: http://www.moddb.com/mods/tutorial-create-a-room-map-file

Want to learn more about SOMA mods and interact with the modding community? Here's the discord server: https://discord.gg/sXKZ9R2
15 commentaires
Lord Bloodfart 19 mars 2024 à 16h17 
thank you so much for this!
By the way the discord link needs an update :(
The Mastermind 18 juil. 2022 à 12h33 
Thank you comrade
𝙰𝙿𝙾𝚂𝚃𝙰𝚃𝙴 1 févr. 2021 à 17h22 
It was lost.
Kevin Loondren 26 nov. 2019 à 10h36 
Where is the Setting up monsters map tutorial you made? I thought you said you would release it on the steam workshop...
Ketesi 21 mars 2018 à 4h43 
Nice! Without even looking in the editor, you can see the important parts, like how the water-environment is built up out of the water-effect, and enough stuff to cover the visual area, but not much more. There does appear to be a lighting bug in the... second room/hallway thing, and one of the doors there has a bit of an oddity on the lower right, but that's it.
Mr e-RL 3 déc. 2017 à 3h14 
THANKS
Lac 16 oct. 2017 à 1h54 
@Draugemalf Thanks
Draugemalf  [créateur] 16 oct. 2017 à 0h39 
@FooN You have to do some stuff with scripting, and set up some spawn points. Proxies can appear all across the map if not patrolling and will spawn when the player makes noise. Should be something like this:

Entity_SetActive("puppet",true);
AttackMeter_SetAttackerTeleportPosition("puppetSpawn_*");
Lac 15 oct. 2017 à 23h31 
I Was Wondering How To Make Proxies Work. Spawning In Another Enemy Is Easy, But The Proxies Don't Show Up..
K 26 juil. 2017 à 8h49 
This is very helpful thank you!