tssmods

Hosted by freeforums.org
Home Page Play games in the arcade Home Page Home Page Home Page
  Register
Login 
View unanswered posts View active topics

Delete all board cookies

All times are UTC



Welcome
Welcome to <strong>tssmods</strong>.

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, <a href="/profile.php?mode=register">join our community today</a>!


Home Page Home Page  [ 2 posts ] 
  Print view
Previous topic | Next topic 
Author Message
Offline 
 Post subject: Debug and Editor Mode
PostPosted: Thu May 07, 2009 10:08 am 

Joined: Mon May 04, 2009 8:46 am
Posts: 30
Someone has probably found this already, but I'd thought I'd post it up anyway.

In your settings.ini file, add this under [Options]:

Code:
DebugMode=0
EditorMode=0


If you turn debug mode on (DebugMode=1) it will overlay debug information.

But if you turn editor mode on (EditorMode=1), it will give you a first person view, and controls much like an FPS (mouse look, left and right strafe etc).

If you want to be able to see easier in editor mode, you can modify this line in TssEngine.pas:

Code:
if Options.EditorMode then begin
  FPlayer:=TTssEditPlayer.Create(nil, True);
  FPlayer.LoadData('Human1.obj');
  FPlayer.Car:=nil;
end;

To
Code:
if Options.EditorMode then begin
  FPlayer:=TTssEditPlayer.Create(nil, True);
  FPlayer.Car:=nil;
end;


Top
 Profile  
 
Offline 
 Post subject:
PostPosted: Thu May 07, 2009 10:13 am 
Site Admin

Joined: Thu May 07, 2009 9:34 am
Posts: 23
OH :D it works.

now i work on car spawner and teleporter


Top
 Profile  
 
Search for:
Display posts from previous:  Sort by  
Home Page Home Page  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
Jump to: