Author Topic: Millas - (Project Freedom Planet X Lemmings) - 221 Levels So Far, Help Wanted!  (Read 53397 times)

0 Members and 1 Guest are viewing this topic.

Offline GigaLem

  • The Dog That Brought Lemmings to Avalice
  • Moderator
  • Posts: 1415
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - DEMO RELEASED
« Reply #15 on: July 11, 2017, 12:23:33 AM »
Found another bug XnX

Offline GigaLem

  • The Dog That Brought Lemmings to Avalice
  • Moderator
  • Posts: 1415
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - Help needed for update
« Reply #16 on: July 11, 2017, 01:22:11 AM »
I require assistance with a certain file named "default_scheme.nxmi" What I need is to change the color of the hair to blue for athletes and the zombies to have darker skin for those curious
I've attached the file in question below

Edit:after taking a closer look I can see the coding that changes the coloring of the Lemming but, I barely know anything about delphi 7
I want to know How do I change this

to this?

Offline namida

  • Administrator
  • Posts: 12398
    • View Profile
    • NeoLemmix Website
Re: Millas - (Project Freedom Planet X Lemmings) - DEMO RELEASED
« Reply #17 on: July 11, 2017, 04:02:50 AM »
Knowledge of Delphi 7 is not nessecary. The only thing you need to know is hexidecimal notation for colors (and if you at least understand RGB values, it's pretty easy to find something to convert it to / from hexidecimal notation).

Once you've got that, look near the start of the NXMI file:

Code: [Select]
$RECOLORING
 
  $ATHLETE
    FROM x00B000
    TO x4040E0
  $END
 
  $ATHLETE
    FROM x4040E0
    TO x00B000
  $END
 
  $ZOMBIE
    FROM xF0D0D0
    TO x808080
  $END
 
  $SELECTED
    FROM x4040E0
    TO xF02020
  $END
$END

You simply need to add / remove / modify the "athlete", "zombie" and "selected" entries. Follow the same format as the existing ones. When one color should be swapped for another, the FROM line specifies what color (from the original image) should be changed, and the TO line specifies what color it should be changed to.

The spaces at the start of some lines aren't important, the file will still work perfectly fine without these. However, other things (like the "x" before the colors, or the space between the "from" / "to" and the color) are important.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline GigaLem

  • The Dog That Brought Lemmings to Avalice
  • Moderator
  • Posts: 1415
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - DEMO RELEASED
« Reply #18 on: July 11, 2017, 04:43:28 AM »
I figured it out
Athlete and selected lemming
Spoiler (click to show/hide)
Zombie
Spoiler (click to show/hide)
New demo coming up shortly

Offline IchoTolot

  • Global Moderator
  • Posts: 3608
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - DEMO UPDATED
« Reply #19 on: July 11, 2017, 06:27:51 AM »
I think I will take a look at the DEMO in the future, but I am very busy this week and I have promised to further test SEB Lems at the next weekend, but I think I can schedule a few level tests of this DEMO here after that ;)

Offline Wafflem

  • Posts: 943
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - DEMO UPDATED
« Reply #20 on: July 12, 2017, 03:11:54 PM »
Just want to point out that you've uploaded the NXSV of the demo, not the NXP.

YouTube: www.tinyurl.com/YTWafflem
Twitch: www.twitch.tv/Wafflem467

Have level designer's block right now? Have some of my incomplete levels for LOTS of ideas!

Offline GigaLem

  • The Dog That Brought Lemmings to Avalice
  • Moderator
  • Posts: 1415
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - DEMO UPDATED
« Reply #21 on: July 12, 2017, 11:12:34 PM »
oh whoops gonna fix that now

Edit:Fixed, Also New demo will be going up in a while

Offline Wafflem

  • Posts: 943
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - DEMO UPDATED
« Reply #22 on: July 14, 2017, 07:17:25 PM »
Here are my replays!

I haven't beaten all the levels, but a lot of these levels are a mix of fun and challenging, and a lot of them have non-trivial solution! However, I had to rely on Clear Physics mode a lot of times, as the backgrounds can be very distracting.

Millas v1.1d Comments (click to show/hide)

This looks like a very fun pack, and it really shows how much of a Freedom Planet fan you are. Looking forward to the full pack when it comes out! Thanks also again for using my unfinished levels!
YouTube: www.tinyurl.com/YTWafflem
Twitch: www.twitch.tv/Wafflem467

Have level designer's block right now? Have some of my incomplete levels for LOTS of ideas!

Offline GigaLem

  • The Dog That Brought Lemmings to Avalice
  • Moderator
  • Posts: 1415
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - DEMO UPDATED
« Reply #23 on: July 14, 2017, 11:35:20 PM »
Decided to take some notes, I'll get these things ready for v1.2 (or higher)
I might need more in put

My notes
Spoiler (click to show/hide)

As for your back route, Looks like one but its not a major one think it could make a good :tal-bronze: or :tal-silver: Talisman?

Plus I've been looking through you're levels and seeing what works and finishing what ever needs to be finished, So in a later demo (Like an event demo) you might see one or two or em

Offline GigaLem

  • The Dog That Brought Lemmings to Avalice
  • Moderator
  • Posts: 1415
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - DEMO UPDATED
« Reply #24 on: July 15, 2017, 07:39:49 AM »
Checklist for 1.2

Change Level arrangement Done!
Fix a couple of levels Done!
Make replacement Newborn levels Done!

Almost finished with this, If I can't find enough replacement levels for 1.2 I'll have to make the ranks have 7 per demo resulting in demo v2.0 (Isn't it nice to have backup plans? :thumbsup: )
Thanks for the feedback Wafflem

Edit:I shall get around to making the new demo soon, once that's done depending on how it goes the next demo is either 1.2 or 2.0

Offline GigaLem

  • The Dog That Brought Lemmings to Avalice
  • Moderator
  • Posts: 1415
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - DEMO UPDATED
« Reply #25 on: July 21, 2017, 12:25:02 AM »
Gonna try to get a new demo up by tomorrow, as for why that is


I'm gonna confirm this now, the next demo is 2.0

Offline GigaLem

  • The Dog That Brought Lemmings to Avalice
  • Moderator
  • Posts: 1415
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - version 2.0 is up!
« Reply #26 on: July 22, 2017, 06:00:10 AM »
Go and play 2.0 :thumbsup:

Offline GigaLem

  • The Dog That Brought Lemmings to Avalice
  • Moderator
  • Posts: 1415
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - DEMO UPDATED
« Reply #27 on: July 23, 2017, 08:55:46 PM »
Notes for 2.1 or beyond
Spoiler (click to show/hide)

Offline GigaLem

  • The Dog That Brought Lemmings to Avalice
  • Moderator
  • Posts: 1415
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - DEMO UPDATED
« Reply #28 on: July 24, 2017, 07:01:51 AM »
Version 2.1 is up
Thanks to IchoTolot for the feed back

Offline GigaLem

  • The Dog That Brought Lemmings to Avalice
  • Moderator
  • Posts: 1415
    • View Profile
Re: Millas - (Project Freedom Planet X Lemmings) - DEMO UPDATED
« Reply #29 on: July 25, 2017, 12:01:31 AM »
Plom will be be playing Millas v2.1 soon after this post
https://www.twitch.tv/plom510