This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2012-04-07 15:14:45

ExtremelyGamer
Scratcher
Registered: 2012-03-11
Posts: 1000+

Re: BugCraft - Minecraft with Bugs!

This Is Epic!!!!!!


"Submarines are like water like underwater airplanes" O_o

Offline

 

#27 2012-04-08 02:21:30

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: BugCraft - Minecraft with Bugs!

LOLIPOP1136 wrote:

why dont you add fall damage? it's easy

when gf clicked
if < (yvel) < (10) > //the bigger this number is, the higher the fall has to be 
change [heath] by -1
wink

I already have in the next version. this is how I've done it;

if << (yvel) < (10) > and <*ground sensor*>> //I can't remember the exact number
change [health v] by ([0] - (((yvel) - [10]) / [22])) //I think it should be 22... I'm not sure
It'll probably be quite different because in mc, it subtracts a heart for every block you fall after 4.


ExtremelyGamer wrote:

This Is Epic!!!!!!

Thanks  smile


LOLIPOP1136 wrote:

I'm Exicted about survival mode. Can you upload a prerelease or something?

There probably won't be a pre-release but I think the full version will be ready soon...

Last edited by Splodgey (2012-04-08 04:32:50)

Offline

 

#28 2012-04-08 04:20:59

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

Splodgey wrote:

LOLIPOP1136 wrote:

why dont you add fall damage? it's easy

when gf clicked
if < (yvel) < (10) > //the bigger this number is, the higher the fall has to be 
change [heath] by -1
wink

I already have in the next version. this is how I've done it;

if << (yvel) < (10) > and <*ground sensor*>> //I can't remember the exact number
change [health v] by ([0] - ((yvel) - [10]))
It'll probably be quite different because in mc, it subtracts a heart for every block you fall after 4.


ExtremelyGamer wrote:

This Is Epic!!!!!!

Thanks  smile


LOLIPOP1136 wrote:

I'm Exicted about survival mode. Can you upload a prerelease or something?

There probably won't be a pre-release but I think the full version will be ready soon...

Well, that script had some stuff wrong anyway...

Offline

 

#29 2012-04-08 04:40:05

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: BugCraft - Minecraft with Bugs!

LOLIPOP1136 wrote:

Splodgey wrote:

LOLIPOP1136 wrote:

why dont you add fall damage? it's easy

when gf clicked
if < (yvel) < (10) > //the bigger this number is, the higher the fall has to be 
change [heath] by -1
wink

I already have in the next version. this is how I've done it;

if << (yvel) < (10) > and <*ground sensor*>> //I can't remember the exact number
change [health v] by ([0] - ((yvel) - [10]))
It'll probably be quite different because in mc, it subtracts a heart for every block you fall after 4.


ExtremelyGamer wrote:

This Is Epic!!!!!!

Thanks  smile


LOLIPOP1136 wrote:

I'm Exicted about survival mode. Can you upload a prerelease or something?

There probably won't be a pre-release but I think the full version will be ready soon...

Well, that script had some stuff wrong anyway...

That script needs a

(( ) / ( ))
otherwise you'll be losing way too much health...

Offline

 

#30 2012-04-08 05:30:01

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

Splodey, I have an ORIGINAL idea. add a hammer weapon crafted like this:

wood wood wood
wood  stick wood
          stick
(wood = wooden plank)
(you can use stone, iron, gold or daimond insted of wooden planks)

with it, you attack enemies and do half the sword damage
whats so special bout that?
you stun your enemies (wood = 1 sec, stone = 2 sec, iron = 3 sec, gold = 4 sec and diamond = 5 sec)
while they are stunned they do not move and have stars spinning on top of their head as an indacator that they are stunned

Hope you like this idea!  smile

Last edited by LOLIPOP1136 (2012-04-08 05:33:43)

Offline

 

#31 2012-04-08 05:40:33

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: BugCraft - Minecraft with Bugs!

LOLIPOP1136 wrote:

Splodey, I have an ORIGINAL idea. add a hammer weapon crafted like this:

wood wood wood
wood  stick wood
          stick
