I posted a version of this over at TF2Maps.net, figured CS:GO deserved one too.[/b]
This is a concise list of things you should address before releasing your next iteration. Some are questions you should only need to ask once per map and not all are necessary to include in your alpha or even beta releases, but you should consider each by the time you are ready to enter your final iterations.[/b]
Pre-compile[/b]
Are all my visgroups checked?[/b]
Is there anything in quick hide?[/b]
Have I checked for errors (alt-p)?[/b]
Did I place cubemaps?[/b]
Have I properly playerclipped stairs and map boundaries where appropriate?[/b]
Have I included soundscapes?[/b]
Did I include areaportals, hints, func_details, and other optimization measures where appropriate?[/b]
Have I included -staticproppolys, -staticproplighting, -textureshadows, and -final in the VRAD parameters?[/b]
Am I compiling with HDR?[/b]
Have I done lightmap optimization?[/b]
[/list]
Post-compile[/b]
Were there any compile errors?[/b]
Did I build cubemaps?[/b]
Did I pack my custom content?[/b]
Did I generate a navigation mesh for bots?[/b]
Did I include a map info txt (loading screen info)?[/b]
Did I include a loading screen image?
Did I script spectator camera positions?[/b]
Have I created and scripted radar images?[/b]
Have I scripted which factions I want the map to use?[/b]
[/list]
In-game checks[/b]
Check that I have properly clipped map boundaries.[/b]
Check that the radar functions properly at all levels (if applicable).[/b]
Check that my ladders function smoothly.[/b]
Check suspicious areas that look like they might eat a bomb.[/b]
Check that soundscapes are functioning and transitioning properly.[/b]
Check that custom content is packed properly.[/b]
[/list]
This list is as much a reminder to myself as to you. Please comment below with anything you think should be added as I'm sure there are things I'm forgetting.[/b]