PSO Remake is still in the works apparently

Also looks like less than 1% complete lmao.

It's never gonna be done.

Lol, well I'm sure more is done than shown; but I won't expect anything soon for sure xd
 
So......really fat birds will fall from the skies?

The more i think about it, the more i realize that's a bad scenario

Well, I was referring to the futuristic appearance of most of the game lol but yeah the forecast being huge rappies raining from the sky would make that movie The Birds a reality and a much more harsh one at that.
 
without help it's going nowhere but hey looks nice

Looks nice enough to scam a ton of money out of kickstarter or something. (Get people to pay then take the money and run)

Hope they don't go that route LOL.
 
Well, I was referring to the futuristic appearance of most of the game lol but yeah the forecast being huge rappies raining from the sky would make that movie The Birds a reality and a much more harsh one at that.

Anything is possible.
 
Unity is completely fine for video game development in general, I have played many high quality games on Unity and the hate on it is completely unjustified, it's just because lots of people have made a lot of shitty stuff with it so it gets a lot of hate.
 
There's a few reasons, but mainly because despite its improvements since old, Unity always becomes a gigantic bottleneck for developers later in their projects. Like when they get well invested into it, and their game is getting far along by the time they hit the veritable wall it's too late to back out and they pretty much have to dedicate to it. It's just not worth it for the ease of access/tutorials, At least thats what I've gathered reading complaints here and there. It's also not known for being very user friendly, but I haven't used it in years so who knows what they improved on that side. I'm sure there's still a plethora of crashes/hangs though.

From my knowledge though I will say, if you're making a 2D game or if your aspirations arent too large you can still make a decent game with it. It's not like its the end of the world, just I've seen time and again people run into rather annoying obstacles that cant be overcome by just say "optimization". It's real limitations of unity itself.

I'm not a dev or programmer but yea, it's got a long track history and current against it. I'm just going by what I've read. It's well known that there are better options but those harder programming languages are an investment for their more open endedness. It's that an im lazy, i dont feel like downloading something just to run a game when it should just work as an executable on its own. =p
 
Last edited:
I'm sure there's still a plethora of crashes/hangs though.

The early 5.x cycle was very poor from the standpoint of stability. While going from 4.x to 5.x was great in terms of performance and stock visual quality with the new PBS Standard Shader there were many faults and regressions causing crashes every 5.x release. I have not had issues since the pre-5.3 era. I'm not sure I've encountered a crash since 5.2.

Unity always becomes a gigantic bottleneck for developers later in their projects.

Without knowing the specifics of what issues you're referring to I cannot say whether we've encountered those same issues or addressed them. I know I've personally addressed 2 of 3 of my major problems that I had with Unity3D. The third being something I tried to solve with Testity which ended up getting canceled after 3 months even though it was working and showed significant promise.

Without knowing what you're referring to I can't really respond with anything but that no tool or framework is perfect and the cost of recreating a similar engine like Unity3D is far beyond my abilities and the time that I have so Unity3D seemed like a solid choice even with their faults.

It's just not worth it for the ease of access/tutorials.

That's not why I choose nor why we stick with Unity3D. We stick with Unity3D due to access to .NET and C# as a language. Which I personally think is a significant productivity boost over C++. The fact that I'm pretty productive and knowledge in both makes Unity3D a godsend. .NET has continued to show promise with netcore/netstandard and Unity3D is moving to support net46 and netstandard soon, they have an experimental build that supports it, and I think it is a promising future. Plus it's easy to find C#/Java developers and even mediocre ones can't crash the .NET/Mono runtime. Though, in the land of C++ segfaults I can't say the same thing.

and their game is getting far along by the time they hit the veritable wall

It's very possible those projects and teams put short-term progress ahead of long term planning, thinking and preparing. As projects get larger and cover a larger set of features poorly designed or planned projects can slow to a crawl. It's always easier in the beginning when you only have a couple dependencies, a couple thousand lines of code and a few features to maintain. Things get much more difficult to keep together as time goes on.

but those harder programming languages are an investment for their more open endedness

There is a big misconception about those "harder" languages. I can do pretty much anything in C# that someone in C++ can do. Let me know when the standard C++ specification includes reflection and type-introspection. If by open-ended you meant I had to write my own reflection engine and rebuild the wheel that Oracle and Microsoft have slaved over creating then sure, C++ is more open ended. If you consider the few things you can do in C++ like template ducktyping or constraintless templating, template metaprogramming or specific control of allocation/deallocation algorithms and timing to be more open then that's not an open I'm personally interested in and I don't find that openness to be anything but a burden on productivity.

Also, I just compiled 33 csprojs for the PSO project in like 8 seconds. Takes me like 30 minutes to compile something like Trinitycore which is C++.

I don't want my life to be this openended:
compiling.png
 
Last edited:
Back
Top