lemmings_3ds
lemmings_3ds copied to clipboard
Lemmings for 3DS (homebrew)
I've imported all necessary files for all versions, but the .3dsx just says that I need to import the files for at least one version and to press any key...
Hi, FYI: you use a 8086 emulator (Cool !!) to get adlib op-codes from lemmings music / sound file. You can find an interpreter for the Sound-Image-Format at: https://github.com/tomsoftware/Lemmings.ts/tree/master/src/resources/sound may...
The code is still a bit messy... besides multiplayer code, the level selection menu (1p) code is messy
level selection, network game host selection, and settings menu should react to touch screen. e.g.: touch -> click drag -> scroll
Play a custom sound (if a corresponding file exists) when the rate is changed
Add settings: - setting: fix background music to levels (then FUN2 e.g. will always have the same music). - setting: maximal variety: start with random music track (not always the...
When 2 player mode is started from Xmas or Holiday Lemmings, the levels will have original / oh no graphics, but the lemmings (and the toolbar) are xmas style. Thus,...
for each exit, show the owner of the lemmings that entered that exit (like in official game multiplayer)
Support variable number of levels in /lemmings/custom/ folder. Use GROUND_O.DAT, MAIN.DAT and VGAGR_.DAT in /lemmings/custom/ to parse a variable number of LEVEL_.LVL (uncompressed levels) or LEVEL_.DAT (compressed levels) files.