Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/15/15 in all areas

  1. package.path and package.cpath local mod_path = string.gsub( et.trap_Cvar_Get("fs_basepath"),"\\","/") .. "/" .. et.trap_Cvar_Get("fs_game") .. "/" package.path = package.path .. ";" .. mod_path .. "luascripts/?.lua" That is what it looks like in lua. I think this is what you want. (Changing it in in the c api, may be different though im not sure)
    1 point
×
×
  • Create New...