SOMA
50 értékelés
[Tutorial] Create A Room Tutorial
   
Díjazás
Kedvenc
Kedvenc
Törlés
Fájlméret:
Közzétéve:
9.768 MB
2017. márc. 19., 2:08
1 változásjegyzék ( megnézés )

Feliratkozás a letöltéshez
[Tutorial] Create A Room Tutorial

Leírás
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 megjegyzés
Lord Bloodfart 2024. márc. 19., 16:17 
thank you so much for this!
By the way the discord link needs an update :(
The Mastermind 2022. júl. 18., 12:33 
Thank you comrade
𝙰𝙿𝙾𝚂𝚃𝙰𝚃𝙴 2021. febr. 1., 17:22 
It was lost.
Kevin Loondren 2019. nov. 26., 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 2018. márc. 21., 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 2017. dec. 3., 3:14 
THANKS
Lac 2017. okt. 16., 1:54 
@Draugemalf Thanks
Draugemalf  [készítő] 2017. okt. 16., 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_*");
Lac 2017. okt. 15., 23:31 
I Was Wondering How To Make Proxies Work. Spawning In Another Enemy Is Easy, But The Proxies Don't Show Up..
K 2017. júl. 26., 8:49 
This is very helpful thank you!