• Ever wanted an RSS feed of all your favorite gaming news sites? Go check out our new Gaming Headlines feed! Read more about it here.
Status
Not open for further replies.

Pleiades

Member
Dec 12, 2017
166
Been trying to write a shader for volumetric clouds / nebula / whatever.

Started by making a raymarching shader. Added some stuff like basic operators for spheres, basid diffuse lighting (multiple lights, colors etc.) and some smooth shadows (I'm basically just crudely cheating a penumbra for the shadows but it works quite well...)



Then moved onto actually making a volumetric cloud shader based on what I learned. First up was generation of tilable 3D Worley and Perlin noise.

XJ0sA7P.jpg


Then making a shader that marches through our volume and uses the various noises to make something that resembles clouds...



Some settings for noise weights, cloud coverage, color etc:



Next up is lighting I guess. Gonna have to see how the performance is after that's done but I've liked this small project so far.

Still early days but the basics are in place so I think after some messing around with this I might be able to make decent looking clouds.

Oh and merry Christmas!
 

Sean Noonan

Lead Level Designer at Splash Damage
Verified
Oct 26, 2017
384
UK
A wee bonus video:



Curious how other people deal with first person guns going through walls when you get close to them.
 

sabrina

Banned
Oct 25, 2017
5,174
newport beach, CA
Been trying to write a shader for volumetric clouds / nebula / whatever.

Started by making a raymarching shader. Added some stuff like basic operators for spheres, basid diffuse lighting (multiple lights, colors etc.) and some smooth shadows (I'm basically just crudely cheating a penumbra for the shadows but it works quite well...)



Then moved onto actually making a volumetric cloud shader based on what I learned. First up was generation of tilable 3D Worley and Perlin noise.

XJ0sA7P.jpg


Then making a shader that marches through our volume and uses the various noises to make something that resembles clouds...



Some settings for noise weights, cloud coverage, color etc:



Next up is lighting I guess. Gonna have to see how the performance is after that's done but I've liked this small project so far.

Still early days but the basics are in place so I think after some messing around with this I might be able to make decent looking clouds.

Oh and merry Christmas!
That looks clever. I love seeing people experiment with stuff like this. The clouds look great too.
 

GulAtiCa

Community Resettler
Avenger
Oct 25, 2017
7,540
So, I finally got it released! The game I mentioned a few months back is finally out on the Nintendo Wii U (as of yesterday actually).



If anyone is curious why this took so long, esp as released for Europe 2 years ago, here is a good explanation of what happened (long thread):


And I recently redid my website, made the 404 page a custom fun interaction of the game. Check it out, fully playable.


Going forward, I plan to continue getting the game ready for Android release and eventually PC too. Starting in January, I plan to go back to the beginning and begin work on my 1st release game, a Tower Defense game called ZaciSa: Defense of the Crayon Dimension. Was a pretty tiny "decently" popular game for the Wii U for a bit. Was a fun game to play, but was ugly lol. Esp the UI/UX. But now I have a graphics/music guy (same guy who helped me do the game above). So plan to make a new version and hope to eventually get it out on PC by end of 2020 or early 2021 hopefully. But, given my past lateness, probably closed to 2022. lol
 

Pleiades

Member
Dec 12, 2017
166
That looks clever. I love seeing people experiment with stuff like this. The clouds look great too.

Thanks!

And "experiment" is definitely the right word, half the time I have no idea what I'm doing...

Got basic lighting to work. Shader is slower but still manageable. Now I'm trying to get rid of the annoying ring artefacts that show up due to the sampling distance.


 
Oct 26, 2017
3,913
Curious how other people deal with first person guns going through walls when you get close to them.

I have seen two approaches (and a combination of the two). First is to have some kind of animation for holding the gun up towards the sky when you get a certain distance away from the wall. The second is to have it so that the gemoetry for the player (including gun, arms, whatever) is always drawn last (or at least, after the level geometry) so that it never clips.

The combo method I have seen is to play the bespoke animation in most cases, but do the draw-order approach when the player starts to shoot, so that your animation never restricts the ability of the player to fire.

If you find a better soltion, let me know!
 

Qwark

Member
Oct 27, 2017
8,017
So, I finally got it released! The game I mentioned a few months back is finally out on the Nintendo Wii U (as of yesterday actually).



If anyone is curious why this took so long, esp as released for Europe 2 years ago, here is a good explanation of what happened (long thread):


And I recently redid my website, made the 404 page a custom fun interaction of the game. Check it out, fully playable.


Going forward, I plan to continue getting the game ready for Android release and eventually PC too. Starting in January, I plan to go back to the beginning and begin work on my 1st release game, a Tower Defense game called ZaciSa: Defense of the Crayon Dimension. Was a pretty tiny "decently" popular game for the Wii U for a bit. Was a fun game to play, but was ugly lol. Esp the UI/UX. But now I have a graphics/music guy (same guy who helped me do the game above). So plan to make a new version and hope to eventually get it out on PC by end of 2020 or early 2021 hopefully. But, given my past lateness, probably closed to 2022. lol

If you don't mind me asking, what was it priced at for Europe? Just curious and comparing it to the price range I was considering for some of my projects.

Also, congrats!
 
May 23, 2019
509
cyberspace
I'm having some animation issue with Unity, I have a double barrel shotgun and everything works as I planned on Blender, but when I upload the animated model on Unity everything is screwed like the handler (I don't know if handler is the right word) when I reload it moves totally differently and the barrel also moves on a totally different position and you see the handler rotates to the right and the double barrel rotate to the opposite side.
I'm using the Animator controller.
 

Benz On Dubz

Member
Oct 27, 2017
763
Massachusetts
Little story moment from The Sheep and Fox Show! episode "No More Beds"



Also, I have just received wonderful news, everyone. "Lil" Way Bay from Foxborough, Massachusetts has joined the show! Mr. Bay brings the kind of good manners that we pray will unblacklist us from any of the many childrens tv stations that we've been banned from.

Note that due to local labor laws and the borderline authoritarian "CPS is Coming Act of 2017", Way Bay will be not allowed to participate in the slapping one-ups with the other cast members. Mr. Bay is free and encouraged, however, to use his words when frustrated.

5A05B9C8-56F3-4B1C-83AC-7FF7C0C39A3B.jpeg
 

Deleted member 62221

User requested account closure
Banned
Dec 17, 2019
1,140
I'm having some animation issue with Unity, I have a double barrel shotgun and everything works as I planned on Blender, but when I upload the animated model on Unity everything is screwed like the handler (I don't know if handler is the right word) when I reload it moves totally differently and the barrel also moves on a totally different position and you see the handler rotates to the right and the double barrel rotate to the opposite side.
I'm using the Animator controller.

