[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling LemminGS



On 9 jan, 20:40, cookiecritt...@gmail.com wrote:
> On Wednesday, January 9, 2013 11:50:10 AM UTC-6, Olivier Zardini wrote:
> I now have kids and would like to add more levels to the game so they can play it :)

     Nearly impossible to do without a huge effort. Levels are made
with 4 pictures (background) plus internal description (tables) where
you describe the door where the Lemmings fall down + Exit where the
Lemmings exit. You also need to specify dangerous areas (flame, water,
hard & soft ground, traps...). This require massive table modification
+ other parts of code changes.

    If you can't read the code to remove protection, I doubt you would
be able to enhance the game with new levels. The game has already 92
levels + 1 extra level.

         Olivier