Author Topic: Please help me to make Levels..  (Read 7277 times)

0 Members and 1 Guest are viewing this topic.

HK_Ahn

  • Guest
Please help me to make Levels..
« on: June 29, 2005, 04:40:10 PM »
I read about the forums of " Level designing " section.

And what that " Level designing " means?  :???:

Designing stages or chipset?

I downloaded the " Level designer " but I doesn't work on my computer so I don't know what that is.
X_X

Anyway if you know about anything for designing chipset.. please let me know about it..

Thank you~ ^-^

HK_Ahn

  • Guest
Re: Please help me to make Levels..
« Reply #1 on: June 29, 2005, 06:28:44 PM »
Alseo,, I'm testing the code on the HEX Editor, and found some of them
Like '#' is 35 in the lemmings and '(' is 40. 'A' is 65, 'a' is 97, and '}' is 125

But I can't find 0 ~ 34, 39, 41, 46 ...
0~ 34 is the most important number that used many times.. But there is no way to find it.
I tried all the alphabets and numbers that on the keyboard, and there's no more keys to try.

How can I find 0~34?

Conway

  • Guest
Re: Please help me to make Levels..
« Reply #2 on: June 29, 2005, 08:35:48 PM »
Sorry, I don't know about the Hex code. Which level designer did you download? Is it LemEdit or Cheapo?

Offline Mindless

  • Posts: 719
  • Inactive - may respond to PM.
    • View Profile
Re: Please help me to make Levels..
« Reply #3 on: June 29, 2005, 10:44:02 PM »
Quote from: HK_Ahn  link=1120063210/0#0 date=1120063210
I read about the forums of " Level designing " section.

And what that " Level designing " means?  :???:

Designing stages or chipset?

I downloaded the " Level designer " but I doesn't work on my computer so I don't know what that is.
 X_X

Level designing is making new levels for DOS Lemmings or Cheapo (a Lemmings clone).

I'm not sure what you mean by chipsets, but we are making levels (could be referred to as stages)

If you are trying to use the "LemEdit" level designer, you must run "LemEdit2" in DOSBox.

Offline Shvegait

  • Posts: 772
    • View Profile
Re: Please help me to make Levels..
« Reply #4 on: June 29, 2005, 11:00:23 PM »
Quote
How can I find 0~34?


It appears that you're talking about ASCII codes. Most characters from 0-34 are not visible and/or do not have a corresponding key. Some of them are things like "tab", "backspace", etc.


For "chipsets", did you mean "graphics sets"? This is possible in Cheapo but not in LemEdit.

Offline Mindless

  • Posts: 719
  • Inactive - may respond to PM.
    • View Profile
Re: Please help me to make Levels..
« Reply #5 on: June 29, 2005, 11:23:42 PM »
Quote from: Shvegait  link=1120063210/0#4 date=1120086023
It appears that you're talking about ASCII codes. Most characters from 0-34 are not visible and/or do not have a corresponding key. Some of them are things like "tab", "backspace", etc.
These can only be accessed by using a HEX editor such as XVI32. ;P