Skip to content
Jonathan Lusk edited this page Mar 25, 2018 · 4 revisions

nade.space wiki

Welcome to the nade.space wiki!

Learn how to add your own nade throws, gfy, callouts, and maps!

Contents

Map Config

'thumb' can be found in 'csgo/maps/de_mapname.png'

'minimap' can be found in 'csgo/resource/overviews/de_mapname_radar.dds'

'pos_x', 'pos_y', and scale can be found in 'csgo/resource/overviews/de_mapname.txt'

{
  "name":     "map name",
  "minimap":  "img\/maps\/de_mapname_radar.png",
  "callouts": "img\/callouts\/mapname.svg",
  "thumb":    "thumbnail image",
  "pos_x":    map scale x-coordinate,
  "pos_y":    map scale y-coordinate,
  "scale":    map scale,
  "smokes":   [ smokes here ],
  "fires":    [ fires here ],
  "flashes":  [ flashes here ],
  "wbangs":   [ wbangs here ],
}

Nade Config

The start / end locations of the nade are grabbed by using the in-game console command 'getpos'. The first two numbers from the output are the x, y coordinates. Round to the nearest integer before placing them in the config.

The setpos locations are grabbed by using the console commands 'getpos' and 'getpos_exact'. Replace the third number from the 'getpos' output with the third number from 'getpos_exact' output. This corrects the z-coordinate and prevents the 'setpos' location from getting you stuck.

The three different gfycat links are grabbed by visiting 'https://gfycat.com/cajax/get/placeholder'

{
  "from": "start location",
  "to":   "end location",
  "team": "team type",
  "type": "throw type",
  "loc":  [x1, y1, x2, y2],
  "img":  "images\/type\/map\/placeholder.jpg",
  "copy": "setpos location",
  "webm": "http:\/\/giant.gfycat.com\/placeholder.webm",
  "mp4":  "http:\/\/giant.gfycat.com\/placeholder.mp4",
  "gif":  "http:\/\/giant.gfycat.com\/placeholder.gif"
}

Recording gfy

The screenshots were taken with Steam. The videos were recorded with AMD ReLive.

Setup

  • Used a modified version of the nade.space practice config
  • All graphic settings set to Very High / High
  • Resolution - 1920 x 1080
  • VSYNC - Off
  • FXAA - Off

Make the bots stay whilst looking your direction using the following in-game console commands in this exact order:

  1. bot_mimic 1
  2. bot_mimic 2
  3. bot_stop 0
  4. bot_stop 1
  5. bot_mimic 0

Have the crosshair show whilst unscoped on sniper rifles with the in-game console command:

  • weapon_debug_spread_show "3"