Level Names
Level Names
(OP)
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?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: Level Names
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)
RE: Level Names
RE: Level Names
eg.
BEGIN GROUPS
END GROUPS
BEGIN LEVELS
bundle bundle 0 1
END LEVELS
there is no rule for spaces.