(wood = wooden plank)
(you can use stone, iron, gold or daimond insted of wooden planks)

with it, you attack enemies and do half the sword damage
whats so special bout that?
you stun your enemies (wood = 1 sec, stone = 2 sec, iron = 3 sec, gold = 4 sec and diamond = 5 sec)
while they are stunned they do not move and have stars spinning on top of their head as an indacator that they are stunned

Hope you like this idea!  smile

Nice Idea! I'll probably include that. (Pre-Alpha 0.6-1.0?)

Offline

 

#32 2012-04-08 06:01:45

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

Splodgey wrote:

LOLIPOP1136 wrote:

Splodey, I have an ORIGINAL idea. add a hammer weapon crafted like this:

wood wood wood
wood  stick wood
          stick
(wood = wooden plank)
(you can use stone, iron, gold or daimond insted of wooden planks)

with it, you attack enemies and do half the sword damage
whats so special bout that?
you stun your enemies (wood = 1 sec, stone = 2 sec, iron = 3 sec, gold = 4 sec and diamond = 5 sec)
while they are stunned they do not move and have stars spinning on top of their head as an indacator that they are stunned

Hope you like this idea!  smile

Nice Idea! I'll probably include that. (Pre-Alpha 0.6-1.0?)

thanks  smile
I'm gonna try to script the hammer stuff, OK?

Offline

 

#33 2012-04-08 06:16:28

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: BugCraft - Minecraft with Bugs!

LOLIPOP1136 wrote:

Splodgey wrote:

LOLIPOP1136 wrote:

Splodey, I have an ORIGINAL idea. add a hammer weapon crafted like this:

wood wood wood
wood  stick wood
          stick
(wood = wooden plank)
(you can use stone, iron, gold or daimond insted of wooden planks)

with it, you attack enemies and do half the sword damage
whats so special bout that?
you stun your enemies (wood = 1 sec, stone = 2 sec, iron = 3 sec, gold = 4 sec and diamond = 5 sec)
while they are stunned they do not move and have stars spinning on top of their head as an indacator that they are stunned

Hope you like this idea!  smile

Nice Idea! I'll probably include that. (Pre-Alpha 0.6-1.0?)

thanks  smile
I'm gonna try to script the hammer stuff, OK?

OK then... If you want... I just realized that Scratch crashed after adding fall damage, so I lost that progress and I'll have to re-add it.

Offline

 

#34 2012-04-08 06:40:26

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

Splodgey wrote:

LOLIPOP1136 wrote:

Splodgey wrote:


Nice Idea! I'll probably include that. (Pre-Alpha 0.6-1.0?)

thanks  smile
I'm gonna try to script the hammer stuff, OK?

OK then... If you want... I just realized that Scratch crashed after adding fall damage, so I lost that progress and I'll have to re-add it.

Well, now I posted a project so you can use the scripts in it

Offline

 

#35 2012-04-08 07:12:03

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: BugCraft - Minecraft with Bugs!

LOLIPOP1136 wrote:

Splodgey wrote:

LOLIPOP1136 wrote:

thanks  smile
I'm gonna try to script the hammer stuff, OK?

OK then... If you want... I just realized that Scratch crashed after adding fall damage, so I lost that progress and I'll have to re-add it.

Well, now I posted a project so you can use the scripts in it

Thanks!  big_smile

I'm really tempted to secretly add "HeroBug" at some point...
Also, this thread had 1000 views a minute ago...  tongue  (1001st view)

Last edited by Splodgey (2012-04-08 07:18:59)

Offline

 

#36 2012-04-08 08:16:15

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

Why not add structures?
In options there would be a generate structures button
There is a 10/100 chance there will be a villiage (only above ground)
A 10/100 chance that there will be a desert well (only above ground in deserts)
A 5/100 chance that there will be an abandoned mineshaft (underground only)
And a 1/100 chance that there will be a stronghold (underground only)

Offline

 

#37 2012-04-08 08:20:26

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

Also I found a pretty good minecraft-like crafting system made by scratch
link: http://scratch.mit.edu/projects/techteen30/2407996
tongue   smile   wink   LOL

