CS2D Mobile Dev. Blog - Comments
32 replies16.03.21 04:42:39 pm
Please use this thread or CS2D Blog Discord Server to comment on CS2D Mobile Dev. Blog
edited 3×, last 26.03.21 08:22:45 am
Good to se you rollin` again, best wishes
CS2d for ANDROID Discord server is here: https://discord.gg/ww59nvf
Mobile version, Seriously? If you could make a single player love it I'd be glad. Completely wasting of time. CS2D is no fun without a keyboard, mouse, and a wide monitor. That's the best thing that makes it fun. If you rebuilt CS2D in Unity for PC that would be much better.
Whether believe it or not It's not gonna be successful.
Whether believe it or not It's not gonna be successful.
@
The Dark Shadow: Even though I'd love to see a newly built CS2D on PC as much as you do, this shouldn't be that bad where a lot of people on mobile play games like PUBG and Call of Duty. Because, you know, these games are best played via keyboard and mouse. But then I guess it is important to particularly see if this game would work well on emulators. My gut tells me many people will play it on there instead of pure mobile phones.

Shit your pants:
Outlast II Mod (29) | Create your UI faster: CS2D UI Framework



At that time I was trying to reach 60 fps slowest device I can lay my hands on.
I think that it's not so smart to waste time to optimalise the game on very old smartphones. Just take some medium average smartphone from 2020 and that's good.
@
Gaios:60 fps was just for the lighting and static lighting.
You have to keep in mind in that build there was none of
Fog of War + Player + Physics + Network + Animations + Particles
There are so many systems that old device would never manage to run it properly anyway.
Old devices were not able to manage running moonsharp/lua interface properly at 60 fps.
I am aiming for low-end mobiles, but it's a good benchmark to test with.
The lower battery drain you have, the better.
I'll dedicate a blog on optimization as well.
There so much to talk about.

You have to keep in mind in that build there was none of
Fog of War + Player + Physics + Network + Animations + Particles
There are so many systems that old device would never manage to run it properly anyway.
Old devices were not able to manage running moonsharp/lua interface properly at 60 fps.
I am aiming for low-end mobiles, but it's a good benchmark to test with.
The lower battery drain you have, the better.
I'll dedicate a blog on optimization as well.
There so much to talk about.
Woah
These animations look great! good job!
I totally agree that Mecanim just makes things a lot more convoluted and leads to a maintainability nightmare. It's a huge mess when you have many animations. Just playing the stuff from code is so much easier and better.

These animations look great! good job!
I totally agree that Mecanim just makes things a lot more convoluted and leads to a maintainability nightmare. It's a huge mess when you have many animations. Just playing the stuff from code is so much easier and better.

Good to se you rollin` again, best wishes
Aren't you the guy who were trying in creating mobile CS2D too? What's new with it?
You received a game ban because you seem to be a cheater. You are not able to log-in in-game anymore.
you know what makes cs2d fun = mods / lua scripts i wish that was added to mobile one , mobile will be more popular than pc one good example is 2d strike on android its like simple version of cs2d yet has many players . im still sad that dc doesnt want his cs2d to be cross platform with ios and android would bring so many new players and phones more than capable running cs2d my old tablet with windows runs cs2d at high settings stable 60 which has 10x weaker gpu cpu than current phones
Hey SQ. There's going to be dozens of people commenting "No, you should've added feature X instead of feature M. No, this project will not be successful because A, B, and C. No, you're just wasting our time, make CS2D 2 instead." As for me, I'm just glad you're developing something that you find interesting. You do you, good luck!
@
rokeliuxas: In first blog post I mentioned about Moonsharp, it is basically Lua for phones.
I am going to elaborate this in the following posts.
@
Chrome: You are right, but I don't need to worry as all decisions were already made.
The game priority is matchmaking / tournaments / leaderboard.
There are going to be public servers with mods, but it's not the priority.

I am going to elaborate this in the following posts.
@

The game priority is matchmaking / tournaments / leaderboard.
There are going to be public servers with mods, but it's not the priority.
@
SQ: great stuff simonas, btw fix the discord invite link.
One question: you gonna port some features you're doing in mobile to cs2d?

One question: you gonna port some features you're doing in mobile to cs2d?
"Nothing to fear, nothing to doubt" - Blank Banshee
@
slimK: Thanks, just fixed the links. Forgot to remove expiration date.
What features do you mean?
Most of the things would take weeks to implement when it's a day or two with Unity. It's probably not worth it.

What features do you mean?
Most of the things would take weeks to implement when it's a day or two with Unity. It's probably not worth it.

@
slimK: Thanks, just fixed the links. Forgot to remove expiration date.
What features do you mean?
Most of the things would take weeks to implement when it's a day or two with Unity. It's probably not worth it.

What features do you mean?
Most of the things would take weeks to implement when it's a day or two with Unity. It's probably not worth it.

The game priority is matchmaking / tournaments / leaderboard.
Oh okay then, gl with your project

"Nothing to fear, nothing to doubt" - Blank Banshee
I don’t like the animation of the legs, they’re obviously based on a standard sprite.
I don’t like the shooting used in cs2d and your project, it’s based on the direction of the cursor, but it doesn’t take into account the location of the cursor to limit the range of the shot, the dynamics of the spray, the fixing of hits to different parts of the player, limits on the range of a throw to create ricochets.
Likewise, I do not like the immutability of colours, transparency and size of interface elements.
Furthermore, I don’t like a tile-based map, especially when a tile size more than a quarter of the size of a character.
I don’t like the shooting used in cs2d and your project, it’s based on the direction of the cursor, but it doesn’t take into account the location of the cursor to limit the range of the shot, the dynamics of the spray, the fixing of hits to different parts of the player, limits on the range of a throw to create ricochets.
Likewise, I do not like the immutability of colours, transparency and size of interface elements.
Furthermore, I don’t like a tile-based map, especially when a tile size more than a quarter of the size of a character.
@
Pagyra: Thanks for the feedback!
Indeed, I didn't took much attention to the legs animation.
That can be tweaked any time later, but it's not a priority.
Cursor is a separate topic that I'll post later on.
It will be ray casted cursor.
Grenades are thrown by releasing attack button, holding to control the strength.
Regarding HUD colors, I won't change them, it is my personal preference, but as I mentioned it's a mod.
The way I implemented map allows any kind of shapes, but I am using old CS2D maps for showcase right now.

Quote:
I don’t like the animation of the legs, they’re obviously based on a standard sprite.
Indeed, I didn't took much attention to the legs animation.
That can be tweaked any time later, but it's not a priority.
Quote:
I don’t like the shooting used in cs2d and your project, it’s based on the direction of the cursor, but it doesn’t take into account the location of the cursor to limit the range of the shot
Cursor is a separate topic that I'll post later on.
It will be ray casted cursor.
Grenades are thrown by releasing attack button, holding to control the strength.
Regarding HUD colors, I won't change them, it is my personal preference, but as I mentioned it's a mod.
Quote:
Furthermore, I don’t like a tile-based map, especially when a tile size more than a quarter of the size of a character.
The way I implemented map allows any kind of shapes, but I am using old CS2D maps for showcase right now.
May be put the knife in the right hand when player is right-handed? Now you can animate this just fine.
CS2d for ANDROID Discord server is here: https://discord.gg/ww59nvf