Jump to content

using >> -lights [file] << keeps crashing


Recommended Posts

Posted

Source Engine.

I tried:

-game $gamedir $path\$file -lights de_metro
-game $gamedir $path\$file -lights de_metro.rad
-game $gamedir $path\$file -lights D:\mapping\maps\de_metro\other\de_metro
-game $gamedir $path\$file -lights D:\mapping\maps\de_metro\other\de_metro.rad

I made a file in both D:\mapping\maps\de_metro\other\de_metro.rad and C:\My Programs\Steam\steamapps\common\Counter-Strike Global Offensive\csgo (there is where lights.rad).
I prefer to have it on another dir then the cs dir for backup purposes. But for now, getting it to work would already be great.

Is there someone that can get it to work? And if so any idea what I do wrong?

Posted (edited)

What do the console say when you compile, is the file not being read at all? Or is it being read but the contents of it won't work in game?

There might be erraneous formatting inside the rad file. Are you using regular slashes or backslashes in your paths? Because regular slashes will not work in my experience.

Edit: Oh, are you trying to run the rad file with bsp or vis? =P add it to $light_exe (just making sure here).

Edit 2: Pretty sure it's not allowed to put the -lights call after -game, try moving it before that. Here's an example:

-threads 6 -lights scepter.rad -textureshadows -staticpropbounce 32 -hdr -StaticPropLighting -StaticPropPolys -game $gamedir $path\$file

Edited by grapen

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...