SOMA
51 evaluări
[Tutorial] Create A Room Tutorial
   
Premiază
Adaugă la preferate
Preferat
Elimină din preferate
Dimensiunea fișierului
Postat
9.768 MB
19 mart. 2017 la 2:08
1 jurnal de actualizare ( vizionare )

Abonează-te pentru a descărca
[Tutorial] Create A Room Tutorial

Descriere
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 comentarii
Lord Bloodfart 19 mart. 2024 la 16:17 
thank you so much for this!
By the way the discord link needs an update :(
The Mastermind 18 iul. 2022 la 12:33 
Thank you comrade
Thaumiel 1 febr. 2021 la 17:22 
It was lost.
Kevin Loondren 26 nov. 2019 la 10:36 
Where is the Setting up monsters map tutorial you made? I thought you said you would release it on the steam workshop...
Ketesi 21 mart. 2018 la 4:43 
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 dec. 2017 la 3:14 
THANKS
FooJay 16 oct. 2017 la 1:54 
@Draugemalf Thanks
Draugemalf  [autor] 16 oct. 2017 la 0:39 
@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_*");
FooJay 15 oct. 2017 la 23:31 
I Was Wondering How To Make Proxies Work. Spawning In Another Enemy Is Easy, But The Proxies Don't Show Up..
K 26 iul. 2017 la 8:49 
This is very helpful thank you!