Game Development Community

DRL resource question

by AndrewOsborne · in Torque Game Engine · 05/23/2006 (10:34 pm) · 2 replies

Hi all,

I have implemented the drl 2.0 resource and its all working fine.

what I am trying to figure out is how to store the values I define for DRL to come up on loadup - at the moment I need to type 'setScaleLimits' etc in the console to adjust the values to how i want them.

Is there a way to define this on loadup?

#1
05/24/2006 (9:59 am)
It's probably best to post this question as a comment on the resource so Alex will see it, but I *think* that those methods are the only way to adjust the parameters and that the settings are not automatically stored in the prefs.

If so, you can add those calls into your client side scripts so that they're called automatically for you.