bzedit formating

Discussion, updates, modifications, etc for the various map editors...
Post Reply
User avatar
sid6.7
Private First Class
Private First Class
Posts: 614
Joined: Mon Oct 06, 2003 9:58 pm
Location: West USA
Contact:

bzedit formating

Post by sid6.7 »

so what exactly is the formating of a bzedit file
it seems to be different then a true text file...

IE...reading a text file i access the different
data correctly...reading bzedit file i cannot access
the same data correctly or at all becuase it
appears to be formated differently?

IE

Code: Select all


text file format:
-----------------
box
position
rotation
size
drivethrough
end

i can access each word

bzedit:
-------
box
  position
  rotation
  size
  drivethrough
end

i cannot access each word

even if i trim spaces...
User avatar
^nightmare^
Private First Class
Private First Class
Posts: 1264
Joined: Sun Feb 20, 2005 7:14 pm
Location: Alabama
Contact:

Post by ^nightmare^ »

I wish i could help, but try pming one of the developers like
DTRemenak
http://my.bzflag.org/bb/profile.php?mod ... file&u=120
Grumbler <-Not sure if he is still on forums...
http://my.bzflag.org/bb/profile.php?mod ... file&u=271
-Good Luck
Need bzflag help? Try looking here: http://www.freewebs.com/bznightmare/map ... aghelp.htm
User avatar
TD-Linux
Sergeant
Sergeant
Posts: 724
Joined: Wed Apr 27, 2005 8:26 pm
Location: Mountain View, CA

Post by TD-Linux »

How are you trimming spaces? Can we see your code? What language are you using?
Post Reply