Are you using the blend file in Unity or exporting as a FBX first? if you are exporting try marking the option "Apply Transform" first and see what happens (it could be the axis of the objects). Also remember to apply location, rotation and scale before exporting.
 
May 23, 2019
509
cyberspace
Are you using the blend file in Unity or exporting as a FBX first? if you are exporting try marking the option "Apply Transform" first and see what happens (it could be the axis of the objects). Also remember to apply location, rotation and scale before exporting.
I tried both .blend and fbx, still nothing :\ and also how do I apply location, rotation and scale

p.s I'm new in 3D modelling and i'm using Blender 2.8
 

Deleted member 62221

User requested account closure
Banned
Dec 17, 2019
1,140
I can't help you then. I'm not a Blender expert but I've exported animated meshes to Unity without much problems before so I'm not sure what are you doing wrong, maybe ask in the Unity forums? I can only tell you that applying rotation and scale at least is something that you should always do before unwrapping or animating so their axis is set to zero before starting to move things.

Also is this just an animated weapon or a character with a weapon? because if you are exporting a humanoid character to Unity then your problem could be in the configuration of your rig (skeleton).

Also as a last resort I would suggest trying to start from something simpler: make 2 boxes, add a simple animation and then export it to Unity. If that works, make something more complex, try to see what point of the process is what causes the problems.
 
May 23, 2019
509
cyberspace
I can't help you then. I'm not a Blender expert but I've exported animated meshes to Unity without much problems before so I'm not sure what are you doing wrong, maybe ask in the Unity forums? I can only tell you that applying rotation and scale at least is something that you should always do before unwrapping or animating so their axis is set to zero before starting to move things.

Also is this just an animated weapon or a character with a weapon? because if you are exporting a humanoid character to Unity then your problem could be in the configuration of your rig (skeleton).

Also as a last resort I would suggest trying to start from something simpler: make 2 boxes, add a simple animation and then export it to Unity. If that works, make something more complex, try to see what point of the process is what causes the problems.
I understand, anyway thanks for dedicate me some of your time :)
 
