PDA

View Full Version : Thermal without scoping in?


JimmyJX
24th June 2004, 20:40
Is there anyway to get any sniper weapon, with a thermal scope, to allow you to use thermal without having to scope in first? This would be an awesome cheat.

DyslexicCheater
24th June 2004, 22:03
If it were me I would find which call is made to which function to activate the Thermal when the scope is activated, then duplicate it.

On a side note, you you wanted to be able to use Thermal without having a thermal device on your Sniper Rifle, I found that making the conditional jump to the call uncondition(I.E., j## to jmp).

frikos
24th June 2004, 23:46
it has nothing to do with this thread but
canvas.smallfont is allowed, but how to use bigger fonts? tried several thing like bigfont, hugefont... looked in unrealwiki.. searched in google... and looked in my old schoolbooks when we made java... didnt find it

i know its a nooby question, but this is really pissing me off ;)

Damage Inc.
25th June 2004, 14:54
theres also canvas.Medfont or something like that, u can also import your own fonts

Arsec
26th June 2004, 14:21
how damage?

frikos
26th June 2004, 16:05
var Font SmallFont;
var Font BigFont;


function NewFont (Canvas Canvas)
{
if ( SmallFont == None )
{
SmallFont=Canvas.SmallFont;
}

if ( BigFont == None )
{
BigFont= O.O O.O O.O //what to put in here?
}
}