Last edited by LOLIPOP1136 (2012-04-08 09:05:18)

Offline

 

#38 2012-04-08 09:19:53

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

I have an Idea of what coulor of bugs the enemies would be (if the player is green, I forgot)
Pink: pig
Light Blue: cow
White: chiken
purple: squid
light brown: sheep
brown: villager
yellow: ocelot
yellow with red collar: cat
gray with red collar: dog
black: enderman
gray: wolf
Pink with green lines on its head: zombie pigman
orange: blaze
blue: cave spider
green: creeper
white and floats in the air: ghast
reddish-brown: magma cube
small and light gray: silverfish
light gray: skeleton
green with lighter green on the edges: slime
brown with red glowing eyes: spider
brown with red glowing eyes and a light gray bug on top: spider jockey
dark green: zombie
orange with brown stripes: snow golem
light gray and big: iron golem
                                        and finally
black and huge: enderdragon

Hope you like these colors for these mobs!  wink

Last edited by LOLIPOP1136 (2012-04-08 09:21:30)

Offline

 

#39 2012-04-08 09:45:41

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: BugCraft - Minecraft with Bugs!

LOLIPOP1136 wrote:

I have an Idea of what coulor of bugs the enemies would be (if the player is green, I forgot)
Pink: pig
Light Blue: cow
White: chiken
purple: squid
light brown: sheep
brown: villager
yellow: ocelot
yellow with red collar: cat
gray with red collar: dog
black: enderman
gray: wolf
Pink with green lines on its head: zombie pigman
orange: blaze
blue: cave spider
green: creeper
white and floats in the air: ghast
reddish-brown: magma cube
small and light gray: silverfish
light gray: skeleton
green with lighter green on the edges: slime
brown with red glowing eyes: spider
brown with red glowing eyes and a light gray bug on top: spider jockey
dark green: zombie
orange with brown stripes: snow golem
light gray and big: iron golem
                                        and finally
black and huge: enderdragon

Hope you like these colors for these mobs!  wink

The bugs equivalents I've decided so far (From bug game):

Blue Bug: Cow/Pig
TeleBug: Enderman
Jumpabug: Wolf
StriperBug: Similar to a zombie (or possibly explosive)
Levibug: Chicken I suppose...
Tripperbug: Something new probably... maybe skeleton

I will invent new bugs for all the other mobs. Which will probably be your colours. (colour not coulor  wink   -  Zombie probably = a zombie version of Hypnobug)

Also the Head Bugs from bug game might be included as something... I'm not sure yet.


LOLIPOP1136 wrote:

Why not add structures?
In options there would be a generate structures button
There is a 10/100 chance there will be a villiage (only above ground)
A 10/100 chance that there will be a desert well (only above ground in deserts)
A 5/100 chance that there will be an abandoned mineshaft (underground only)
And a 1/100 chance that there will be a stronghold (underground only)

Whoa. Ideas coming a bit too fast. They're probably in the far(ish) future (Alpha or beta?)


LOLIPOP1136 wrote:

Also I found a pretty good minecraft-like crafting system made by scratch
link: http://scratch.mit.edu/projects/techteen30/2407996
tongue   smile   wink    lol

I'll probably end up making my own system based on that...

Last edited by Splodgey (2012-04-08 09:52:51)

Offline

 

#40 2012-04-08 09:54:09

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

Splodgey wrote:

LOLIPOP1136 wrote:

I have an Idea of what coulor of bugs the enemies would be (if the player is green, I forgot)
Pink: pig
Light Blue: cow
White: chiken
purple: squid
light brown: sheep
brown: villager
yellow: ocelot
yellow with red collar: cat
gray with red collar: dog
black: enderman
gray: wolf
Pink with green lines on its head: zombie pigman
orange: blaze
blue: cave spider
green: creeper
white and floats in the air: ghast
reddish-brown: magma cube
small and light gray: silverfish
light gray: skeleton
green with lighter green on the edges: slime
brown with red glowing eyes: spider
brown with red glowing eyes and a light gray bug on top: spider jockey
dark green: zombie
orange with brown stripes: snow golem
light gray and big: iron golem
                                        and finally
