Your questions, our answers

Talk about the level designer. Read about tips and tricks and share ideas.

Moderator: Level Moderator

Re: Your questions, our answers

Postby Cyvern » December 10th, 2014, 5:54 pm

I'm not sure if I'm missing something completely obvious, or this is just a bug.

Modifying enemy HP seems to only work on the crab. As seen in the following level code, the gray and red wolf die from around the same amount of hits, but the yellow and red crab do not. The exact values the enemies have can be found in the level code, but for reference, the gray wolf should have 5 hit points, and the red one should have 800, whereas the yellow crab should have 2 hit points, and the red crab 800. The red crab looks like it has a realistic health amount based on how long it takes to kill it, but the wolves seem to have no difference whatsoever.

Code: Select all
27x11~eK84eO.9eNeK16.11eK16.11eK16.11eK16.11eK16eL.9eMeK67~~~58;314;264;0;250;1;1;800;~0;112;216;1;0;0~58;284;269;0;;1;1;5;|50;356;178;0;;1;1;800;|50;412;187;0;100,300;1;1;2;~HealthTest~beep~19~15;0;0~1~0;0~0;0;3~1418262796~0.5~1,2,0,0,0,0,0,0,0,0,0,0


Any help/insight would be helpful.
ok good
User avatar
Cyvern
Code: Awesome

 
Posts: 294
Joined: October 6th, 2009, 4:57 pm
Location: A nice place.

Thumbs Up given: 60 times
Thumbs Up received: 15 times

Re: Your questions, our answers

Postby -BY » December 11th, 2014, 3:19 am

Yeah. You're right. These are generally missing. Except for the crab one and boss#2 sprite. However. It's among the well known 'bugs'.
Image

Big thank you to FrozenFire who created this masterpiece. : )
User avatar
-BY
Honorary Member

 
Posts: 900
Joined: May 23rd, 2012, 11:43 pm
Location: 298

Razzian Fighter

Thumbs Up given: 72 times
Thumbs Up received: 100 times

Re: Your questions, our answers

Postby KABOOM » February 3rd, 2015, 3:01 pm

Is there any constant source of healing? The only way I've found to heal the player is through hearts which disappear after one use.

Also, when's RC3?
User avatar
KABOOM
Prophet of Shadowsquid

 
Posts: 1144
Joined: October 16th, 2009, 11:31 am
Location: Just a little further.

A Good Start

Thumbs Up given: 44 times
Thumbs Up received: 121 times

Re: Your questions, our answers

Postby CedarBranch » February 4th, 2015, 6:03 am

I don't think there's anything that does the job very effectively, but opening a shop and closing it with the back button gives you a checkpoint (and respawning heals you). (Check out JRFD's trigger tutorial thread to find the code.)
Triple J here!
Image
Credit goes to FrozenFire/l.m
Other Stuff: show
AC:NL Info

Dream Address: 4400-3141-4504
Mayor: Triple J
Town Name: Quattom



My Super Mario Maker levels: viewtopic.php?f=77&t=46621&p=344256#p344256

My Youtube channel, if you could possibly bother: https://www.youtube.com/channel/UCuP5V8 ... subscriber

Brand-new Bomberman 64: The Second Attack Gameshark Codes!
Now on Dropbox! Active and updated irregularly.
User avatar
CedarBranch
Impulsive & ambitious

 
Posts: 1242
Joined: June 15th, 2012, 1:10 pm
Location: Reclusive. (At least I want to.)

Runouw Votes Winner
Voted "Best Level" with Essence of Time in Runouw Votes New Year 2014/15

Thumbs Up given: 384 times
Thumbs Up received: 108 times

Re: Your questions, our answers

Postby Raz » February 6th, 2015, 8:16 pm

Has anyone made a nice looking boat? I can't make anything that looks nice while also being easy to use trigger-wise.
Karyete, Master of Civil Conversation
Disclaimer: none of these messages have been edited, context can be provided if needed (thanks discord!) but absolutely does not change anything about these messages and that he's too overly defensive and cocky to make situations better

Karyete: I don't have anything to say to you, I've been deliberately trying to not offend you for years, actually, but apparently everything I say to you is wrong. You come across as so aggressive that you successfully intimidated me into not wanting to talk to you
Karyete: Seriously, what is your problem? And not only that, you fail to even acknowledge you might be in some wrong here.
Karyete: Oooh it's you? Hello. Feel free to drop this right now. You're going to make yourself look like an idiot.
Karyete: We don't want to hear your opinion at this stage.
Karyete: You're not getting any apology, especially after now.
Karyete: You can stay up on your high horse, continue to twist the truth and act like an absolute child all you want. I refuse to give respect to a man who right now is picking up a dropped argument because he simply cannot fathom the idea that he might be in the wrong.
Karyete: How pathetic
User avatar
Raz
"quite easily the most manly man of all" --Raz

Error contacting Twitter
 
Posts: 4432
Joined: July 12th, 2010, 5:48 pm
Location: :-)

