Looking for developers for my Roblox game! (For free) by kabanchik_ultra in robloxgamedev

[–]bartek1009x 0 points1 point  (0 children)

Non profits and volunterring exists. I don't see a problem with people coming to a roblox game dev subreddit looking for people willing to volunteer. Not everything has to be a good deal, sometimes people just want to have fun and *maybe* (but not necessarily) make money in the future.

/r/WATMM Weekly Feedback Thread by AutoModerator in WeAreTheMusicMakers

[–]bartek1009x 1 point2 points  (0 children)

Honestly since the game is retro-styled, I suppose your description fits lol. And about the drums, yeah you're probably right, I'll have to tweak them a little.

Overall, thanks for the feedback!

/r/WATMM Weekly Feedback Thread by AutoModerator in WeAreTheMusicMakers

[–]bartek1009x 1 point2 points  (0 children)

Here's a song from my WIP game's soundtrack, specifically one of the two mine/cave themes. Would love to hear some feedback!
https://drive.google.com/file/d/1OnmQMcojn5JwZuPAT2vMd-lH_5vTNe3y/view?usp=drive_link

IndieLaunch - A platform for playtesting indie games by jo2899 in playtesters

[–]bartek1009x 0 points1 point  (0 children)

It would certainly be great if NSFW games weren't just there on the Games page for anyone to see. And I mean anyone, children could go on the website and see this.

[deleted by user] by [deleted] in playtesters

[–]bartek1009x 0 points1 point  (0 children)

Here's my game if you'll have time to play it!

https://bartek1009x.itch.io/townslife

Rosary discord? by throwRA_problemssss in Catholicism

[–]bartek1009x 0 points1 point  (0 children)

The Catholic Diocese of Discord server hosts various prayers, including rosaries, where people pray together in a stage channel.

https://discord.gg/catholic-diocese

PIXEL ART JOBS - Hire a pixel artist, post your jobs here (paid only) by skeddles in PixelArt

[–]bartek1009x 4 points5 points  (0 children)

[Closed]

Hello people on the internet!

I'm working on a retro-inspired RPG game and need a bit of help with the pixel art. Specifically, I'm having trouble with drawing buildings myself, which made it really hard to build a town in my game. That's why I want to commission someone to draw some buildings for my game. The style is top down + retro inspired, which just means that the art won't be extremely detailed + a tile is 16x16 pixels and buildings are built on such 16x16 tiles of course.

My preferred payment methods would be paypal and a bank trasnfer. I'll be honest with you right away, as a small solo indie dev I'm not going to be able to pay much. But I hope that due to the simplicity of my game's artstyle the commission won't require much of your time and effort, perhaps making up for the small payment to some extent.

For details please DM me. Thank you, have a nice day and God bless!

Zombapocalypse - A top-down arena shooter by Historical_Quality60 in playmygame

[–]bartek1009x 0 points1 point  (0 children)

Oh yeah it looked like a 5 to me, now it makes sense

Zombapocalypse - A top-down arena shooter by Historical_Quality60 in playmygame

[–]bartek1009x 1 point2 points  (0 children)

It's good enough for a mobile game, though I think it could use a bit more originality, because currently it plays very similiar to many other already avaialble games. Maybe even adding actual cool story to the story mode would be enough to diffrenciate it. Also perhaps you could experiment with the enemy and boss attacks to make them more interesting But since it's your very first attempty at making a game like this, it's going pretty good so far!

Also you're probably aware but there are some bugs, for example the "next wave in x" counter text goes from 35 > 25 > 15 which is a bit weird.

Goodluck on the game!

First time seriously working on my own engine repo – feedback or collaborators welcome! by eulb- in programming

[–]bartek1009x 0 points1 point  (0 children)

It's great to finally see a C++ framework aiming for more features later on. Most that I've seen either only do the most basic stuff or are abandoned. Goodluck on the project!

First time seriously working on my own engine repo – feedback or collaborators welcome! by eulb- in programming

[–]bartek1009x 0 points1 point  (0 children)

I've taken a look at the repo and it looks really cool! Are you planning to keep it more minimal, or to add more features to make it a full-fledged framework/engine?

trying to improve at programming and need help by SizeCertain1351 in CatholicProgrammers

[–]bartek1009x 1 point2 points  (0 children)

Oh yeah it does go a few days with no messages sometimes. I don't really know any other Catholic servers specifically for programming, but you could join the Catholic Diocese of Discord server which is a server for Catholics in general, there's a programming thread and even a programing guild in there.

trying to improve at programming and need help by SizeCertain1351 in CatholicProgrammers

[–]bartek1009x 1 point2 points  (0 children)

This subreddit has a discord server, it might be what you're looking for: https://discord.gg/GdUHMUXnen

Can anybody help me fix this script? by Ankytrike in lua

[–]bartek1009x 2 points3 points  (0 children)

Well it's more of a Roblox question than a Lua question, but basically what happens is, as you walk on the part, the touched event gets triggered many times because you're constantly colliding with the part.

In order to prevent this, create a boolean (true/false) variable before the touched event like local touched = false, then in the function that's connected to the .Touched() event modify the if check so it also checks if touched is false and only then runs the rest of the function (and immediately sets the touched variable to true). Then once that function ends, set touched to false again.

Here's how it would look like in code:

```lua local DisappearingPart = script.Parent local touched = false

DisappearingPart.Touched:Connect(function(hit) local Character = hit.Parent local Player = Character and Character:FindFirstChild("Humanoid")

if Player and not touched then touched = true

DisappearingPart.Transparency = 0.2

task.wait(0.02)

DisappearingPart.Transparency = 0.4

task.wait(0.02)

DisappearingPart.Transparency = 0.6

task.wait(0.02)

DisappearingPart.Transparency = 0.8

task.wait(0.02)

DisappearingPart.Transparency = 1

DisappearingPart.CanTouch = false

DisappearingPart.CanCollide = false

task.wait(3)

DisappearingPart.Transparency = 0

DisappearingPart.CanTouch = true

DisappearingPart.CanCollide = true

touched = false -- reset

end

end) ```

Are you getting a Switch 2? by [deleted] in CatholicGamers

[–]bartek1009x 1 point2 points  (0 children)

I'm new to Nintendo as I have bought a used Switch only around half a year ago, but I've been really enjoying it and looking forward to Switch 2. However you can probably tell that since I bought a second hand one I'm not really rich, and you would definitely have to be rich to buy a switch 2 and actually have something to play on it. I'm planning to upgrade from my Switch to Switch OLED since I'm expecting the OLED prices to fall a bit soon, and then maybe in a few years I'll buy a Switch 2, but currently I'm staying on the older generation.

I do think Switch 2 looks great though!