Post new topic    
Page «  1, 2, 3 ... 7, 8, 9 ... 14, 15, 16  »
Liquid Metal King Slime
Send private message
 
 PostSun Apr 29, 2018 1:08 pm
Send private message Reply with quote
TMC wrote:
This doesn't compile, right? It shouldn't.

The coding did have a few flaws. double comma in the variables and only 1 - instead of -- in the for statement.
Other than that it compiles when added to the overall script. Was there something specific that you saw that led you to believe it wouldn't compile?
Metal King Slime
Send private message
 
 PostSun Apr 29, 2018 2:39 pm
Send private message Reply with quote
No, those were the typos I noticed.
Liquid Metal King Slime
Send private message
 
 PostSun Apr 29, 2018 4:15 pm
Send private message Reply with quote
Tim-Tim20003.gif
And here's an animated gif of the scripts in action

*Graphics are likely to change.

**Edit: I changed the graphics
Metal King Slime
Send private message
 
 PostMon Apr 30, 2018 1:03 am
Send private message Reply with quote
Oh! Using a tornado to cool lava is quite non-obvious (that might be a problem?) but a cool interaction. Are there other ways to handle it?
I'm surprised that you drew the lava as individual blocks, almost iconic. Reminds me of Slimeomancy or Mario. Do you want all interactive terrain in the game to stick out?
Liquid Metal King Slime
Send private message
 
 PostMon Apr 30, 2018 2:01 am
Send private message Reply with quote
Yes, I do agree that the tornado blowing out the lava blocks might not be clear.
You can also just power your way past the blocks by jumping on them and taking the hits, or just avoid them. I don't plan for the tornado / lava block interaction to be fully necessary. The map shown is not a map that's necessary to pass and may not make it to the final game.

As for lava being individual blocks, that's not actually true. Lava is likely going to be a separate thing entirely. I've currently been debating whether it should be insta-kill or just do a large amount of damage and so it's not currently in any levels yet, but it is planned.

As for all the intractable blocks sticking out, yes that is on purpose. It's also on purpose that it's all individual blocks, mostly because of how the interaction works.
That said, I don't actually plan to have all that many.
Metal King Slime
Send private message
 
 PostMon Apr 30, 2018 3:22 am
Send private message Reply with quote
I'd normally vote against insta-kill. However it would make level decision easier, especially if you want to prevent sequence-breaking. (Sequence breaking can be fun though)
Liquid Metal Slime
Send private message
 
 PostMon Apr 30, 2018 7:56 am
Send private message Reply with quote
Sequence breaking is good.
My pronouns are they/them
Ps. I love my wife
Liquid Metal King Slime
Send private message
 
 PostSat May 05, 2018 7:52 pm
Send private message Reply with quote
code snip round 2
I hid the name of the script
let's see if you can guess what this script might be for


Code:

#------------------
SCRIPT,111, begin

variable(gobox,goboy,agobo,bgobo,i,gobonum)
variable(gosp,gobospeed,gobo,goborand,fake,agobcop,bgobcop,cgobcop)

bgobcop:=NPC copy count (130)--1


while ( bgobcop>=0 ) do, begin

gobo:=npc reference( 130,bgobcop )
bgobcop:=bgobcop--1
gobox:=npc pixel X(gobo)
goboy:=npc pixel Y(gobo)


if (NPCextra(gobo,extra1)>>0) then( setNPCextra(gobo,extra1,NPCextra(gobo,extra1)--1) )
if (NPCdirection(gobo)<>right,and,NPCdirection(gobo)<>left) then ( setNPCdirection(gobo,left) )


#--
   if (invisn==0,and,NPCextra(gobo,extra1)==0)) then (
   
      if (
      NPCdirection(gobo)==right,and,
      HERO pixel Y(0)<<goboy+5,and,
      HERO pixel Y(0)>>goboy--25,and,
      ((npc pixel X(gobo)+10)/20 )+10>>( (HERO pixel X(0)+10)/20 ),and,
      ((npc pixel X(gobo)+10)/20 )<<( (HERO pixel X(0)+10)/20 )
      )
      then (
      setNPCextra(gobo,extra1,30)
      ggfire:=createnpc(75,gobox/20,goboy/20,right)
      playsound(0)
      )
      
         if (
      NPCdirection(gobo)==left,and,
      HERO pixel Y(0)<<goboy+5,and,
      HERO pixel Y(0)>>goboy--25,and,
      ((npc pixel X(gobo)+10)/20 )>>( (HERO pixel X(0)+10)/20 ),and,
      ((npc pixel X(gobo)+10)/20 )--10<<( (HERO pixel X(0)+10)/20 )
      )
      then (
      setNPCextra(gobo,extra1,30)
      ggfire:=createnpc(75,gobox/20,goboy/20,left)
      playsound(0)
      )
      
   )
#--

   end
 
end

#------------------
 
Liquid Metal King Slime
Send private message
 
 PostSun May 06, 2018 4:53 am
Send private message Reply with quote
Tim-Tim20002.gif
No guess...
Well I'll still post the gif of the final product
Graphics may change
EDIT: changed the graphics
Liquid Metal King Slime
Send private message
 
 PostSun May 06, 2018 3:11 pm
Send private message Reply with quote
Nice! I was going to guess some kind of enemy AI, I was sort of close-ish.

It looks great :)
Liquid Metal King Slime
Send private message
 
 PostTue May 08, 2018 10:30 am
Send private message Reply with quote
Enemy AI indeed, I guess I should have waited longer before revealing the answer.

I was just pretty proud at how the trap blocks turned out and wanted to post the gif.
Liquid Metal King Slime
Send private message
 
 PostWed May 09, 2018 6:53 pm
Send private message Reply with quote
Tim-Tim2 brain dog.gif
Tim-Tim2 eyes.gif
Tim-Tim2 hand.gif
Worked on a few monsters that are making a return in this game.
Liquid Metal King Slime
Send private message
 
 PostThu May 10, 2018 2:29 am
Send private message Reply with quote
Tim-Tim2 boxes.gif
Also breakable boxes.

*By now you may have noticed I have a test area in the game that I've been testing all these things in as I make them.
Liquid Metal King Slime
Send private message
 
 PostFri May 18, 2018 1:48 am
Send private message Reply with quote
Tim-Tim20002 (6).gif
Ghosts
Tim-Tim20001.gif
Big Slimes
Showcasing some more new monsters today.
Liquid Metal King Slime
Send private message
 
 PostMon May 21, 2018 12:13 am
Send private message Reply with quote
Tim-Tim20002.gif
eye blocks
I made some more progress on Tim-Tim 2: "The Almighty Gnome"

The eyeblocks are designed to basically act as barriers that require invisibility to pass. These have gone through several design choices, including slime monsters that blocked the way and guard monsters that you could sneak past. I think the eye block works the best out of my ideas.
What do you think?
Display posts from previous:
Page «  1, 2, 3 ... 7, 8, 9 ... 14, 15, 16  »