Forum: GameBots2004

Disabling Rays in Spectate

Hi,

Is there anyway to disable the green ray bars being shown when spectating a bot so that when it is recorded they will not appear?

Thanks
Yes. Either set in GameBots2004.ini found in UT2004/System:

[GameBots2004.RemoteBot]
bDrawTraceLines=False


Or send a Configuration command for the bot setting drawtracelines to false.

getAct().act(new Configuration().setDrawTraceLines(false));


Best,
michal