Razzian Fighter

Thumbs Up given: 40 times
Thumbs Up received: 367 times

Re: Your questions, our answers

Postby CedarBranch » February 11th, 2015, 11:30 am

When adding or subtracting variables, what's the point of the "a" in "a=b+/-c"?
Triple J here!
Image
Credit goes to FrozenFire/l.m
Other Stuff: show
AC:NL Info

Dream Address: 4400-3141-4504
Mayor: Triple J
Town Name: Quattom



My Super Mario Maker levels: viewtopic.php?f=77&t=46621&p=344256#p344256

My Youtube channel, if you could possibly bother: https://www.youtube.com/channel/UCuP5V8 ... subscriber

Brand-new Bomberman 64: The Second Attack Gameshark Codes!
Now on Dropbox! Active and updated irregularly.
User avatar
CedarBranch
Impulsive & ambitious

 
Posts: 1242
Joined: June 15th, 2012, 1:10 pm
Location: Reclusive. (At least I want to.)

Runouw Votes Winner
Voted "Best Level" with Essence of Time in Runouw Votes New Year 2014/15

Thumbs Up given: 384 times
Thumbs Up received: 108 times

Re: Your questions, our answers

Postby KABOOM » February 14th, 2015, 10:59 am

In the function "a = b ± c", "a" is the variable that's being set to the new value. So, if you make the function "g_a = g_b + 1", this will set g_a to whatever g_b + 1 is, without actually changing g_b at all. Does that make any sense?
User avatar
KABOOM
Prophet of Shadowsquid

 
Posts: 1144
Joined: October 16th, 2009, 11:31 am
Location: Just a little further.

A Good Start

Thumbs Up given: 44 times
Thumbs Up received: 121 times

Re: Your questions, our answers

Postby CedarBranch » February 14th, 2015, 11:57 am

It does, thanks!

I was kind of thinking that before, actually, but I wasn't really sure, so yeah. :3
Triple J here!
Image
Credit goes to FrozenFire/l.m
Other Stuff: show
AC:NL Info

Dream Address: 4400-3141-4504
Mayor: Triple J
Town Name: Quattom



My Super Mario Maker levels: viewtopic.php?f=77&t=46621&p=344256#p344256

My Youtube channel, if you could possibly bother: https://www.youtube.com/channel/UCuP5V8 ... subscriber

Brand-new Bomberman 64: The Second Attack Gameshark Codes!
Now on Dropbox! Active and updated irregularly.
User avatar
CedarBranch
Impulsive & ambitious

 
Posts: 1242
Joined: June 15th, 2012, 1:10 pm
Location: Reclusive. (At least I want to.)

Runouw Votes Winner
Voted "Best Level" with Essence of Time in Runouw Votes New Year 2014/15

Thumbs Up given: 384 times
Thumbs Up received: 108 times

Re: Your questions, our answers

Postby CedarBranch » May 7th, 2015, 1:07 pm

Triple J wrote:I've got another question, because I couldn't find a good source through Google:
    Could somebody please explain how each platform "tipping" property setting works? I've been going through trial and error, but I still don't understand what happens with higher or lower integers in each field (i.e. I have no idea if I should have a higher or lower integer in "weight object strength," nor what it actually does).