black and huge: enderdragon

Hope you like these colors for these mobs!  wink

The bugs equivalents I've decided so far (From bug game):

Blue Bug: Cow/Pig
TeleBug: Enderman
Jumpabug: Wolf
StriperBug: Similar to a zombie (or possibly explosive)
Levibug: Chicken I suppose...
Tripperbug: Something new probably... maybe skeleton

I will invent new bugs for all the other mobs. Which will probably be your colours. (colour not coulor  wink   -  Zombie probably = a zombie version of Hypnobug)

Also the Head Bugs from bug game might be included as something... I'm not sure yet.


LOLIPOP1136 wrote:

Why not add structures?
In options there would be a generate structures button
There is a 10/100 chance there will be a villiage (only above ground)
A 10/100 chance that there will be a desert well (only above ground in deserts)
A 5/100 chance that there will be an abandoned mineshaft (underground only)
And a 1/100 chance that there will be a stronghold (underground only)

Whoa. Ideas coming a bit too fast. They're probably in the far(ish) future (Alpha or beta?)


LOLIPOP1136 wrote:

Also I found a pretty good minecraft-like crafting system made by scratch
link: http://scratch.mit.edu/projects/techteen30/2407996
tongue   smile   wink    lol

I'll probably end up making my own system based on that...

thanks  smile

Offline

 

#41 2012-04-08 11:01:42

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: BugCraft - Minecraft with Bugs!

LOLIPOP1136 wrote:

I'm Exicted about survival mode. Can you upload a prerelease or something?

I think it's nearly ready... (think)

Offline

 

#42 2012-04-08 11:05:24

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

I just noticed, thete are two GRAY dots on the dirt/grass textures. if you replace them with orangish-brown dots dirt and grass work fine

Offline

 

#43 2012-04-08 11:08:27

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

Also I think I know how ladders would work:
make a colour used ONLY for ladders
then, make a script that
if you are touching the ladder colour and key a or d pressed change yvel by 1

Hopefully these two comments will help  smile

Last edited by LOLIPOP1136 (2012-04-08 11:09:23)

Offline

 

#44 2012-04-08 11:19:26

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

Erm... youre done... but why is it not posted???  hmm

Can you try to add hammers in pa v0.6?

Last edited by LOLIPOP1136 (2012-04-08 11:20:04)

Offline

 

#45 2012-04-08 11:28:52

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: BugCraft - Minecraft with Bugs!

LOLIPOP1136 wrote:

I just noticed, thete are two GRAY dots on the dirt/grass textures. if you replace them with orangish-brown dots dirt and grass work fine

Ik, I just did this instead;

