Talk:Dump entity sizes: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Standardize intro)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Hi! Welcome to discuss about this wiki page.<br />
{{discussion page}}
 
Comment in sections or [https://developer.valvesoftware.com/w/index.php?title=Talk:Dump_entity_sizes&action=edit&section=new create new one] if you want ask something.
__TOC__
__TOC__
== Does this page "style" look good and else ? Pls, comment here. ==
== Does this page "style" look good and else ? Pls, comment here. ==
Line 14: Line 12:
: Gonna put it here in case if the video might go down for whatever reasons:
: Gonna put it here in case if the video might go down for whatever reasons:
:First, open {{npp|1}} and the game, and after submitting {{Code|dump_entity_sizes}}, copy everything from the first entity (usually {{code|_firesmoke}}) all the way to the end, paste it on Notepad++
:First, open {{npp|1}} and the game, and after submitting {{Code|dump_entity_sizes}}, copy everything from the first entity (usually {{code|_firesmoke}}) all the way to the end, paste it on Notepad++
:Next, go to Search > Replace (or {{key|Ctrl}} + {{Key|H}}), then type (or copy) "{{code|(\d+)\s+(\w)}}" on "Find what:" (without quotes), and type (or copy) "{{code|$1\r\n$2}}" on "Replace with:" (without quotes). Set search mode to Regular expression, then Replace All. --[[User:Kr0tchet|leonidakarlach]] ([[User talk:Kr0tchet|talk]]) 01:19, 7 April 2025 (PDT)
:Next, go to Search > Replace (or {{key|Ctrl}} + {{Key|H}}), then type (or copy) "{{code|(\d+)\s+(\w)}}" on "Find what:" (without quotes), and type (or copy) "{{code|$1\r\n$2}}" on "Replace with:" (without quotes). Set search mode to Regular expression, then Replace All. After this, put "{{code|(\w+)(\:.*)}}" on "Find what:" (without quotes), and type (or copy) "{{code|<nowiki>[[$1]]$2</nowiki>}}" on "Replace with:" (without quotes), Replace All. And done. --[[User:Kr0tchet|leonidakarlach]] ([[User talk:Kr0tchet|talk]]) 01:19, 7 April 2025 (PDT)
::Weird thing I noticed in some game is the alphaetical order being messed up. For example if you check l4d1 some entries are out of order and it was different each time I did dump_entity_sizes iirc. Not sure how that even happens. Similar thing happened in the latest {{hl2dm}} and I ordered it via a python script in that case --[[User:Nescius|Nescius]] ([[User talk:Nescius|talk]]) 01:27, 7 April 2025 (PDT)
::Weird thing I noticed in some game is the alphaetical order being messed up. For example if you check l4d1 some entries are out of order and it was different each time I did dump_entity_sizes iirc. Not sure how that even happens. Similar thing happened in the latest {{hl2dm}} and I ordered it via a python script in that case --[[User:Nescius|Nescius]] ([[User talk:Nescius|talk]]) 01:27, 7 April 2025 (PDT)
:::Quite sure now this issue is same as what I mentioned [[Talk:Developer_console#Sometimes_console_output_is_out_of_order|here]] caused by "mat_queue_mode 1" --[[User:Nescius|Nescius]] ([[User talk:Nescius|talk]]) 19:02, 11 April 2025 (PDT)
:::Quite sure now this issue is same as what I mentioned [[Talk:Developer_console#Sometimes_console_output_is_out_of_order|here]] caused by "mat_queue_mode 1" --[[User:Nescius|Nescius]] ([[User talk:Nescius|talk]]) 19:02, 11 April 2025 (PDT)

Latest revision as of 06:45, 22 May 2025

Icon-message-48px.png
This is the discussion page of Dump entity sizes. To add a comment, use the Edit button near the headline of the appropriate section. To create a new section, you can use the Add topic button at the top of this page.
Comments on talk pages should be signed with "~~~~", which will be converted into your signature and a timestamp.

Does this page "style" look good and else ? Pls, comment here.

What you think. Should these stuff separate in different pages... or keep it all in one page ? --Bacardi (talk) 08:20, 3 October 2017 (UTC)

How I add entity class lists in wiki page (Youtube Video)

Here fast record, how I do it.
https://www.youtube.com/watch?v=DwemzxcPo4M Unsigned comment added by Bacardi (talkcontribs) Always sign your posts with four tildes (~~~~)

Gonna put it here in case if the video might go down for whatever reasons:
First, open Notepad++ and the game, and after submitting dump_entity_sizes, copy everything from the first entity (usually _firesmoke) all the way to the end, paste it on Notepad++
Next, go to Search > Replace (or Ctrl + H), then type (or copy) "(\d+)\s+(\w)" on "Find what:" (without quotes), and type (or copy) "$1\r\n$2" on "Replace with:" (without quotes). Set search mode to Regular expression, then Replace All. After this, put "(\w+)(\:.*)" on "Find what:" (without quotes), and type (or copy) "[[$1]]$2" on "Replace with:" (without quotes), Replace All. And done. --leonidakarlach (talk) 01:19, 7 April 2025 (PDT)
Weird thing I noticed in some game is the alphaetical order being messed up. For example if you check l4d1 some entries are out of order and it was different each time I did dump_entity_sizes iirc. Not sure how that even happens. Similar thing happened in the latest Half-Life 2: Deathmatch and I ordered it via a python script in that case --Nescius (talk) 01:27, 7 April 2025 (PDT)
Quite sure now this issue is same as what I mentioned here caused by "mat_queue_mode 1" --Nescius (talk) 19:02, 11 April 2025 (PDT)