I don't like going through trial & error every time I need a particular tipping effect, especially when a level gets a really long loading time. But still, it's a waste of time when I could figure out what each property does. But... I cannot seem to figure out what each property actually does, no matter how (much) I test them out.


EDIT: I renewed this thread, since it feels neglected and harder to find: http://www.lastlegacy.us/forums/viewtopic.php?f=8&t=388
Triple J here!
Image
Credit goes to FrozenFire/l.m
Other Stuff: show
AC:NL Info

Dream Address: 4400-3141-4504
Mayor: Triple J
Town Name: Quattom



My Super Mario Maker levels: viewtopic.php?f=77&t=46621&p=344256#p344256

My Youtube channel, if you could possibly bother: https://www.youtube.com/channel/UCuP5V8 ... subscriber

Brand-new Bomberman 64: The Second Attack Gameshark Codes!
Now on Dropbox! Active and updated irregularly.
User avatar
CedarBranch
Impulsive & ambitious

 
Posts: 1242
Joined: June 15th, 2012, 1:10 pm
Location: Reclusive. (At least I want to.)

Runouw Votes Winner
Voted "Best Level" with Essence of Time in Runouw Votes New Year 2014/15

Thumbs Up given: 384 times
Thumbs Up received: 108 times

Re: Your questions, our answers

Postby Supershroom » June 7th, 2015, 5:21 am

What's actually the fuss about creating blocks and planets? Actually, while their ID's exist, I can't find any item named "Block" or "Planet", so what do you do to create them? Do you have to go into the code for that?
Image

Thank you, FF.

Nan's sig! From the previous Secret Santa event!: show
Rating standards: show
1 star: (0 - 5.75 in LDC) These levels need a lot of work. They're totally un-elaborated, and/or inherently flawed due to things like cutoff or enemy spam, or they're untested and there are too many bugs gameplay-wise, in short: Many many things went wrong in such a level.

2 stars: (6 - 9.75) These levels are not terrible, but poor. They're too short, lack scenery or they have errors and/or bugs but it's still barely enjoyable. Again, spend more effort and try to do better. (if it's your first level that I rate two stars, it's not bad. There's a long way you can still go)

3 stars: (10 - 12.75) These levels are about mediocre. They may be still a little bit short, the gameplay is fine but not very original and graphics are also solid, but not breath-taking. Try to keep improving!

4 stars: (13 - 15) These levels are nice, but not the best. Effort has been put into them, there can some professionality be seen in gameplay and graphics, they're a nice experience to play, but there are still things you can do to make it even better. Try to go the extra mile!

5 stars: (15.25 - 20) These are really great levels, those which, as said, I would give more than 15 in an LDC. These suffice many high requirements, and it already goes into subtleties if you want to make them better. These levels are successful all around. Bravo.

These are just general principles I try to follow when rating. Sometimes I don't leave a further comment when rating, most times I do, if you have questions about it, feel free to ask further.
Look at this!: show
My total SM63 level experience: 2803 levels.
Total coins collected in these: 306800

The WITBLO11 Tribute


A showcase of the 25 best levels of 2011, including such fantastic levels as Niveau Victorieux Galaxy, Plastic Beach, Dimension Infinity, Realm of the Heavens/Parallel Spires, and more!

My Level Collection: http://runouw.com/forums/viewtopic.php?f=25&t=47186

Other Important Links:
Last Legacy Level Designer tutorial
Eternal SM63 Medal Table
Eternal SM63 Score Table (all LDC scores available)
Top 10 Lists for LDC's (highest averages in a single judging criterion)
Runouw Votes Eternal Table
User avatar
Supershroom
Our local SM63 Spielberg

 
Posts: 1802
Joined: June 21st, 2014, 5:22 am
Location: Filmstudio for SM63. Sometimes also LL.

Runouw Votes Winner
New Years 2016: Best Level Winner (Ride Through The Mines)

Thumbs Up given: 244 times
Thumbs Up received: 126 times

PreviousNext

Return to Last Legacy Level Designer