Counter-Strike 2

Counter-Strike 2

St. Mary
morozov  [developer] 8 Feb, 2015 @ 9:30am
Bugs, Low FPS, Low Optimization
Report problems on the map
< >
Showing 1-12 of 12 comments
XameleoH 8 Feb, 2015 @ 10:38am 
Ну что ж, плохая оптимизация и соответственно низкий fps во всех открытых местах - поэтому пока ничего хорошего не скажу.
morozov  [developer] 8 Feb, 2015 @ 10:48am 
Originally posted by Chaos_Engine:
Ну что ж, плохая оптимизация и соответственно низкий fps во всех открытых местах - поэтому пока ничего хорошего не скажу.
Хотел бы узнать какое у вас значение ФПС на карте (какие приделы от скольки и до скольки) Мне интересно в каких местах наблюдаются проблемы. В дальнейшем, я постараюсь улучшить оптимизацию.
___
Вот у меня, на официальных картах 60-80 фпс, на картах операций 45-60, на моей карте у меня выдает те же 48-60.
___
Спасибо за ваше внимание.

Last edited by morozov; 8 Feb, 2015 @ 10:50am
-=SeF=- 8 Feb, 2015 @ 11:18am 
Обратись к человеку-текстуре за помощью
_____
к Смолякову что ли?
Last edited by morozov; 8 Feb, 2015 @ 11:40pm
james 8 Feb, 2015 @ 10:12pm 
you dont clip stairs? why is this map so large in size? Material uses an out of range $detailblendmode of 8. Should be in [0,7].
Give a programmer a repro case, or look at your modified vmt files -- what is all this in console? you have nav mesh where players cannot get because of player clip -- have not even played a round yet.....
___________
Thank you, though I do not understand you osvmes (because of the language barrier) However, I will try to figure it out and fix your card. Thank U :)
Last edited by morozov; 8 Feb, 2015 @ 11:40pm
Ghostushka 11 Feb, 2015 @ 4:16am 
Стабильно 170+ фпс, никаких лагов нет. При этом стоят максимальные настройки.
Автор, на твоём месте я бы просто не слушал нытиков с ПК, которым по 8-10 лет. Если у них на минималках подвисает, то увы, нужно железо менять уже. А в целом, карта довольно красиво выполнена, мне нравится ;)
morozov  [developer] 11 Feb, 2015 @ 4:25am 
Originally posted by Ghostushka :3:
Стабильно 170+ фпс, никаких лагов нет. При этом стоят максимальные настройки.
Автор, на твоём месте я бы просто не слушал нытиков с ПК, которым по 8-10 лет. Если у них на минималках подвисает, то увы, нужно железо менять уже. А в целом, карта довольно красиво выполнена, мне нравится ;)

Спасибо за отзыв, если честно, до обновления, карта действительно имела проблемы с оптимизацией. После обновления, я постарался это исправить, результат, вполне играбельная карта. Сегодня вечером будет обновление, которое исправит множество маленьких ошибок, а так же будут некоторые корректировки (с учетом пожеланий игроков)
Надеюсь новое обновление вам понравиться))

Спасибо)

___

Thanks for the tip, to be honest, to update the card really had problems with optimization. After the upgrade, I tried to fix it, the result is quite playable card. Tonight will be an update that fixes a number of small errors, as well as there will be some adjustments (with the wishes of the players)
I hope you like the new update))

Thank U)
Last edited by morozov; 12 Feb, 2015 @ 7:42am
The metal fence on A site allows grenades right through it, btw this map is AWESOME.
Nitor 13 Feb, 2015 @ 4:15am 
Just a few things i found
http://imgur.com/a/1p7j5

___
Thank U)
Last edited by morozov; 13 Feb, 2015 @ 4:29am
Pickle Rick  [developer] 17 Feb, 2015 @ 1:55am 
There is definitely a performance impact in certain areas on this map.
https://steamhost.cn/steamcommunity_com/profiles/76561198010863844/screenshots/

I had a look a the map decompiled and there's a LOT of hint/skip brushes. I noticed that when I played the map there were hundreds of vis leaves in the same area. It might be worth disabling the brushes and letting the engine run a pass over it and start optimising again.

Some errors:
Invalid terrorist spawnpoint at (-251.7,-2641.9,-124.0)

Material uses an out of range $detailblendmode of 8. Should be in [0,7].
Give a programmer a repro case, or look at your modified vmt files
========================================================================
========================================================================
========================================================================
Host_NewGame on map workshop/389196152/de_stmary
KeyValues Error: LoadFromBuffer: missing { in file maps/de_toscan.kv

Failed to load maps/de_toscan.kv


Run around with mat_wireframe 3 and mat_leafvis 3 on.
Pickle Rick  [developer] 17 Feb, 2015 @ 9:00pm 
I'm happy to help you optimise it if you like

_____
Thank you, but I think that I will optimize the map yourself. The problems are mainly connected with the new models of trees. If the flowers I optimized, then the trees requires a special campaign.
Also I have repeatedly reported about problems when the engine renders the fact that he sees.
If I fail, I'll be glad to ask for help from you.
Last edited by morozov; 18 Feb, 2015 @ 10:13am
Pickle Rick  [developer] 18 Feb, 2015 @ 2:22pm 
ok, no problem. some of the vis leaves are cutting in weird ways, some in the map and some generated by engine around entities and props. If you are in T, you can see CT spawn behind building. You can set draw distance limit for the trees... maybe that help.
Pickle Rick  [developer] 22 Mar, 2015 @ 5:14am 
There's been a considerable amount of optimisation done to the map in the last 2-3 weeks, close to 50 hours worth. This includes:
- Optimising brushes, converting all detail to func_detail and all walkable spaces to displacement
- Converting some detail brushes to models
- Rebuilding entire sections, reducing or removing view blocking elements to reduce portals generated by vvis
- Placement of hints and portals to make the most of player positions and angles and render only what's present on screen
- Placement of occluders to hide props that aren't visible

After the above points were done, vvis portals were reduced by more than 3,000, which gave us flexibility for hint and portal placement. In the end, we compiled the map with 1,000 fewer portals than the 11.02.2015 update, but with 20% fps improvement across the map, and more than 50% in some areas.

All benchmarked areas of the map in the 21.03.2015 update, excepting one very high fps area (230+), perform significantly better, with the smallest improvement being 10%.

11.02.2015 Update
Closed spaces
High: 250
Low: 180
Avg: 215

Open spaces
High: 220
Low: 130
Avg: 163

21.03.2015 Update
Closed spaces
High: 270
Low: 210
Avg: 235

Open spaces
High: 270
Low: 160
Avg: 207
Last edited by Pickle Rick; 22 Mar, 2015 @ 5:15am
< >
Showing 1-12 of 12 comments
Per page: 1530 50