Lou Bagel's Recent Forum Activity

  • Getting closer to releasing something for Survive The Day: A game to survive the boring but real ordeals people face everyday in their office jobs.

    Can walk around the office as-is here: https://www.loubagel.com/survive-the-day/

    Some screenshots:

    The plan is to release one level at a time playable on my website for free. Side project and not money hungry on it, so just looking to gain some experience, maybe a few fans, and some feedback so maybe one day I can make something more sell-able.

    If interested stay tuned on this thread or click on my profile to follow me other ways!

  • Building a game that you might actually release?

    Have a indie game studio?

    Artist looking for a better way to showcase your work?

    Want a site to host your game or demo without having annoying third party ads?

    I'm a Construct user and been in this community for a few years so I hope this post doesn't get removed as irrelevant. The reason I believe it is relevant is the Construct/Scirra community is a community of creative people—programmers, artists, game developers. So while this isn't necessarily directly relevant to the Construct program it is to the community. I want to do something to help out some people in this community as I know for a lot of people the art or game development is a side gig or hobby, and can't put a lot of resources into this (time, money), but still have a ton of passion for it.

    So what you get for $75:

    • Domain Name — costs me $12 off the top. ( .com or other non-premium or can pay the difference)
    • Hosting for a year — costs me nothing as I have unlimited but would typically cost you $20/month if you bought yourself
    • Custom built website, from me, to try and match the style of your game, art, studio, or you.

    Why so cheap?

    Normally my target price for creating a business's website is $2,000 plus $100/month for hosting & updates. But I know that is unrealistic for hobbyists, side gigs, and startups. But at $75 I'm not losing money, just time. I'm willing to give a bit of my time to help out people in this community and showcase some people's creativity. I do websites. I love video games. I advocate for startups/entrepreneurship/small businesses. So was looking for a way to "give back" or help others out in the areas that I love.

    So some more ideas, details or rough guidelines about website possibilities:

    • One long page or a few short ones following similar design/layout theme
    • Can host/embed your construct project (play on website)
    • Showcase as much art, images, assets as you'd like
    • Links to Social Media Accounts
    • Embedded relevant YouTube or Vimeo Videos
    • Embedded social media posts (ie latest tweet)
    • Contact form
    • Sign up form (newsletter)

    What this does not include:

    • Updates. This is one and done deal, static website for a year. If updates needed can negotiate
    • Blog. (can link to Scirra Forum to substitute as gamedev log or embed social media frame that displays your latest tweets/fb posts/etc)
    • CMS

    Things you would need to provide:

    • Any images you would want to show. Artwork, assets, animated gifs of gameplay, etc.
    • URLs of any Vimeo or YouTube videos you want to embed (must be yours)
    • At least a rough outline of the sections of content you want
    • Exact text for descriptions, headlines, etc.

    If something is unclear respond here and I will clarify.

    If you are definitely interested you can e-mail me at Chris BadMoodTaylor.com (don't know how frequently I will be checking back here)

    Here are some links of mine:

    • Lou Bagel Having fun with ridiculous animations until I create some content
    • Lou Bagel Intro More fun with ridiculous animations as an intro to the Lou Bagel Website
    • Survive The Night More serious idea of what a website for a game could look like
    • BadMoodTaylor My temporary web dev website, created in a few days just to get something up.
    • VideosByPat An actual business's website that I created recently, since all of the other links are small one page websites
    • ArtByPat Art gallery for VideosByPat. Creative way we found to display paintings

    Please note this is limited time offer. There is no time frame so feel free to inquire but more along the lines of if I get busy I won't be doing any more of this deal. I also won't be working with anything inappropriate or insensitive. Right to refuse anyone or change terms. Serious inquiries only.

    Hope I didn't come across sales-y or scam-y. I hope to work with some passionate people and make some creative websites. I love doing that!

  • Hello there!

    It's been a while since I've posted here but I haven't been doing nothing!

    Although I don't have significant progress to report on the game, I do have something related to this game: A website!

    I am an amateur web designer as well and thought it would be great practice to make a website for my games. Take a look here:

    http://www.loubagel.com/survivethenight.html

    I haven't posted or shared this anywhere else yet. I was hoping to get a few people's feedback first so thought I would post here as I'm sure this is a smaller audience. So I hope a couple people will check it out an let me know what you think!

    Thanks!

    Note: my other websites, which there are links on this page to, are planned to be updated as well. So if you check those out keep it in mind they will hopefully be redone soon

    Edit: just fixed a couple of issues (20 min after original post)

  • You should be able to find multiple inventory examples if you search in tutorials, maybe even in other forum posts.

    That X that isn't being recognized is probably referring to some variable you are missing

  • You do not have permission to view this post

  • If the example is throwing people off let me enlarge it—ABABCDAB, if sorted one at a time would never change to ABBACDAB. Bad example—should have at least said ABBA

    But that part of the question I think Newt took care of anyway

  • >

    > > what newt said or use IID sorting

    > >

    >

    > How would you sort by IID?

    >

    same as you sort them by z-order just you give it another id in this case IID instead of UID (z sorting however is more of layer type of thing it might be that IID is not the best aproach )

    So let me paraphrase your posts:

    1. Try sorting Z Order by IID

    2. IID is not the best way to sort Z order

    lol, am I misunderstanding something?

  • what newt said or use IID sorting

    How would you sort by IID?

  • You do not have permission to view this post

  • Having an extra family has no drawbacks.

    Don't think of it as families in a family. It's merely a family of objects grouped together for z sorting.

    I would suggest just making a family variable that uses the y value, and sorting by that to start.

    Ah, I never really realized that—you can add one object to many different families? For some reason I was under the impression that it could just belong to one family.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I am thinking through the process of changing over my Z order sorting to using the new(er) event and thought I would think out-loud (here, in this post) in case anyone has any tips, as I haven't dealt with Z order much.

    I'm also a little confused on dealing with this:

    [quote:3d825f7p]then inserts the sorted sequence back in to the holes left behind.

    This means if I have two separate families I can't really sort them separately using this? As it sounds like if the z order was ABAB it would never get changed to lets say AABB—it would always stay ABAB as the instances in the family are only changed with themselves. It would be nice to have separate families and not have to lump everything into one family.

    My projection goes left when (perspective) farther away so was thinking assigning the variable based on distance from the top right. Maybe have a modifier variable that I set manually, so family instance variable = distance(top of project, right of project, instance.x, instance.y) + zModifier

    Then when player and NPCs moving would it make sense, to save processing power, to use the move next to action instead of constantly resorting everything? Because if only one object is moving it seems to make sense to only move that objects z order instead of resorting everything

  • Also working on pixel art for several office game ideas. Just finished cubicles, first attempt at decorating them, and set up z-index for them.

Lou Bagel's avatar

Lou Bagel

Member since 7 Sep, 2015

Twitter
Lou Bagel has 3 followers

Connect with Lou Bagel

Trophy Case

  • 9-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

16/44
How to earn trophies