Oct 20, 2018
1,281
Brazil
Hey there everyone! This is my first time posting in this thread =P

So, I've been wanting to make a turn-based RPG for a while now, and I've been slowly making progress on character designs and stuff like that, but now I'm starting to prototype the actual game.

I made this mockup for the battle UI using PowerPoint and I'd love some feedback on it before I start trying to implement this stuff in the game, so here it is:

battlemockup1_by_vin256_ddn78xb-pre.jpg


It goes without saying that the enemies are placeholder =P

I'm kinda trying to go for a Dragon Quest/EarthBound vibe with it, but I'm not sure if I should keep it like this or make it pixel art, as the "main" part of the game is made with pixel art for now.
 

Acquila

Member
Oct 26, 2017
1,162
Hey there everyone! This is my first time posting in this thread =P

So, I've been wanting to make a turn-based RPG for a while now, and I've been slowly making progress on character designs and stuff like that, but now I'm starting to prototype the actual game.

I made this mockup for the battle UI using PowerPoint and I'd love some feedback on it before I start trying to implement this stuff in the game, so here it is:

battlemockup1_by_vin256_ddn78xb-pre.jpg


It goes without saying that the enemies are placeholder =P

I'm kinda trying to go for a Dragon Quest/EarthBound vibe with it, but I'm not sure if I should keep it like this or make it pixel art, as the "main" part of the game is made with pixel art for now.

I'm kinda wondering what will decide the order of your party members' HP/AP bars on the left, whenever you start picking turns for a different character. I'm assuming the avatar of the character taking a turn is always at the bottom left though.
 
Oct 20, 2018
1,281
Brazil
I'm kinda wondering what will decide the order of your party members' HP/AP bars on the left, whenever you start picking turns for a different character. I'm assuming the avatar of the character taking a turn is always at the bottom left though.

Yeah, that's what I'm going for. Ideally the health bars will rotate according to which character's turn it is, so the current character would be at the bottom and once you're done with them, it goes to the top of the list and so on. Now I'm kinda wondering if that would be somewhat confusing to players though.
 
Last edited:
Oct 20, 2018
1,281
Brazil
Okay, so I did some more adjustments and also played around with a moving background just to see how that would look as well:



I think this could look pretty cool with a television-themed boss or something, I dunno.

As for the UI adjustments:

Same screen as my previous post, but I made the dialog box smaller and moved it to the side so the enemies could have more breathing room. I also added portraits for the rest of the party and adjusted the bars a bit, and made the selected character portrait slightly smaller as well.

slide1_by_vin256_ddn8ch8-pre.jpg


Magic menu:

slide2_by_vin256_ddn8cgt-pre.jpg


Items menu:

slide3_by_vin256_ddn8cge-pre.jpg


I'd really appreciate some feedback on those menus, I really like how they ended up but they kinda look too much like a Smash menu to me, so maybe I should change it...
 

Weltall Zero

Game Developer
Banned
Oct 26, 2017
19,343
Madrid
Okay, so I did some more adjustments and also played around with a moving background just to see how that would look as well:



I think this could look pretty cool with a television-themed boss or something, I dunno.

As for the UI adjustments:

Same screen as my previous post, but I made the dialog box smaller and moved it to the side so the enemies could have more breathing room. I also added portraits for the rest of the party and adjusted the bars a bit, and made the selected character portrait slightly smaller as well.

slide1_by_vin256_ddn8ch8-pre.jpg


Magic menu:

slide2_by_vin256_ddn8cgt-pre.jpg


Items menu:

slide3_by_vin256_ddn8cge-pre.jpg


I'd really appreciate some feedback on those menus, I really like how they ended up but they kinda look too much like a Smash menu to me, so maybe I should change it...


The menu looks very nice, and although as you say it has a bit of a Smash vibe, that's not a bad thing and Smash doesn't have the copyright on non-rectangular menus. :)

Personally the number one concern for me regarding menus is usability and visibility, so my one issue with these is that the font for somethings is far too small. In the case of party members' HP (one of the most important things to see at a glance!), the small font combines witht he fact that white over light green doesn't contrast at all, making the HP numbers almost impossible to read.
 
Oct 20, 2018
1,281
Brazil
The menu looks very nice, and although as you say it has a bit of a Smash vibe, that's not a bad thing and Smash doesn't have the copyright on non-rectangular menus. :)

