Talk:Dump entity sizes: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
{{unsigned|Bacardi}}
{{unsigned|Bacardi}}
: 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 {{notepadpp|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) "(\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. --[[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) "(\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. --[[User:Kr0tchet|leonidakarlach]] ([[User talk:Kr0tchet|talk]]) 01:19, 7 April 2025 (PDT)

Revision as of 01:20, 7 April 2025

Hi! Welcome to discuss about this wiki page.

Comment in sections or create new one if you want ask something.

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. --leonidakarlach (talk) 01:19, 7 April 2025 (PDT)