No More Room in Hell

No More Room in Hell

35 个评价
nmo_salvage_v1_4
   
奖励
收藏
已收藏
取消收藏
类别: 任务地图
文件大小
发表于
更新日期
98.657 MB
9 月 8 日 下午 7:07
9 月 14 日 下午 5:06
5 项改动说明 ( 查看 )

订阅以下载
nmo_salvage_v1_4

描述
This is my 1st map. I intended it to be a runner map, so be warned it's not the best on normal mode. I found it very hard to balance for all the possible mutators (normal, runners, 10x runners, solo, 9 people, etc.) It is not recommended for beginners. There are several minor objective splits, and two separate endings. One of the endings was designed for 8 people, and i don't think it's possible solo. The other ending is possible solo. Please let me know if you come across any bugs, thanks.

Credits: Thanks to every official and custom mapmaker, i learned a lot by decompiling maps, especially Shelter and Subside, and maps by Porkchops4Lunch. The ZlineVscript I used was made by Thijs and Zool. Music by ThoughT and Aubrey Hodges. Thanks to everyone who tested it and gave me feedback, you were very helpful.
------------------------------------------
Это моя первая карта. Я задумывал ее как карту для бегунов, поэтому предупреждаю, что в обычном режиме она не самая лучшая. Мне было очень сложно сбалансировать ее для всех возможных мутаторов (обычный, бегуны, 10x бегуны, соло, 9 человек и т. д.). Не рекомендуется для новичков. Есть несколько небольших разделений целей и два отдельных финала. Один из финалов был разработан для 8 человек, и я не думаю, что его можно пройти в одиночном режиме. Другой финал можно пройти в одиночном режиме. Пожалуйста, сообщите мне, если вы обнаружите какие-либо ошибки, спасибо.
17 条留言
月海花千秋 10 月 8 日 上午 7:10 
Many players have reported frequent game crashes when playing this map on the server. When I attempted to run the map, after the mission started。

the server console displayed the following error:
info_particle_system () has no particle system name specified!

I'm unsure if this directly relates to the player crashes. I've tried using the mapshack from the comments section—it might help

This is a very good map:steamthumbsup:
Dante 10 月 5 日 下午 2:50 
hey SingerMR congrats man,
for a first map it is very well done. Great care went into making the survivors actually being able to complete their objectives, like being unable to lock an essential item, or if it gets displaced, it being placed again in its original position.

I also like a lot how you gave it various possible map routes, greately increasing map replayability.
The difficulty i'd say it is just right, i can see and feel the feedback you got from Homie throughout the whole map, though the last part is nuts, zombies just keep flooding the area until my pc literally was skipping their running animation frames oof.

I think we got ending A cause low player count but out of curiosity, what are the steps for getting ending B?

All in all a very enjoyable experience and i hope this is not the last map we get from you! :steamthis::steamthis::steamthis:
𝑀𝒾𝓈𝓈 𝒯𝒽𝑒 10 月 4 日 上午 5:42 
When entering the basement, every time there is a map boundary expansion update, the screen freezes and the game crashes. Is there a way to solve this problem?
SingerMR  [作者] 9 月 30 日 下午 11:51 
@T..T I've never gotten that error before, but it sounds like your game is trying to load the partice_rain in the center chamber and it's unable to find the particle file. Does it not appear for you? Try verifying the integrity of your game files. It's not custom rain, so you should have the same files as me.
T..T 9 月 30 日 下午 8:00 
Attemped to precache unknown particle system "rain"!
Attemped to precache unknown particle system "rain"!
Attemped to precache unknown particle system "rain_outer"!
Attemped to precache unknown particle system "rain_outer"!
Attempting to create unknown particle system 'rain_outer'

What should be done in this situation?
Debyaka from the Desert 9 月 22 日 上午 7:30 
Got a nice solo win on this:
https://www.youtube.com/watch?v=FSaeqA2a8SY
Addie 9 月 20 日 下午 4:56 
@Boodie_TN The crashes are due an oversized particle precipitation brush, it's too demanding for some PCs. If you wanna fix this locally you can create a Maphack to remove or replace the rain (with a non-particle version), like:


"Maphack"
{
"pre_entities"
{
$filter { "classname" "func_precipitation" }
}
}
Boodie_TN 9 月 20 日 下午 3:25 
@SingerMR, Okay, by looking on the console.log text and I have no clue nor idea why it crashes. I guess I cannot play this map. No worries. :steamsad:
Morgen 9 月 16 日 上午 11:41 
cool mapo, there is some collision problem in mario underwater level, ied part( i got stuck there and drowned) plz fix
SingerMR  [作者] 9 月 15 日 下午 3:02 
@Boodie_TN, in your steam library, if you right-click on the game, go to properties -> general -> launch options. In the launch options, type -condebug and it will create a console.log text file in your nmrih game folder. This log should say the reason for the crash.