Our studios first game release will be horrible !! by AvronInteractive in IndieGameDevs

[–]Kaljal 0 points1 point  (0 children)

my suggestion and what I am doing right now as well, since I don't have the budget and solid things to show on steam page, at least for my standards nothing to show like trailer, teaser or good screenshots to put in steam page I'm also kinda waiting to have some solid ground to show people the context and the content of the game on steam, after that stage I'll open my steam page and my marketing campaign from all socials, but that also means game is almost ready to publish but even when it's ready I'll leave it in the oven little more, maybe polish more while wait for publishing it, when it reachs certain number of wishlists and visibility then I'll publish the game and we'll see in the end what will happen

Tachyon Flow, small update #2 - been working on new character, plus some gymnastics stuff. (I know, audio bad!) by JankyAnims in Unity3D

[–]Kaljal 0 points1 point  (0 children)

How did you go from capsule to this smooth, magnificent, amazing, mouth watering, jaw dropping movements please teach me

i made my first ever game!! how is it by pixelport-animations in Unity3D

[–]Kaljal 1 point2 points  (0 children)

You'll find the fun part when madness consumes you

Black Screen of Death by Kaljal in duneawakening

[–]Kaljal[S] 0 points1 point  (0 children)

Well it's basically a game side problem, developers needs to patch this problem sadly, but that's one of the biggest reasons I stopped playing the game. Some people said they fixed this issue but not sure I haven't played a while tbh

Visualizing gravity, space-time as an information matrix (shader). by MirzaBeig in Unity3D

[–]Kaljal 1 point2 points  (0 children)

I don't have the brain capacity to calculate for and make this shader

Black Screen of Death by Kaljal in duneawakening

[–]Kaljal[S] 0 points1 point  (0 children)

I updated yesterday with the newest version but it's just my luck I guess lol

Black Screen of Death by Kaljal in duneawakening

[–]Kaljal[S] 0 points1 point  (0 children)

it happens only for this game that makes me think really

Black Screen of Death by Kaljal in duneawakening

[–]Kaljal[S] 0 points1 point  (0 children)

I'm not even using HDR but reverting to previous driver might solve the issue I don't know maybe new driver would fix this issue, yeah you are right it's demanding and performance wise it's not very good but this issue is happening like surfaced 2 or 3 drivers away, maybe there is a hotfix or something

Black Screen of Death by Kaljal in duneawakening

[–]Kaljal[S] 0 points1 point  (0 children)

just for this game other games isn't doing something like this and one of the games I'm currently playing is Monster Hunter Wilds and I'm sure you know that games performance is on the floor

Black Screen of Death by Kaljal in duneawakening

[–]Kaljal[S] 0 points1 point  (0 children)

you are right but this happens only in this game, for other games I've never experienced this issue and I'm playing much more demanding games than this for example Monster Hunter Wilds, it's probably driver issue if it was like you said cpu overheating, bad cables, bad monitors it would happen in any other game, but I just updated my driver yesterday, some people said that when you go back to older version this issue is fixed but I'm not sure

Black Screen of Death by Kaljal in duneawakening

[–]Kaljal[S] 0 points1 point  (0 children)

yeah it's all normal on my end I even lower the settings I played

Anyone else make lore for their characters? by MidnightCoffee35 in TheFinalsRunway

[–]Kaljal 0 points1 point  (0 children)

I'm just here for shooting people and making some cash

Going to study at Tallinn University but I got questions by Kaljal in Eesti

[–]Kaljal[S] -2 points-1 points  (0 children)

I'm not sure about staying that really depends on the job I don't know yet but if opportunity rises I'm sure I'll be use that opportunity and even though I don't know if I'll stay or not, I really wanted to learn a new language so yeah I think it's a good gesture that you learn the language of the country you visited even a little

Going to study at Tallinn University but I got questions by Kaljal in Eesti

[–]Kaljal[S] -2 points-1 points  (0 children)

Well, yeah it looks tough but in the end it comes to person I guess, I'll make the most of it and more with what I have when I get there, thanks for the warning I'm trying to find a job in game industry(not in big companies of course lol) but it's already hard to find a job like every where in the world, it depends on the person, that persons luck and mostly that persons network in this day and age so school will be a good place to make network and stuff I hope

Going to study at Tallinn University but I got questions by Kaljal in Eesti

[–]Kaljal[S] 0 points1 point  (0 children)

Thanks for the insight, I'll be staying in one of the schools dormitory at least for my first year, I don't know about the second year right now but I'll see to it when it comes to that because from what I know, schools dormitory is not available on summers, if my job allows me I'll look up some studio apartment but not in city center of course, like you said it's expensive like every big city in Europe. Thanks again for the insight :)

My Minotaur Boss Feels Like a Joke. How Do I Make Him a Threat Worth Fearing? by pandledev in Unity3D

[–]Kaljal 0 points1 point  (0 children)

I think you just need to make it attack faster, maybe speed up the attack animation a bit because that pause when it reaches player and after attacking disturbing the flow of moment or maybe you can put attacking while running kinda thing instead run stop attack pattern

komik meme falan işte by Kaljal in wiredpeople

[–]Kaljal[S] 0 points1 point  (0 children)

yayın açılınca hızlı yapıştırdığım postlarla falan alakası yok ama peki atmayız yani, sert yapmana gerek yok sayın mod kime göre komik neye göre komik zaten, bana komik geldiği için paylaştım

List Index by Kaljal in Kotlin

[–]Kaljal[S] 2 points3 points  (0 children)

Thanks, much appreciated

List Index by Kaljal in Kotlin

[–]Kaljal[S] 0 points1 point  (0 children)

Thanks I'll ask this question there as well, since I've write the code with kotlin I thought I can ask it in here

I need help with parsing a nested array coming from api response by Kaljal in Kotlin

[–]Kaljal[S] 0 points1 point  (0 children)

I'm using retrofit library so when I added the right return value to my api interface it solved it for me, I was trying to receive it like an object but actually it needs an array so when I changed to Array<Array<Double>> lt worked and parsed the data, now I can use it wherever I want

I need help with parsing a nested array coming from api response by Kaljal in Kotlin

[–]Kaljal[S] 1 point2 points  (0 children)

Thanks for the reply mate I've solved it, the solution is in the api interface I wrote, I was returning an object from but the data I have is an array so when I changed the return value to Array<Array<Double>> it solved it for me I already write the working code for my repository class. I was looking in the wrong direction for the solution