Jump to content

Recommended Posts

Posted

[EN]

Hi all. When developing the map for CS:GO, I ran into a rendering problem.

The compiler stops in the middle of compiling "BuildWithLeafs" (screenshot 1) and writes "Finished. Type any key to close" as it usually happens when the map render is completely finished.

Using the exclusion method (render separately), I realized that this was due to a certain segment of my map (screenshot 2), but in this segment I did not find anything that could greatly affect the optimization, very simple walls were made there and props were set. If I delete this segment of the map, the render calmly reaches the end, but I can’t just delete it like that.

I Compiling in Fast mode. Compilation takes about 10 minutes, there are about 3000 numportals. (sorry for bad english)

I also provide the compiler log.

If you need clarifying questions, please ask! I will answer everyone!

[RU]

Всем привет. При разработке карты для CS:GO столкнулся с проблемой рендера. Компилятор останавливается по середине компиляции "Buildvisleafs" (скриншот 1) и пишет "Finished. Type any key to close" как бывает обычно когда рендер карты полностью окончен.
Методом исключения (рендерил по отдельности) я понял что это из-за определенного отрезка моей карты (скриншот 2), но в этом отрезке я не нашел ничего что может сильно влиять на оптимизацию, там сделаны очень простые стены и поставлены пропы. Если удалить этот отрезок карты, рендер спокойно доходит до конца, но я не могу его просто так удалить.

Компилирую на режиме Фаст. Компиляция занимает примерно 10 минут, имеется около 3000 нумпорталов.

Так же предоставляю лог компилятора.

Если нужны уточняющие вопросы, спрашивайте! Отвечу всем!

Visleaf2.JPG

Visleaf1.JPG

Compile log.txt

Posted
On 8/31/2022 at 4:32 PM, trapphysic said:

I Compiling in Fast mode

To determine actual causes during compile, it's best to compile in full (with all the options, like -staticproplighting -staticproppolys -textureshadows), to see if the problem also appears there. If not, it might just be due to fast compile settings. If it also happens there, then you have another problem at hand. From your description and compile log, I can't immediatly determine anything, but you can always hit Alt+P and see if Hammer shows you any problems that need to be fixed.

Quote

Error! prop_static using model "models/props/cs_office/trash_can_p4.mdl", which must be used on a dynamic entity (i.e. prop_physics). Deleted.
Error loading studio model "models/props/cs_office/trash_can_p4.mdl"!
Error! prop_static using model "models/props/de_inferno/potted_plant2_simple.mdl", which must be used on a dynamic entity (i.e. prop_physics). Deleted.
Error loading studio model "models/props/de_inferno/potted_plant2_simple.mdl"!
Error! prop_static using model "models/props/cs_office/trash_can.mdl", which must be used on a dynamic entity (i.e. prop_physics). Deleted.
Error loading studio model "models/props/cs_office/trash_can.mdl"!
Error! To use model "models/props/de_inferno/hr_i/inferno_potted_plant/inferno_potted_plant.mdl"
      with prop_static, it must be compiled with $staticprop!
Error loading studio model "models/props/de_inferno/hr_i/inferno_potted_plant/inferno_potted_plant.mdl"!
Error! prop_static using model "models/props/cs_office/plant01.mdl", which must be used on a dynamic entity (i.e. prop_physics). Deleted.
Error loading studio model "models/props/cs_office/plant01.mdl"!

Are all these props inside that specific segment of your map? If so, it's likely the cause of your problem. I don't think it should be, I've never seen a compile fail due to incorrect use of a prop type (as the compiler tells you, Hammer literally deletes these from the map), but that could be a start.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...