<<touching color [#848484]?> and <not <touching color [#9C5A00]?>>>
for gravel detection.

LOLIPOP1136 wrote:

Also I think I know how ladders would work:
make a colour used ONLY for ladders
then, make a script that
if you are touching the ladder colour and key a or d pressed change yvel by 1

Hopefully these two comments will help  smile

I'll probably do that. However, ladders would be fairly useless considering you can climb walls so I'll need to try to fix that (Although irl bugs can climb walls... Maximum wall climbing height?)


LOLIPOP1136 wrote:

Erm... youre done... but why is it not posted???  hmm

Can you try to add hammers in pa v0.6?

Last minute testing. I'll probably add hammers in PA0.6...

Last edited by Splodgey (2012-04-08 11:32:16)

Offline

 

#46 2012-04-08 11:32:29

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

Splodgey wrote:

LOLIPOP1136 wrote:

I just noticed, thete are two GRAY dots on the dirt/grass textures. if you replace them with orangish-brown dots dirt and grass work fine

Ik, I just did this instead;

<<touching color [#848484]?> and <not <touching color [#9C5A00]?>>>
for gravel detection.

LOLIPOP1136 wrote:

Also I think I know how ladders would work:
make a colour used ONLY for ladders
then, make a script that
if you are touching the ladder colour and key a or d pressed change yvel by 1

Hopefully these two comments will help  smile

I'll probably do that. However, ladders would be fairly useless considering you can climb walls so I'll need to try to fix that (Although irl bugs can climb walls... Maximum wall climbing height?)

Can you post p.a. v0.5 now?

Offline

 

#47 2012-04-08 11:43:35

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: BugCraft - Minecraft with Bugs!

LOLIPOP1136 wrote:

Splodgey wrote:

LOLIPOP1136 wrote:

I just noticed, thete are two GRAY dots on the dirt/grass textures. if you replace them with orangish-brown dots dirt and grass work fine

Ik, I just did this instead;

<<touching color [#848484]?> and <not <touching color [#9C5A00]?>>>
for gravel detection.

LOLIPOP1136 wrote:

Also I think I know how ladders would work:
make a colour used ONLY for ladders
then, make a script that
if you are touching the ladder colour and key a or d pressed change yvel by 1

Hopefully these two comments will help  smile

I'll probably do that. However, ladders would be fairly useless considering you can climb walls so I'll need to try to fix that (Although irl bugs can climb walls... Maximum wall climbing height?)

Can you post p.a. v0.5 now?

Not yet, need to add the item costumes to the hot-bar (I only added it to the first...oops)

Last edited by Splodgey (2012-04-08 11:44:43)

Offline

 

#48 2012-04-08 11:50:48

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

Splodgey wrote:

LOLIPOP1136 wrote:

Splodgey wrote:

LOLIPOP1136 wrote:

I just noticed, thete are two GRAY dots on the dirt/grass textures. if you replace them with orangish-brown dots dirt and grass work fine

Ik, I just did this instead;

<<touching color [#848484]?> and <not <touching color [#9C5A00]?>>>
for gravel detection.


I'll probably do that. However, ladders would be fairly useless considering you can climb walls so I'll need to try to fix that (Although irl bugs can climb walls... Maximum wall climbing height?)

Can you post p.a. v0.5 now?

Not yet, need to add the item costumes to the hot-bar (I only added it to the first...oops)

Been waitin for a while.
did you fix the hotbar?
If you did ,can you post?

Offline

 

#49 2012-04-08 12:09:07

Splodgey
Scratcher
Registered: 2011-04-26
Posts: 500+

Re: BugCraft - Minecraft with Bugs!

LOLIPOP1136 wrote:

Splodgey wrote:

LOLIPOP1136 wrote:

Can you post p.a. v0.5 now?

Not yet, need to add the item costumes to the hot-bar (I only added it to the first...oops)

Been waitin for a while.
did you fix the hotbar?
If you did ,can you post?

Yup I can post now. I also had to re-add the ability to eat your food as I also lost that when it crashed. So, savin' and postin'.


EDIT: Hmph I should have uploaded before saving. It's still saving and I have to go somewhere so if it doesn't finish in the next 2 minutes, You'll have to wait a few more hours.  sad


EDIT2: YAY!!! Finished saving so it's uploading. big_smile  It might take just as long as it saved to upload however...  yikes

Last edited by Splodgey (2012-04-08 12:36:42)

Offline

 

#50 2012-04-08 14:46:23

LOLIPOP1136
Scratcher
Registered: 2011-10-19
Posts: 68

Re: BugCraft - Minecraft with Bugs!

Splodgey wrote:

LOLIPOP1136 wrote:

Splodgey wrote:


Not yet, need to add the item costumes to the hot-bar (I only added it to the first...oops)

Been waitin for a while.
did you fix the hotbar?
If you did ,can you post?

Yup I can post now. I also had to re-add the ability to eat your food as I also lost that when it crashed. So, savin' and postin'.


EDIT: Hmph I should have uploaded before saving. It's still saving and I have to go somewhere so if it doesn't finish in the next 2 minutes, You'll have to wait a few more hours.  sad


EDIT2: YAY!!! Finished saving so it's uploading. big_smile  It might take just as long as it saved to upload however...  yikes

how much progress in uploading?

Offline

 

Board footer