Personally the number one concern for me regarding menus is usability and visibility, so my one issue with these is that the font for somethings is far too small. In the case of party members' HP (one of the most important things to see at a glance!), the small font combines witht he fact that white over light green doesn't contrast at all, making the HP numbers almost impossible to read.

Regarding the Smash thing, I'm just worried that it'd look too much like a ripoff instead of an inspiration, but I do like the current result a lot.

As for the fonts, that's something that I'm trying to improve as well (I had an entire class about game ergonomy last semester, so I've been thinking a lot about that when playing games). I'm just not sure if I should just put a black outline (it looked kinda ugly with this font tbh) or if I should make the fonts bigger (or both). I'll experiment some more and see what I can do. Thanks a lot for your input!
 

dannymate

Member
Oct 26, 2017
644
I'd really appreciate some feedback on those menus, I really like how they ended up but they kinda look too much like a Smash menu to me, so maybe I should change it...
It has a really fun and clean looking aesthetic and the SSB menu looks fine I'm sure it'll naturally change a tad over time anyway as the game evolves.
Trying-To-Help.png

I tried to edit it real quick to show my issues. I'm not a UI designer or anything but maybe it'll help who knows. Feel free to ignore everything.
1. I thought the main health stuff could tuck in a little more with the portrait as it seems a little disembodied at the moment.
2. I felt the action menu wasted a lot of space on the bottom right. I was thinking maybe a flip or just one side jagging out.
3. The monsters didn't really align with anything and I personally didn't like how the info menu overhanged over the left most monster so I shifted them a tiny bit to the right to be above the action menu but then you get the empty space on the left of them.
----------------------------------------
In my news I started a small game for December I've only really spent 3-ish days on it because I've been either sick or busy but I'm hoping it'll be done with a couple days more work.
It's a Papers Please kind of thing where I channel my political anger (Thanks UK) into the state of Food Banks. I'm currently just modelling a small food bank area for visuals. I really need to understand lighting looks super flat. I'll show it off hopefully when I find the time to finish it off.
 
Oct 20, 2018
1,281
Brazil
Personally the number one concern for me regarding menus is usability and visibility, so my one issue with these is that the font for somethings is far too small. In the case of party members' HP (one of the most important things to see at a glance!), the small font combines witht he fact that white over light green doesn't contrast at all, making the HP numbers almost impossible to read.

I tried to edit it real quick to show my issues. I'm not a UI designer or anything but maybe it'll help who knows. Feel free to ignore everything.
1. I thought the main health stuff could tuck in a little more with the portrait as it seems a little disembodied at the moment.
2. I felt the action menu wasted a lot of space on the bottom right. I was thinking maybe a flip or just one side jagging out.
3. The monsters didn't really align with anything and I personally didn't like how the info menu overhanged over the left most monster so I shifted them a tiny bit to the right to be above the action menu but then you get the empty space on the left of them.

There you go, took me a while but I think it's much better now. I made two versions but I think I still prefer the first one:
ddn8sbr-1da6dc32-edd7-47c5-a607-98f1e7c3e54e.png

ddn8sad-27176f1d-a7e8-4b67-91af-673a16b01290.png

Thanks again for the feedback!
 

Weltall Zero

Game Developer
Banned
Oct 26, 2017
19,343
Madrid
Regarding the Smash thing, I'm just worried that it'd look too much like a ripoff instead of an inspiration, but I do like the current result a lot.

I wouldn't worry about it at all. I do wish I had seen it before you mentioned Smash because it obviously colors my perceptions now, but I think it's plenty unique to stand on its own.

As for the fonts, that's something that I'm trying to improve as well (I had an entire class about game ergonomy last semester, so I've been thinking a lot about that when playing games). I'm just not sure if I should just put a black outline (it looked kinda ugly with this font tbh) or if I should make the fonts bigger (or both). I'll experiment some more and see what I can do. Thanks a lot for your input!

I would definitely go for both (outline + bigger font). Perhaps add a third adjustment simply in making the green from the lifebar a bit darker.
 
Oct 20, 2018
1,281
Brazil
I wouldn't worry about it at all. I do wish I had seen it before you mentioned Smash because it obviously colors my perceptions now, but I think it's plenty unique to stand on its own.



I would definitely go for both (outline + bigger font). Perhaps add a third adjustment simply in making the green from the lifebar a bit darker.

Don't know if you've seen it, but I changed it already aside from making the green darker, which I forgot haha.

Take a look and tell me what you think! It's in the post right above yours.
 

Weltall Zero

Game Developer
Banned
Oct 26, 2017
19,343
Madrid
Don't know if you've seen it, but I changed it already aside from making the green darker, which I forgot haha.

Take a look and tell me what you think! It's in the post right above yours.

I'd say the text is still too small, sorry. I'm sure there must be guidelines for this stuff (e.g. font can't be smaller than X% of the screen), but I think a good rule of thumb to start can be: would this be pleasant to read on a Switch screen?
Edit: I just remembered I had this link about accesibility in games, and this specifically about font sizes:
 
Oct 20, 2018
1,281
Brazil
I'd say the text is still too small, sorry. I'm sure there must be guidelines for this stuff (e.g. font can't be smaller than X% of the screen), but I think a good rule of thumb to start can be: would this be pleasant to read on a Switch screen?
Edit: I just remembered I had this link about accesibility in games, and this specifically about font sizes:

Why are you saying sorry, you're helping a lot haha. Anyways, thanks for the link. This is the solution I came up with for the time being:

ddn9dpz-ca898c74-64de-40b5-a742-2536a5375d31.png

I decided to ditch the HP/AP bars for now since you could barely see them anyways with the text over them, so instead I'll color code the numbers themselves. I also had to move the dialog box back to the center so I could have more room on the left side. I'm a little worried about the screen being too cluttered now, but it does the job for now. I'm actually considering just putting the dialog on the menu box itself, but if I do that then I'll have to consider where to display magic/item info. Oh well, I'll figure that out later =P

Edit: I'll probably look for a more readable font for the HP text later as well, as much as I like the current one it's not really ideal for numbers.
 

Alic

Member
Oct 25, 2017
59
Hey everybody! Haven't posted for a while, which is dumb. This is definitely the best community I know of for game dev. Been working on more environment stuff lately:



Reading up above, I've been working on UI stuff for an RPG too! UIs are hard, guys :(
 

Weltall Zero

Game Developer
Banned
Oct 26, 2017
19,343
Madrid
Why are you saying sorry, you're helping a lot haha. Anyways, thanks for the link. This is the solution I came up with for the time being:

ddn9dpz-ca898c74-64de-40b5-a742-2536a5375d31.png

I decided to ditch the HP/AP bars for now since you could barely see them anyways with the text over them, so instead I'll color code the numbers themselves. I also had to move the dialog box back to the center so I could have more room on the left side. I'm a little worried about the screen being too cluttered now, but it does the job for now. I'm actually considering just putting the dialog on the menu box itself, but if I do that then I'll have to consider where to display magic/item info. Oh well, I'll figure that out later =P

Edit: I'll probably look for a more readable font for the HP text later as well, as much as I like the current one it's not really ideal for numbers.

Oh wow, that looks so much better! Amazing improvement in just one day! I should have prototyped my own UI like that instead of programming it on the fly. :D

Hey everybody! Haven't posted for a while, which is dumb. This is definitely the best community I know of for game dev. Been working on more environment stuff lately:



Reading up above, I've been working on UI stuff for an RPG too! UIs are hard, guys :(


Very nice looking, the thumbnail made it seem like a screencap from some animation film!
 
Oct 20, 2018
1,281
Brazil


Reading up above, I've been working on UI stuff for an RPG too! UIs are hard, guys :(


This looks lovely, congrats!

Oh wow, that looks so much better! Amazing improvement in just one day! I should have prototyped my own UI like that instead of programming it on the fly. :D

Thanks, I'm glad you like it! I've been using PowerPoint for stuff it's not really supposed to be used for for a while now, so it was the obvious choice for me to prototype the UI with. I really should just download Adobe XD for this kind of stuff one of these days though, I always forget it =P
 

correojon

Banned
Oct 26, 2017
1,410
Oh wow, that looks so much better! Amazing improvement in just one day! I should have prototyped my own UI like that instead of programming it on the fly. :D
I strongly recommend the book UI is communication, it´s opened my eyes to how to do UI/UX properly. At some points the book seems to have been written with programmers in mind as it explains a lot of things we tend to do thinking they´re OK (spoiler: they´re not!) and how we should really be doing them. And overall, it gives a lot of useful tips that can be applied to game design in general, not only UI. A huge tip is to not design the UI thinking about the information you want to show, but about what (and how) the user is going to need. And to identify this we need to test our UIs with real people, I think that specially solo devs tend to neglect this a lot and focus our testing almost purely on game design, while only paying attention to superficial UI problems.
 

Weltall Zero

Game Developer
Banned
Oct 26, 2017
19,343
Madrid
I strongly recommend the book UI is communication, it´s opened my eyes to how to do UI/UX properly. At some points the book seems to have been written with programmers in mind as it explains a lot of things we tend to do thinking they´re OK (spoiler: they´re not!) and how we should really be doing them. And overall, it gives a lot of useful tips that can be applied to game design in general, not only UI. A huge tip is to not design the UI thinking about the information you want to show, but about what (and how) the user is going to need. And to identify this we need to test our UIs with real people, I think that specially solo devs tend to neglect this a lot and focus our testing almost purely on game design, while only paying attention to superficial UI problems.

Emphatically agreed. Testing and feedback is crucial for all games, but in the case of solo devs it's a thousand times more important. Nothing has ever made me more aware of the many, huge blind spots we all have until I started making a game.
 

Deleted member 62221

User requested account closure
Banned
Dec 17, 2019
1,140
There's some really scummy people asking for freelance work in this industry:

- I apply to a remote job for a "cooperative shooter" project.
- They ask me about my knowledge and experience.
- Everything good so far so they ask me how long it would take me to make a "proof-of-concept" for a coop shooter with capsules instead of animated models but similar mechanics to Left 4 Dead.
- I say AT LEAST a week working full time.
- Then they tell me to do it (WHAT?!) and they are pretty vague about this being a final stage for the job.
- Instead of telling them to go to hell (seriously a free week or more of work without guarantees of any kind!), I say that I'm busy with the holidays and other offer (which is true but if that failed I could reconsider this as a last resort).
- They answer me right away telling me that they "moved on with another candidate" (yeah, right).

What do you think? did I dodge a bullet or am I being paranoid?
 

iHeartGameDev

Member
Feb 22, 2019
1,114
Hey everybody! Haven't posted for a while, which is dumb. This is definitely the best community I know of for game dev. Been working on more environment stuff lately:



Reading up above, I've been working on UI stuff for an RPG too! UIs are hard, guys :(


Your work is so impressive. You've got some serious talent! Do you have any recommendations for learning, well, pretty much anything that would end in a result like this?
 

Weltall Zero

Game Developer
Banned
Oct 26, 2017
19,343
Madrid
There's some really scummy people asking for freelance work in this industry:

- I apply to a remote job for a "cooperative shooter" project.
- They ask me about my knowledge and experience.
- Everything good so far so they ask me how long it would take me to make a "proof-of-concept" for a coop shooter with capsules instead of animated models but similar mechanics to Left 4 Dead.
- I say AT LEAST a week working full time.
- Then they tell me to do it (WHAT?!) and they are pretty vague about this being a final stage for the job.
- Instead of telling them to go to hell (seriously a free week or more of work without guarantees of any kind!), I say that I'm busy with the holidays and other offer (which is true but if that failed I could reconsider this as a last resort).
- They answer me right away telling me that they "moved on with another candidate" (yeah, right).

What do you think? did I dodge a bullet or am I being paranoid?

This is spec work at best, a scam at (most likely) worst. Imagine how they would treat you as an employee if the first thing they do is demand a week of free work for a chance to qualify for a job. Utterly insane.
 

Deleted member 62221

User requested account closure
Banned
Dec 17, 2019
1,140
This is spec work at best, a scam at (most likely) worst. Imagine how they would treat you as an employee if the first thing they do is demand a week of free work for a chance to qualify for a job. Utterly insane.

Yeah, I thought the same, I only stopped myself from saying something harsh to them because the market for freelance Unity devs seem pretty bad these days but it seems they were never an option.

I wish one of my games was a modest hit so I wouldn't have to look for extra sources of income. So tired of having to interview, I just want to make games, I don't even need to get rich doing it.
 

Deleted member 48390

User requested account closure
Banned
Oct 6, 2018
75
What do you think? did I dodge a bullet or am I being paranoid?
I think you did well my friend!

tenor.gif


I had multiple indie teams contacting me, asking to work for their "revolutionnary" project, and when I ask basic pro info (art direction, daily or weekly briefing, weekly payments or "percentage interests" -don't know the word sorry...- once the game is released, etc...) they mysteriously vanish...
 
Status
Not open for further replies.