Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Level Names

Status
Not open for further replies.

roader

Civil/Environmental
Joined
May 31, 2001
Messages
4
Location
US
I'd like to create lvl files with a text editor rather than go through the arduous interface in ms. Is that file (*.lvl) a tab or comma delimited file or what?
 
roader,
lvl files are ascii files and you can create these files with an editor. but you should obey the writing format. have look at example lvl files for the format. those are located in C:\WIN32APP\ustation\wsmod\default\data diractory.(for MS SE)
 
Thanks. The files have an unusual format: spaces to line things up in columns. I have a table that I created with what are the appropriate fields/values, but there is no easy way to get them into the lvl format. I guess I had better get to typing. Thanks again.
 
you can use one tab for coloumns.
eg.
BEGIN GROUPS
END GROUPS
BEGIN LEVELS
bundle bundle 0 1
END LEVELS

there is no rule for spaces.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top