Chronicles of Elyria - The Roadmap Of A Scam "MMORPG"

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 970

  • @samarkand1585
    @samarkand1585 3 ปีที่แล้ว +974

    Caspian putting more work into avoiding that lawsuit than he ever did into the game at all

    • @Nistel88
      @Nistel88 3 ปีที่แล้ว +20

      @Samarkand EXACTLY! Got his ass in gear, only when he needed to save his ass!

    • @turtolelegs6831
      @turtolelegs6831 3 ปีที่แล้ว +3

      @Qeycon what game?

    • @conlosmorchitti5832
      @conlosmorchitti5832 3 ปีที่แล้ว +18

      @Qeycon this game lore is amazing, i've been following the game lore on youtube since forever, its fun, its immersive, full of lies and plot twist lol

    • @Shauma_llama
      @Shauma_llama 3 ปีที่แล้ว +1

      @Laputa Mierda Sad too, because this is one of few MMORPG I had on my radar that I thought could be really good and I was looking forward to it.

    • @TheRaccoonGamer
      @TheRaccoonGamer 3 ปีที่แล้ว +7

      @Qeycon Send me over those reviews from IGN and PC Gamer please.

  • @whitney526
    @whitney526 3 ปีที่แล้ว +211

    I love that over 4 years and 8 million dollars later, we're still on "the first step." Literally takes the human child less time to take their first step than this guy.

    • @alexanderbarrett2635
      @alexanderbarrett2635 3 ปีที่แล้ว +6

      this comment is actually gold

    • @byteresistor
      @byteresistor 3 ปีที่แล้ว +11

      Their next milestone for this year: google how to make a videogame.

  • @heavymetalmusichead4969
    @heavymetalmusichead4969 3 ปีที่แล้ว +452

    Me, whos never heard of this game before: "I want my money back!"

    • @KiraTV1
      @KiraTV1  3 ปีที่แล้ว +43

      😄

    • @grahamwillox
      @grahamwillox 3 ปีที่แล้ว +8

      You won’t get it either. Hahaha

    • @Jesse-um1pz
      @Jesse-um1pz 3 ปีที่แล้ว +2

      @@KiraTV1 FYI you can easily convert C++ into C# and vice-versa both manually and via translator. C# is derived from C++ which also makes it easier to use a translator (think google translator but for code) to convert. Either way the game is bs and that's obvious when they claimed to have art and decide to use unity asset packs. The models, and textures would be the easiest to import into a new engine (unless he was using some Unreal exclusive asset packs which are typically provided free).

    • @Br1cht
      @Br1cht 3 ปีที่แล้ว +4

      @@Jesse-um1pz Not as easy as that when you get down to it, no matter what Wikipedia says.

    • @Jesse-um1pz
      @Jesse-um1pz 3 ปีที่แล้ว +1

      @@Br1cht It is if you know what you're doing...
      edit: I mean it's possible if you know what you're doing, not necessarily easy. But still doable.

  • @travellingslim
    @travellingslim 3 ปีที่แล้ว +382

    Developer here: When the wording mentions "mechanics" and "experiences" this can simply just be conceptual ideas written out on a whiteboard of how it's "intended" to be, not necessarily that they are already coded and working in game. Saying that "Kingdoms and Chronicles will share server code" can simply mean they are just starting to write code for Kingdoms and can eventually use it down the line for Chronicles, not necessarily that they had a whole bunch of code for Chronicles already. These are the oldest tricks in the book when trying to look good in a status meeting for your superiors :)

    • @tamraztamrazov2616
      @tamraztamrazov2616 3 ปีที่แล้ว +7

      what game did you develop

    • @devol3829
      @devol3829 3 ปีที่แล้ว +17

      @@tamraztamrazov2616 Either league or wow probably. Cause they never got shit done lmao.

    • @pokerusfreak8194
      @pokerusfreak8194 3 ปีที่แล้ว +2

      that only makes sense if the COE game is intended to be in Unity moving forward, which they've both not stated and also doesnt seem to be the case looking back either.

    • @eckard9597
      @eckard9597 3 ปีที่แล้ว

      @@devol3829 They still don't :D

    • @scorpius666999
      @scorpius666999 3 ปีที่แล้ว +10

      @@pokerusfreak8194 they don't have to be in the same engine to talk to a server. However, I kinda do have a feeling they ditched unreal for unity somewhere down the line, my guess would be they probably found some assets or projects on unity asset store they thought they could use, that didn't exsist on unreal marketplace. Although, with a budget of 8 million that would be irrelevant. I don't think any of those games will see a light of day to be honest. I'm gonna take a gues that "npc interaction" will just be a tooltip when a player clicks on an npc, and boom, there you got it's interaction. Or something along those lines.

  • @janherfs3063
    @janherfs3063 3 ปีที่แล้ว +136

    Looks like one of some mobile game ads where one guy alone builds an empire

    • @fabioamaro320
      @fabioamaro320 3 ปีที่แล้ว +2

      Mate I was thinking the same thing 😂 🤣
      Like your comment actually cracked me up. "One guy Alone" hahahaha

    • @infernaldaedra
      @infernaldaedra 3 ปีที่แล้ว +5

      Those misleading mobile ads should be illegal 😂 Those games are always timer oriented city build clickers with no gameplay features at all. Hell sometimes they use gameplay for other games like Age Of Empires, Sniper Elite, or Call of Duty. And you install the game and its either match 3 or time-gates city builder.

  • @Jaroen66
    @Jaroen66 3 ปีที่แล้ว +24

    Game developer here: here’s the thing, it can be true that both games might use largely the same server architecture that can partly be used by both clients. But there’s a whole lot of stuff that will be specific to each game on the server side. But more importantly, I don’t think many people here realize how much work and coding goes into the client-side part of those games, which are vastly different between the two games. Moreover, and client-side code that they want to have will either have to be made in common dll’s to be used by both clients (which is no easy task), or have to be converted from one language/architecture to another. Here is a list of code stuff they will likely have to make twice for 2 different engines: Rendering, lighting, shading/materials (including their fog…), terrain, UI, Pawn movement & animation controllers, controls & input, client-side scripting and I can go on. It’s highly unlikely that they can make all these systems engine-agnostic, unless they’re really really good. I think they’ve already shown they are not… They might be able to reuse 20% of the codebase at best..

  • @Gruunld
    @Gruunld 3 ปีที่แล้ว +157

    Caspian is like me in middle school trying to find out ways to tell my mom why I didn't do my homework, when it would have been easier to just do it.

    • @stefanocaraci1137
      @stefanocaraci1137 3 ปีที่แล้ว +18

      Yeah, except your homework didn’t cost your mom more then 8 million dollars ....

    • @pencilbender
      @pencilbender 3 ปีที่แล้ว +8

      @@stefanocaraci1137 tell that to the collage dropout's mum

    • @scottc346
      @scottc346 3 ปีที่แล้ว

      @@pencilbender College dropout here....working as an engineer at Microsoft. :-)

    • @mrosskne
      @mrosskne 2 ปีที่แล้ว

      @@scottc346 Not really something to be proud of.

    • @scottc346
      @scottc346 2 ปีที่แล้ว

      @@mrosskne No student debt, making 6 figures, what's not to be happy with?

  • @Zackers15
    @Zackers15 3 ปีที่แล้ว +327

    I'm no game developer, but I am a software engineer. You're absolutely right, C# and C++ are not compatible, which means anything written in C# would need to be rewritten to work in C++. Not to mention I'm sure Unreal and Unity have different APIs, meaning gameplay mechanics would need to be rewritten and features available in one engine may not be available in the other.
    Smells like a scam to me, there's obviously no progress made in Unreal for CoE, no real assets made (or finished), and no code written for Unreal. It'd make more sense to try to show off progress made than to stand up a new game in a different engine.

    • @Armoredcompany
      @Armoredcompany 3 ปีที่แล้ว +34

      Basically what this devblog said was "So, we're using Counter-Strike to build our World of Warcraft game" The assets might transfer sure, but the game functionality itself will NOT work.

    • @brendanconlon8292
      @brendanconlon8292 3 ปีที่แล้ว +29

      That's true to the extent they expect to literally reuse code written in C++ into C#. But to the extent they are writing two different games that are interacting with the same central server the language of the different clients is largely irrelevant, so long as the servers API can translate the underlying data sent to and from it, which is probably just a string and/or bit array. I am really not defending the developers of Chronicles of Elyria, they might all be con artists for all I know, but switching to a separate engine to build a different game is not dramatically costlier then building a new game in the same engine, if the bulk of the code you had to write is server side anyway.

    • @KiraTV1
      @KiraTV1  3 ปีที่แล้ว +25

      There's a line in the blog that says they will be taking features from the 4 year developed ue4 game and putting them into the new unity one. So it isn't just server at all. It also isn't a separate game. There's literally a screenshot I posted on the video showing they were building kingdom's of elyria in ue4 , 4 years ago. Its all there in black and white that they have started again in unity.

    • @rojobaSC
      @rojobaSC 3 ปีที่แล้ว +13

      Obviously a "software engineer" that has never heard of language bindings heh?

    • @Grandhoy
      @Grandhoy 3 ปีที่แล้ว +13

      @@brendanconlon8292 I second this. The server side code will be able to interact with both Unity/Unreal - provided they have set it up to do so of course. Game engine is irrelevant in that regard, as the engine only covers the front end. From what I can gather, they seem to want to test the server side using the new Unity game, and I believe the reason they chose Unity is because it is quicker to develop a game in Unity/C# compared to Unreal. I would also consider Unity to be a better choice over Unreal for an isometric style game.

  • @bluebasementmusic
    @bluebasementmusic 3 ปีที่แล้ว +222

    That scene of the two guys fencing is literally an animated version of the duel in the movie "the princess bride"

    • @MrAlphaMyr
      @MrAlphaMyr 3 ปีที่แล้ว +25

      Holy shit, it is. The entire area is just that scene, remodeled. I can't believe it.

    • @bluebasementmusic
      @bluebasementmusic 3 ปีที่แล้ว +12

      @@MrAlphaMyr unreal eh!

    • @AwakeTooLong
      @AwakeTooLong 3 ปีที่แล้ว +10

      Was it supposed to be footage of a game? I thought it was someone trying to show that they could , or did, re-enact it in a game.

    • @maleqaigaming
      @maleqaigaming 3 ปีที่แล้ว +20

      @@AwakeTooLong It was the "combat demo" they made for kickstarter to assure backers that there was already enough progress on the game that $900k would be enough to fund the majority of the development and attract investors. Same as the jousting mini-game they made to show that they were working on the gameplay mechanics still. A big ass farce, the original kickstarter page said it had the majority of the gameplay elements already made, but the only thing they ever released was the stupid obstacle course simulator very shortly before they announced they stopped development, for one last cash grab. They even released new purchasable "content" the week of their final announcement.

    • @AwakeTooLong
      @AwakeTooLong 3 ปีที่แล้ว +8

      @@maleqaigaming I was wondering about the jousting thing too. On the surface, those two scenes make it look like it all has a ton of potential. That's some pretty impressive fuckery.

  • @amyrainbow237
    @amyrainbow237 3 ปีที่แล้ว +128

    Idk if anyone else has said this before but the Chronicles of Elyria logo looks like an exact copy of the cover of the book "The Secret" which essentially tells people to fake it 'til they make it... law of attraction, etc... coincidence? I think not!

    • @greenli9551
      @greenli9551 3 ปีที่แล้ว +4

      Hahaha law of attraction is different from fake it till you make it. It's about your inner state which will reflect the outer. The biggest reason it doesn't work for people is subconscious blockages. If you know how to address this this phenomenon works It's an actual real thing. But I get what you mean and this game is gonna flop 😪

    • @amyrainbow237
      @amyrainbow237 3 ปีที่แล้ว +13

      @@greenli9551 no shade to LOA, a guy literally says that in the secret movie. Either way I was insinuating the guy read the book and was so inspired and took it so literally, he robbed the logo 😆

    • @greenli9551
      @greenli9551 3 ปีที่แล้ว +2

      @@amyrainbow237 I get ya yeah

    • @jonathansoko5368
      @jonathansoko5368 3 ปีที่แล้ว +13

      @@greenli9551 It boils down to fake it till you make it.

    • @Tbonethe1nfinite
      @Tbonethe1nfinite 3 ปีที่แล้ว +2

      @@jonathansoko5368 Changing your thoughts, thinking patterns, and consciousness is actually not faking it till you make it, it's more like the beginning of free will.

  • @nordy259
    @nordy259 3 ปีที่แล้ว +190

    I'm amazed he hasn't just fled to a country without a extradition treaty yet.

    • @bnet7983
      @bnet7983 3 ปีที่แล้ว

      he is going to wait and see if the court rules against him

    • @elGringo69
      @elGringo69 3 ปีที่แล้ว +11

      @@bnet7983 It doesnt matter, it is a civil suit, its not criminal.

    • @tomothybahamothy
      @tomothybahamothy 3 ปีที่แล้ว +2

      @@elGringo69 fraud isn't criminal?

    • @elGringo69
      @elGringo69 3 ปีที่แล้ว +14

      @@tomothybahamothy Its a civil suit, civil suits are not criminal....they are civil....thats why its called civil....civil suit

    • @William-Morey-Baker
      @William-Morey-Baker 3 ปีที่แล้ว +13

      @@tomothybahamothy fraud is criminal, but he hasn't been charged with fraud... Not by a prosecutor anyway. He's being sued... Not the same thing

  • @greatbigeyeball
    @greatbigeyeball 3 ปีที่แล้ว +120

    You can have two engines interact if they're both connected to a server, for example.. if the Unity client builds a castle and it saves that info to a database and the Unreal engine client takes that data and places a castle, it's possible. They won't directly communicate but they'd be pulling information from the same place to. Well written games can operate just off of tiny pieces of data from an external source. It can load position data and display things that the Unity client is doing. But while it is theoretically possible, it's a mess and proves to me that the original game on UE4 may have never really existed. I have very little faith that they'll pull any of it off. The demo they've shown is just to fool a court. I am not against the purchase of assets when you're a small indie studio, but these folk had millions of dollars and what they've shown is about a week of work knowing they purchased it.

    • @triunestudio
      @triunestudio 3 ปีที่แล้ว +2

      This answer. I'm guessing Caspian is referring to the persisted database data. So like land prices or various other small data points.

    • @itssnoopy333
      @itssnoopy333 3 ปีที่แล้ว

      Boom 💥

    • @ironhammer500
      @ironhammer500 3 ปีที่แล้ว +16

      Thing is that demo will bite them in ass because the court can turn around and say why did you buy store assets if you had millions uno plus they can look at the purchase times. Pretty sure where that money went was into his personal stuff.

    • @triunestudio
      @triunestudio 3 ปีที่แล้ว +4

      @@ironhammer500 you may be on to something here.

    • @LcieKJ
      @LcieKJ 3 ปีที่แล้ว +2

      I remember the BnS devs trying to port the game from enrealengine 3 to unrealengine 4 and failing so it must be hard cause they ended up just rebuilding the game, so it must be harder to port a games to a whole new engine.

  • @TheNathanNAPALM
    @TheNathanNAPALM 3 ปีที่แล้ว +63

    Wow. Are they literally just trying to avoid the lawsuit? Look we are making “a game” technically! Pathetic.

    • @KiraTV1
      @KiraTV1  3 ปีที่แล้ว +8

      Aye

    • @blah159
      @blah159 3 ปีที่แล้ว +1

      my man napalm joining in the outrage! legend!

    • @129das
      @129das 3 ปีที่แล้ว

      feels that way but it never work.

    • @twilightparanormalresearch186
      @twilightparanormalresearch186 3 ปีที่แล้ว

      If I had my country he would have to deliver on his promises or be in jail

  • @grumpyoldwizard
    @grumpyoldwizard 3 ปีที่แล้ว +75

    It sounds like he is trying to deliver a minimal product to help avoid litigation.

    • @Saivailed
      @Saivailed 3 ปีที่แล้ว +6

      Glad you mentioned it, I've been thinking the same exact thing. This sounds like a big "oh shit" when he realized the public is going to need at least something, otherwise he'll be doing time or at least drown in debt.

    • @namesbinge3073
      @namesbinge3073 3 ปีที่แล้ว

      @@Saivailed But the resulting product is totally different from what the funders was promised. Plus with the 8M funding, it should be enough for unavoidable litigation.
      Disclaimer: I didn't know about the game until a Video popped onto my recommendation.

  • @jonathansoko1085
    @jonathansoko1085 3 ปีที่แล้ว +121

    Caspian is a lowtier batman villain

    • @aockrewshi7480
      @aockrewshi7480 3 ปีที่แล้ว +11

      Even his name sounds villainous

    • @bretts8070
      @bretts8070 3 ปีที่แล้ว +5

      He's the Condiment King of game dev shysters. Condiment King being the lowest tier Batman villain ever made.

    • @joejoey546
      @joejoey546 3 ปีที่แล้ว +1

      Never trust someone named Caspian lol.

    • @whoisfrank6051
      @whoisfrank6051 3 ปีที่แล้ว

      😂😂😂

  • @stefanocaraci1137
    @stefanocaraci1137 3 ปีที่แล้ว +179

    Nothing to get your day going go like watching kira making fun of caspian. Great Time to be alive !

    • @Narakusin84
      @Narakusin84 3 ปีที่แล้ว +4

      I'm enjoying it with my first cup of coffee. :D

    • @stefanocaraci1137
      @stefanocaraci1137 3 ปีที่แล้ว +1

      Btw, regarding KIRA’s question about Unity and Unreal, let me put it in simple words that all of you can understand : The biggest seller of Natural Fertiliser is , right now , trying to sell you another shit....

    • @lau4420
      @lau4420 3 ปีที่แล้ว +1

      @@Narakusin84 im on my 5th 😁

    • @lordmawkish1286
      @lordmawkish1286 3 ปีที่แล้ว +1

      It's such a shitshow and I am glad to be here for it.
      EDIT: Though, obviously, sorry for everyone who funded and was excited for this game.

    • @bayraktarx1386
      @bayraktarx1386 3 ปีที่แล้ว

      Hold on your papers!

  • @bashamo9363
    @bashamo9363 3 ปีที่แล้ว +44

    My favourite part of day - Watching film about Kira destroiyng Caspian

  • @okamifox16
    @okamifox16 3 ปีที่แล้ว +107

    Ohhh Caspian getting shit on again? Lemme get my popcorn and soda. :O

  • @xinox73
    @xinox73 3 ปีที่แล้ว +19

    This is why i dont pay for things that isnt finished...:/

  • @Tnargav
    @Tnargav 3 ปีที่แล้ว +24

    Seems like caspian is making some progress with them unity tutorials.

  • @kencrawford4838
    @kencrawford4838 3 ปีที่แล้ว +13

    There actually is an Elyria, Ohio...right next to Lorain. I was born there, and now I want my money back.

  • @Dragon-Believer
    @Dragon-Believer 3 ปีที่แล้ว +20

    I don't think he ever even bought an Unreal license. That's why he's using Unity now. I would bring that up in court. Make him produce a receipt or whatever that shows that he bought Unreal at all. If he never bought an Unreal license how could he be developing a game in Unreal for 4 years? I think that would prove fraud. It would be like saying you were building a hotel for 4 years and you never had a property to build it on.

    • @Trolol3333
      @Trolol3333 3 ปีที่แล้ว +5

      UE4 is free, but you have to pay Epic 5% of sales

    • @Dragon-Believer
      @Dragon-Believer 3 ปีที่แล้ว

      @@Trolol3333 - ahh, thanks

  • @Shonnyy
    @Shonnyy 3 ปีที่แล้ว +8

    "While the client for Kingdoms is different, the server-side code which drives the gameplay is the same used for both games"
    This somewhat true. A game server (server-side code) is written and hosted independent of the client. The client will send requests to the game server and update itself based on what the game server tells it to. The client and server don't need to be written in the same language or framework/engine.
    However, stating that the server-side code "drives the gameplay" is misleading. Even though the server can be used by both Unity and Unreal clients, each client still needs to interpret responses from the server and update themselves accordingly. This client code isn't shared what so ever so there will still be a massive amount of re-writing.
    TL;DR: Only some code can be shared but a lot will need to be re-written

  • @dchippie
    @dchippie 3 ปีที่แล้ว +95

    So am I right in thinking , he's had 8million and 4 years and all he's made is the start of a game nobody wants with now less staff to try and fund the game that everyone paid for ? Where did the 8 million go ? I hope he finds himself in prison soon 😀

    • @jonathansoko5368
      @jonathansoko5368 3 ปีที่แล้ว +18

      The money paid the team for all the work. Where that work is, well I'm guessing it doesn't exist

    • @dchippie
      @dchippie 3 ปีที่แล้ว +7

      @@jonathansoko5368 well paid staff then lol

    • @jjstraka1982
      @jjstraka1982 3 ปีที่แล้ว +8

      What do you imagine he is going to go to prison for?? A crowd-funded game that didn't come to fruition?? When has that ever ended up in jail-time??

    • @kurrwa
      @kurrwa 3 ปีที่แล้ว +4

      @@dchippie I wonder what cars and houses staff have or where their vacations were?
      ^^

    • @dchippie
      @dchippie 3 ปีที่แล้ว +26

      @@jjstraka1982 fraud ?

  • @zeryphex
    @zeryphex 3 ปีที่แล้ว +25

    In the four years time of Jeremy Walsh trying to swindle people, his dev studio/team could have pulled a Valheim and released a working mini-game in Early Access ... selling two million copies at twenty bucks a pop.
    They would have made more money being legit than what little money they made by lying ... minus the money from the future lawsuit.

    • @thunderbolt8031
      @thunderbolt8031 3 ปีที่แล้ว +2

      This is why we tell people to STOP building these BIG ASS games..... and when you have no experience....Its worse ...Making a game like Valheim and COE is apples and oranges.....when it comes to development, I been a developer for 28 years, and can tell you..... I will NEVER understand why people give money to people WHO NEVER made a game before.....and an MMORPG, you are asking for this......foolish...

    • @Dustygoodz
      @Dustygoodz 3 ปีที่แล้ว +2

      💯💯💯

  • @MaximumCarter
    @MaximumCarter 3 ปีที่แล้ว +18

    Chronicle of Delirium... brought to you by Unreal, Unity, Frostbite and Cryengine!

  • @AmericanIlluminati
    @AmericanIlluminati 3 ปีที่แล้ว +13

    4-5 years & millions of dollars, all spent on Jeremy Walsh sitting around with his buddies theory crafting.
    What really pisses me off, is the employees who knew he was Bullshitting, but taking checks anyway will get off scott free because “they got laid off”.

    • @johnathanera5863
      @johnathanera5863 3 ปีที่แล้ว +1

      They will all get off Scott free lol. Its damn near impossible to prove fraud.

    • @AmericanIlluminati
      @AmericanIlluminati 3 ปีที่แล้ว

      @@johnathanera5863 I think it's possible to prove there was fraud if there really was, but yes they will get off scot-free.
      If anything becomes of this case, Xsolla & Jeromy will be taking the hit.

  • @blippedyblop
    @blippedyblop 3 ปีที่แล้ว +19

    "And I would have gotten away with it if it weren't for your meddling, Kira"

    • @KiraTV1
      @KiraTV1  3 ปีที่แล้ว +3

      Those darned meddling kids

  • @samuelgrahame3617
    @samuelgrahame3617 3 ปีที่แล้ว +7

    The soul bound engine was written in csharp. Based off really old Dev videos/by people who talked directly to them.

  • @gadeosmad4182
    @gadeosmad4182 2 ปีที่แล้ว +2

    There's actually a really famous game that underwent mid-development engine change and still delivered: Duke Nukem Forever.

  • @River_StGrey
    @River_StGrey 3 ปีที่แล้ว +6

    "If I never say CoE is dead, there can never be a lawsuit against me! I will take the development of it with me to the watery depths as I proclaim 'Argh! Victory be mine, yar litigation be not materialized nor present!"

  • @chrisbaker3795
    @chrisbaker3795 3 ปีที่แล้ว +27

    Love these chronicles of Elyria videos. So addicting to follow.

    • @anotherelvis
      @anotherelvis 3 ปีที่แล้ว +3

      Same here. I am still strangely fascinated.

    • @anotherelvis
      @anotherelvis 3 ปีที่แล้ว +2

      @Alaskan Adventures I paid around $150 and this was money that could afford to lose, but I feel bad for the ones who paid $10000 for a kingdom.

    • @chrisbaker3795
      @chrisbaker3795 3 ปีที่แล้ว

      @Alaskan Adventures I did not. I remember seeing COE on kickstarter and decided not to back because p2w games dont really interest me. I however took a gamble of my own on Ashes of Creation and their kickstarter campaign.

    • @KiraTV1
      @KiraTV1  3 ปีที่แล้ว +5

      Glad you're enjoying man

    • @chrisbaker3795
      @chrisbaker3795 3 ปีที่แล้ว +1

      @@anotherelvis could have been worse. It's not your fault they blatantly lied about what the money was to be used for.

  • @wiegraffolles9822
    @wiegraffolles9822 3 ปีที่แล้ว +9

    STOP making fun of Caspian, leave him alone! My fingers hurt from all the upvoting.

  • @spiderjerusalem100
    @spiderjerusalem100 3 ปีที่แล้ว +2

    The question everyone needs to ask is "Where the fuck did the 8 million dollars go?".
    It clearly didn't go into developing a game because they have nothing to show for it apart from some pre-made Unity assets dropped in to an empty map.

  • @dondodo9192
    @dondodo9192 3 ปีที่แล้ว +6

    Imagine Star Citizen run out of money in the next few years before it ever finished....it will be the death of all future kickstarter games.

    • @kevinreyhan209
      @kevinreyhan209 3 ปีที่แล้ว +3

      Dont worry, as a time traveller i assure you that star citizen will deliver their promise. They finally reach beta test in 2051, pretty sure they mention full release around 2100 or smth. But kids these days use VR to play game so im not sure if star citizen will be relevant for you guys.

  • @UnityMMODevelopers
    @UnityMMODevelopers 3 ปีที่แล้ว +2

    I haven't watched the whole video but I am going to stop right here and chime in. CoE's backend is a system called SpatialOS. SpatialOS is designed from the ground up to work with both Unreal Engine and Unity. With SpatialOS you can have a Unreal Client, a Unity Client, a Mobile Client, a Custom C#, C++, or Java Client all playing on the same server interacting seamlessly with each other but with different UIs and user experiences. The Majority of the work that was being done on CoE was on the SpatialOS backend with a basic simple grayboxed client just so they could test stuff out. All of the SpatialOS components could be brought over and used in KoE and allow for further development of the backend along side KoE.

    • @KiraTV1
      @KiraTV1  3 ปีที่แล้ว +6

      You're a bit behind on the times here man. They dropped spatialos in 2018 after shelling out hundreds of grand and then designed their own in house solution instead:)

  • @akitsushima_1453
    @akitsushima_1453 3 ปีที่แล้ว +4

    4 years and still don't have the basic game world is just mad to say the least.
    Also, that glowing headphone looks cool af.

  • @MrHolyheck
    @MrHolyheck 3 ปีที่แล้ว +5

    Did anyone else notice that the duel scene shown was literally a scene from princess bride?

  • @khandimahn9687
    @khandimahn9687 3 ปีที่แล้ว +8

    I hope when this gets to court it's put before a judge who understands why this is all BS.

    • @lpc3109
      @lpc3109 3 ปีที่แล้ว +1

      he will go to jail right after the CEO of melvin, citadel and the bosses at the DTCC do for the GME manipulation... LOL

    • @johnathanera5863
      @johnathanera5863 3 ปีที่แล้ว

      @@lpc3109 yeah...no lol. He wont.

  • @alltrueist1
    @alltrueist1 3 ปีที่แล้ว +7

    As soon as I saw the article on this I thought "I can't wait for Kira's video"

  • @feraldrop1634
    @feraldrop1634 3 ปีที่แล้ว +4

    I loved the new post made to address people 1-2 weeks after the video he posted that was basically just a script of the video he posted 1-2 weeks prior. With a PS note.

  • @PKNEXUS
    @PKNEXUS 3 ปีที่แล้ว +3

    How do you not have more subs? Great quality articulate commentary that is logical, balanced and fair.

  • @brendanconlon8292
    @brendanconlon8292 3 ปีที่แล้ว +4

    Hi, game dev here. I obviously can't know for certain, but my guess as to why they switched engines is the engine cost. Unity and Unreal have different billing structures, and Unity is theoretically cheaper, although the fact they already raised a bunch of money complicates matters. As to how changes in a Unity based game can effect an Unreal game, I would need more specifics, but if they are doing what I think they are doing, not only is it possible, switching to Unity would have essentially no added cost of development, assuming people were already relatively versed in Unity. Frist, while it is true that C++ and C# are technically different languages, they are, as you noted, quite similar and C# (Unity's) is the easier language to learn. Someone who is verse is C++ could learn C# in 24 hours, easily, (and frankly it would be a bit shocking if it took them that long). Furthermore, the conversation between the clients and the servers will have to funneled through one or more APIs, to protect against hacking. Because all of the data has to be translated into a packet that the API(s) can understand, it does not really matter if you have clients written in different languages. And certainly, data you collect in a game written in Unity, can then be used to inform or interact with a game written Unreal, as all the data is being be funneled though a database likely not written in either anyway.

  • @enricosanti7627
    @enricosanti7627 3 ปีที่แล้ว +1

    Game Dev here, first i should mention I am a 3D artist with hardly any experience coding but i do understand the fundamentals of programming, Engines do get swapped out but usually at a very early stage and not half way through as that would generally require redoing all the work from scratch (Programming wise) Art is a different story, when working on a game for 3rd person camera view your texel density (512 pixels) as well as general mesh density will be much higher than a game that is a top down view for it to look good. You can repurpose the art from 3rd person to top down view by simply crushing down your Triangle count and adjusting your texel density (256 Pixels), which already that is a huge endeavor since you have to do it per asset if you want the best quality. Even then not all your models that look good in 3rd person view will work in a top down view since you generally want to exaggerate proportions of things to read better.
    Going from Unreal to Unity could mean that UE4 was just too hard to learn where as Unity tends to be a lot easier to pick up and integrate marketplace assets. I am developing a game and my programmers say that creating a similar system (Inventory System) would take them half a day in Unity where as with Unreal would take them a bit longer. There could be valid reasons to swap engine but from the sound of it its because unreal too hard and unity will help save face.

  • @defiantvalkyrie3584
    @defiantvalkyrie3584 3 ปีที่แล้ว +4

    Also it's very weird how -- the mechanics of Elyria is like "Free To Play" for like how many months till your character dies of old age and you can buy a new life with real money

  • @tacoenvy
    @tacoenvy 3 ปีที่แล้ว +1

    The BEST thing about this game is going back to their TH-cam channel and going through the videos and reading all the comments from years ago til now, absolutely hilarious.

  • @lordmawkish1286
    @lordmawkish1286 3 ปีที่แล้ว +4

    I KNEW IT! The moment they claimed they would deliver the game after all, I knew they would try to sell some shitty side project!

  • @MidnightSt
    @MidnightSt 3 ปีที่แล้ว

    12:50 yes, i'm a gamedev contractor, worked both with unity and UE, prefer unity, but I can tell you that you basically need re-do UI and map almost from scratch when switching engines. even if you have it designed, you still basically need to either code up some custom importer (which I'd say they don't have enough experience to do, and for UI, even I wouldn't know how), or manually build it up from scratch, even if you're just recreating things you already had designed and made in the other engine. You still need to do all the clicks of creating it to "transfer" it to the other one. ESPECIALLY the map and UI.

  • @albinonoodle5229
    @albinonoodle5229 3 ปีที่แล้ว +5

    Caspian, exists*
    KiraTV, "And I took that personally"

    • @KiraTV1
      @KiraTV1  3 ปีที่แล้ว

      😄

  • @SixDeadMice
    @SixDeadMice 3 ปีที่แล้ว +5

    I'm not a game developer so I can't explain why Jeremy would do any of this but I don't think Jeremy is one either. =P

  • @Shonnyy
    @Shonnyy 3 ปีที่แล้ว +4

    Unreal engine has only recently become free so the main difference between Unity and Unreal was previously the pricing however now that Unreal is free, confused.

    • @infernaldaedra
      @infernaldaedra 3 ปีที่แล้ว +2

      Sadly the terms to that is that Unreal owns most of the work you do with their engine.

  • @Landes1024rs
    @Landes1024rs 3 ปีที่แล้ว +2

    I remember him saying something about making the server able to interface with different clients, with footage of a minecraft styled thing. If that's the case, and the bulk of work is in the server, then the client could be remade without enormous effort.

  • @itsagabe
    @itsagabe 3 ปีที่แล้ว +3

    This is still going?! I swear I thought it ended once everyone came to the conclusion that it was a scam. I mean, wasn't it established that all the footage they showed us of COE were all pre-rendered cutscenes? Wasn't it also established that they did close to nothing since the Kickstarter campaign? What the heck is this?

  • @KanashiGD
    @KanashiGD 3 ปีที่แล้ว +1

    Hello, Game designer on Warzone here, my opinions are my own.
    You asked what would the logical reason be for changing from one engine to another after a "significant" amount of work has been put into the project.
    Generally speaking from my own experience you don't change engines mid-project. You really don't even upgrade the engine mid-project (i.e. Change from Unreal 4.25 > 4.26). There are knock-on effects for changing versions so changing engines means you have to start from scratch especially if that engine uses a different code structure. You could more easily transfer text, art, models, etc between the two but the glue and code that holds it all together are not going to be easily "transfered."
    Something about MMOs that may not be known is that when one is being built, Unreal or Unity is merely a front-end tool. There is a lot of back-end infrastructure that neither Unreal nor Unity handles so integration with the engine is also a reason you wouldn't swap mid-project. So When would you?
    Prototyping is the only time you may swap engines. A project I worked on, we started in Unity, and an engineer and I sat down and made a prototype of the core game functionality. A white-boxed level with placeholder assets for the characters. We stood it up to get the idea across to the team and after some discussion we decided to build the game in unreal (because unreal is a very strong development tool). We only made the switch because we had no investment in Unity, throwing in some white-box assets is not a lot of work-load and neither is making them move around.
    To me, it seems like all of the videos released by this game are cleverly placed assets and basic movement controls. You can get a quick 3rd person project template and skin everything to easily have a character walking around the world. Have someone who knows how to make a scene and bam you have these awesome-looking videos of a game!

    • @KiraTV1
      @KiraTV1  3 ปีที่แล้ว +1

      Thanks for the insight

  • @acetown2263
    @acetown2263 3 ปีที่แล้ว +4

    I actually thought my phone was going off at 2:00 xD

  • @Niosus
    @Niosus 3 ปีที่แล้ว

    I'm not a game developer, but I am a software engineer. Some of their arguments could make some sense in a vacuum. It is possible to share some logic between two game engines. It's not entirely out of the question to share something like network code. It would be some work to hook things up together, but it's not entirely impossible. I don't know how often it happens in games, but I've worked on a few codebases with some legacy elements that were in a different language than the bulk of the code. It sucks to work with, but sometimes you really don't want to re-implement the old stuff.
    The engine switch itself could also be reasonable. A good example is Blizzard making Hearthstone in Unity (IIRC) even though they have plenty of great engine engineers in-house. I can totally see how a spin-off game may have different requirements that make a different engine choice make total sense, even if you have to incur some overhead costs due to that.
    That being said. I'm still calling BS on all of that. Just because an argument could conceivably be true, doesn't mean it isn't a straight up lie. Your analysis is correct. The dude is in total CYA mode regarding the lawsuit. Sadly I think that all the money is long gone.

  • @gellcolegado6295
    @gellcolegado6295 3 ปีที่แล้ว +5

    i think what jeremy is doing here to avoid the lawsuit is just meeting up to the minimum requirements of substantial performance which he clearly does not know anything about. imagine, he had been in contract to deliver so and so mmorpg with so and so features but just deliver a management sim and an unfinished game which is basically unplayable... he's already thinking he's a genius by now

    • @johnathanera5863
      @johnathanera5863 3 ปีที่แล้ว

      He is lol. He doesnt have to do much to avoid fraud claims. When you crowdfund a game you're basically giving you money away for charity in the eyes of the law.

  • @SandroWalach
    @SandroWalach 3 ปีที่แล้ว

    I have some friends that are game devs, but I'm to stupid for those things. :P
    Anyways. They made a building game in one year that ran, it didn't look great in some places and I had to download a video tutorial to spawn in some items. But they had made sooo much, in my eyes anyways, character models, environs etc in just one year. I even remember laughing at a bulding that was a "shredder". It wasn't finished with textures and some 3d stuff but they had a huge image of the character shredder from the cartoon "teenage mutant ninja turtles" to help others identifying what the machine was. :P
    People who do work has something to show for it, and this just sounds so much like a scam to me. This is the first thing I just randomly was recommended by youtube and I just couldn't beleve what I'm hearing. Wow, just... Wow...

  • @TheZealo
    @TheZealo 3 ปีที่แล้ว +8

    That footage though, looks like NWN 2 back in the day, yikes.

    • @davidareeves
      @davidareeves 3 ปีที่แล้ว

      At least they released something, c'mon low blow.
      But oh god those memories, makes me look forward to getting dementia either way

  • @CStamper
    @CStamper 3 ปีที่แล้ว

    As a game developer with experience in UE4 and Unity: your analysis is correct. It’d be very very difficult to leverage work from one engine in the other in any meaningful way.

  • @ozzythemighty2767
    @ozzythemighty2767 3 ปีที่แล้ว +30

    The Roadmap Of A Scam! Was there any doubt? hahahahaha

    • @KiraTV1
      @KiraTV1  3 ปีที่แล้ว +5

      Never

  • @lukenukem8028
    @lukenukem8028 3 ปีที่แล้ว

    Well actually, the switch from C++ to C# is a hundred times easier than the opposite.
    You just use a lot of "using namespace" statements instead of "include " statements, all functions go into classes so enjoy making static classes for API creation especially in general C#, and no need to worry about pointers.
    The language change going upward (Higher Level Language C#) isn't the issue, but being good at Unreal and new to Unity could be an issue for a little while.

  • @jamesray741
    @jamesray741 3 ปีที่แล้ว +4

    As a game developer, one of the main exact reasons why they switched to the Unity Engine can only be explained in a very complex manner in which only some people throughout the entire world can comprehend. With that being said the use of the Unreal Engine can easily be translated into the Unity by complex mathematics so i think that the developers of this game switched because they have no idea what they are doing like me.

  • @XobeckleX
    @XobeckleX 3 ปีที่แล้ว

    I'm an aspiring and learning game developer. As far as I know there is no way to work in Unity and then export it to UE4. While C# and C++ are part of the C language, the databases and syntax are completely different. I beleive this decision is to try and avoid the UE4 and Unity monetary terms of services. Check out their terms of services and profit percentages. Unity's asset store is much more extensive and cheaper than UE4's marketplace. Honestly, it would not be difficult to make a decent game with assets bought on the asset store. If he buys the code for different systems it would also go by pretty quickly. But there is a lot more to all of it than that. Also, an asset purchased in the asset store is made by someone who than puts it up for sale on the store. Same for UE4 marketplace. Although common game dev decency says to customize purchased assets so they are not the stock asset and have zero personal touch of the game developer.

  • @spud13y
    @spud13y 3 ปีที่แล้ว +11

    So they're basically trying to do what Everquest tried and failed to do.

    • @mattstansbeary3068
      @mattstansbeary3068 3 ปีที่แล้ว

      Yep

    • @thehubbleton
      @thehubbleton 3 ปีที่แล้ว +1

      More like pretending to.

    • @Tgkjj
      @Tgkjj 3 ปีที่แล้ว +1

      and everquest still has more respect lol

  • @marvlessmarvin
    @marvlessmarvin 3 ปีที่แล้ว +2

    Caspian is probably in his shower playing an Ocarina hoping he can rewind time to the "good ol' days."

  • @KibaPwnU
    @KibaPwnU 3 ปีที่แล้ว +3

    Meanwhile I'm watching ashes of creation with interest without having spent a dime on either game.

    • @infernaldaedra
      @infernaldaedra 3 ปีที่แล้ว

      I'm just waiting for E3 so we can see how much progress Halo Infinite has made.

  • @whatever3912-h7e
    @whatever3912-h7e 3 ปีที่แล้ว +1

    I do gamedev only as a hobby so take everything I say with a grain of salt.
    It is possible for a Unity game to interract with an Unreal game on a server side (they both would use the same database and stuff). Games would have different client but would use the same data and would be able to influence one another. Now, having that said, I wouldn't do so. Using two different engines at once would force you to write all the code from scratch and spend tones of time to make sure everything is compatible with one another. Too much work for too little (or even none) gain.
    Now, in my humble opinion they switched to Unity because it makes it faster and easier to develop something playable and deliver it to customers ASAP to avoid a lawsuit.

    • @KiraTV1
      @KiraTV1  3 ปีที่แล้ว

      Yeah pretty much

    • @whatever3912-h7e
      @whatever3912-h7e 3 ปีที่แล้ว +1

      @@KiraTV1 I tried to come up with a way to use features made in Unreal in an Unity game. And honestly, I don't see a way (other than using different game clients for settlement stuff and RPG stuff). While you can use C++ code in C# I'm 100% certain their Unreal code uses Unreal libraries. And if you can port those to Unity (I doubt it's even possible but it might be) you certainly can't do it in an efficient way that would run smoothly (or probably at all).

  • @regalgiant1597
    @regalgiant1597 3 ปีที่แล้ว +9

    * Grabs hand lotion * chronicles news time :D

  • @jacksonkruge
    @jacksonkruge 3 ปีที่แล้ว

    I am a game dev who uses unity and I found two things, in unity you can switch because it's quicker to get stuff setup and the ui is really easy to understand or (the most likely version) they switched because there is almost an unlimited amount of assets to use some even come with save systems, meaning they can just reskin an asset and release it as a game :)
    Oh and making something in unity doesn't help when using a different engine due to them having different coding languages

  • @WesJFin
    @WesJFin 3 ปีที่แล้ว +3

    I'll see you boyos on the internet historian episode about this! hooooooooooooooooooooo boy this shit just gets better and better haha

  • @quasxen
    @quasxen 3 ปีที่แล้ว

    I have no knowledge about game engines, however, I am a programmer and within our company we have stuff written with COBOL, C#, Classic ASP, and C++. The C# can call out to a COBOL program to run it. The COBOL can write to a SQL Database and call out to run a C# program (that program can then retrieve data from the SQL). So it is possible to have a program in one language call out to run a program in another language

  • @TheLobstersoup
    @TheLobstersoup 3 ปีที่แล้ว

    I can think of two reasons why they did what they did.
    1) the models: 3D-artists are hired for a particular game and their models can't be re-used without paying them royalties. Buying models from the Unity cash-shop makes them royalty free (but other games will use them too)
    2) The Game Engine: Unity has a strong cashshop with what basically are working base games; Unreal Engines has this too, but not to the extent Unity has. So, they could have just bought a fitting base-pack of their game and then added features. This is a known method to cut down development time, as you already start with a base game. However, it's a method more associated with mobile game development and doesn't leave much room for flexibility or originality.
    Unity (and Unreal) also have visual coding, so you link together different nodes to affect different actions/reactions in the game. You don't have to be a genius or simply a coder to work with these nodes; imagine you're building something like a switchboard. And most of their editors/tools aren't very different. Often people dabbled with both engines, before deciding on their preference. I think they went the fastest road to make a game by buying assets and a base game pack from the store. And I guess there will be a mobile version next. Because that is the way he can have a cash-shop and reuse this game.

  • @goodypundit5666
    @goodypundit5666 3 ปีที่แล้ว +2

    This year goal : watching Kira playing Kingdom of Elyria at released
    OMGGGG will be lit af :D

  • @Beauchee
    @Beauchee 3 ปีที่แล้ว +2

    What do you think of Chronicles of Elyria ? Yes, I will be playing Ashes of Creation.

  • @Hrkdntbsid
    @Hrkdntbsid 3 ปีที่แล้ว

    @KiraTV so my guess regarding the jump from unreal engine is the fact that they plan sell the game in any state in an effort to dodge litigation. Unreal engine license is free BUT if you monetize your game it is 5%. Now this is just a guess but this could also apply to 8mil they already received as they count as shipped units to people who funded the game to get a copy. Unity is 1800 a year. With that being said I don’t think anything was created in those 4 years, what was shown before this whole fiasco could be done for free in one day in UE and doesn’t resemble anything remotely close to the pre-rendered footage.

  • @gixG17
    @gixG17 3 ปีที่แล้ว

    Not defending the dev but I have some thoughts:
    C++ (Unreal), C# & Javascript (Unity) are different languages. In the case of Unity, you can have a single project using particular scripts written in Javascript while others are in C# and Unity will compile your project just fine. Usually, when you work on a project, you try to keep it to a single language but in the ecosystem of "Asset Stores", you can't control what the creator of the asset will use.
    Logic is more important than the language. Unless you're writing your own game engine, if you're developing a game and you got all of the game logic figured out (by kit-bashing different bits of code) then re-writing it in a different language doesn't take that much time to do.
    So long as you feed variables to a function and that function outputs as intended, you're fine.
    Using different engines isn't really a "red flag" in my book. HOWEVER, if the dev is known to have used store-bought assets, then they're voluntarily burdening themselves by having to convert the code of every asset for the other engine. Code they haven't written themselves and may or may not be documented. This is much harder and time consuming to do.
    I've been working on a singular project for nearly 8 years, now. I've gone through many milestones and, despite that, I have nothing substantial to show. Mainly because the work I've done has been mostly "under the hood" and some of these haven't been stitched together yet. Even thought some things have dependencies (like there's no point scripting quests if you haven't written a story for it yet), game development isn't as linear as people think.
    What's important to note, here, is context: Unlike this dev, I'm not trying to sell anything until there's at least something playable. If I did, I would've reorganized my priorities. I prefer the method of building the systems before assembling them in a game (as you can design the game with the existing feature in mind) but, if I went with crowdfunding, I would've made the game "in order" if that makes sense... you know, what most people think of when they think how a game is done.
    Chronicles of Elyria never appealed to me as a concept but it is a shame that it's one more example to sours people's views on crowdfunded MMOs.

  • @nathandingy
    @nathandingy 3 ปีที่แล้ว

    This is why transparency is so important and in my opinion any crowd funding game should have a playable demo even if its not a representation of the final product, at least prove that you can actually make something.

  • @FergusDerpson
    @FergusDerpson 3 ปีที่แล้ว +1

    You can re-use the backend (which is half the work for a MMO), but yes the client code cannot be re-used

  • @TheTaylorwailer
    @TheTaylorwailer 3 ปีที่แล้ว

    I watch these videos like I watch the nukes go off on FO76. 😎
    Also, I’d just like to add my opinion that you don’t need to apologize for these videos. I felt angry and betrayed by SBS, having spent a couple hundred dollars over 3 years from my meager earnings on a dream of being part of something like it was supposed to be. These videos are also how I found you and I’ll watch whatever length vid you create. So don’t feel bad. Thank you!

  • @JK-nk6tl
    @JK-nk6tl 3 ปีที่แล้ว

    Well technically you can run c++ in Unity, and in fact developers sometimes use c++ for specific parts of a Unity game in order to increase performance.
    You will not be able to re-use major parts of the game, but if you had designed your code smart (for example in a Model-View-Controller ish fashion), you *could* theoretically take out the Model part (which should contain engine agnostic code of all the basic functionality and data structures) and re-use that in another game engine - All display, input handling, and much more would need to be re-done and that is probably the majority of the code base.
    TBH with that team and what they have (lacked) to show so far, and knowing the code mess that is often the result of a bunch of developers working together, I think it is very theoretical that they actually have such well designed code. And also, at a glance I can't really see what they could re-use of said Model code, with all the ideas stripped and basically a different game all together.
    Art assets are a bit easier to re-use between engines, but since they haven't really shown us any they made themselves .. in either game .....
    Maybe they were way over their heads and realized it, learned and backed off to make a simpler game ... which is the mistake and learning process all beginner game dev has to go through. But to do this for a mmo that is just unbeleivable (if that is what happened).
    One thing I don't agree with though is that you have a right to get a product when you back something. You have donated or invested in a project in hopes of a return, but you have not bought a product.
    The developers only have the obligation to use that investment towards their stated goals and to the best of their abilities.
    Not many beleive that they have.
    Trying to cover it up (incompetence, fraud, or whatever happened) in multiple ways, latest with this single player mashup, doesn't make them look very good either.
    Shame though, the concepts of CoE would have been actually evolving this sad mmo genre. Hope some other game company picks up some of those ideas and succeed with it.

  • @primusro
    @primusro 3 ปีที่แล้ว

    Game dev here. While C# (unity engine) and C++(unreal engine) are pretty similar, the difference is of night and day when it comes to MMORPGs. The reason is that for this type of games you require an authoritative server, which does all the critical processing for your game in order to prevent players from cheating on client side. It is not possible to mash to different programming languages on server (backend) side. By the way, all the assets you see in the footage are taken from Unity asset marketplace. That guy just thrown in some assets quickly and calls it a game so he staves off litigations for a little while longer.

  • @DanielKizz6
    @DanielKizz6 3 ปีที่แล้ว +1

    Hi mate! I'm an indie dev. so not a veteran but if you are interested in my opinion then... yep it's a shady business activity. At the end of the video you clearly sum up what's the deal. Most of the gaming companies doesnt even start a project without a completing a phase called "vertical slice" which contains the core gameplay elements. Without that, it's just an idea, and an idea is worthless today without foundation. A few facts C# and C++ is a different coding language if you know both, then you can rewrite the code from one to another though it's very time consuming. You can not just copy paste mechanics like that. Not to mention the other differences between the two game engines. It is always a risky and costy decision to change a game engine, you start with one and stick with it unless you want to lose money and time. Nowadays it's pretty easy to deliver a shitty game even as 1 person and I'll tell you why. You can buy assets,game models,animations,landscapes EVEN FINISHED GAME MECHANICS, complete templates - inventory,combat,UI systems and you can put them together in unity/unreal for fairly cheap. You can buy yourself a game and customize it for your needs in short. If you go to Unity asset store just type in combat system or anyting you'll find those. But why unity? I think unity's store is somewhat cheaper than unreal's. They are going to shit out some generic mess and bailout. Thanks to you for constantly keeping a scope on this customer violation, frauds like this shouldn't be allowed to slip away without consequences. Sorry for my shitty english. Best wishes!

  • @SAMACSTUDIOS
    @SAMACSTUDIOS 3 ปีที่แล้ว

    Unity Developer here: Porting to another engine mid-development is not unheard of, although 99% of the time it is a bad idea and ends up wasting a massive amount of time and money. In this case, it looks like they switched to Unity due to Unity's massive asset store, which makes it easy to plop a bunch of assets to make something look functional. This would be fine if they were building a prototype, but that is naturally questionable due to... well, them developing a game in UE4 for 4 years and then not porting any of the art. Why they wouldn't do this is beyond me, but I have a few ideas:
    - The art was in a different style that wouldn't match the unity assets (unlikely, since the current assets don't match well anyways)
    - The art was unoptimized or unusable
    - No one on the current team knows how to port the old art assets into the new engine
    - The art never existed in the first place

  • @hungryhedgehog4201
    @hungryhedgehog4201 3 ปีที่แล้ว +1

    Dev here, while Unreal and Unity use different languages (C++ and C#) those languages are somewhat related so switching from one to another shouldnt require a lot of time. However you wont be able to copy and paste all that much because Unreal and Unity are structured differently. You could get them to communicate but that isn't really natively intended and also makes little sense. I see no benefit in developing two games that are supposed to work together like this simulatniously using two engines and then in the same studio. You need two workflows basically two dev teams, two support teams etc. Anything that is in both would need to be rewritten and restructured causing different issues on two different engines. If they were like two different studios, I'd kinda get it like Warfighter's multiplayer mode was developed by a different team in a different engine compared to the main mode but Warfighter was also not a good game.

  • @Mifoe.
    @Mifoe. 3 ปีที่แล้ว +1

    It's obvious that what they've been working on for the last few years, was good looking videos of a character slowly walking through an environment, in Unreal Engine. I'm honestly amazed that none of the fired developers have come out to say what was going on. Maybe he made them sigb nondisclosure agreements?

    • @leperwolf7287
      @leperwolf7287 3 ปีที่แล้ว

      That's even if they exist.

  • @3sgamestudio
    @3sgamestudio 3 ปีที่แล้ว

    3 years ago I had a call with people from Improbable - spatial os - a server system that would allow Chronicles of Elyria to actually be a thing... they told me they no longer work with devs of COE - because they started using JAVA as a backend for their UE4 project (native C++). On the question "WHY would anyone code backend of a game in language unsup[sorted by the engine?" they answered: "yeah.. exactly". I guess they jumped ship seeing they will be one big scam, to not be tied to this piece of *****project. Good call! :D But hey! they made their own multiplayer backend.. dropping solution that cost literally tens of millions of dollars and years to finish.

  • @victorioussnake
    @victorioussnake 3 ปีที่แล้ว

    Well I guess if the two clients written in UE4 and the other in Unity are just communicating to the same server. Then really there should not be any conflict as long as there are no different changes in how the server-client network communication is handled. For example a program I am writing currently has a server written in C++ and a client written in C#. However the communication is just handled over web requests so as long as the client sends the correct information to the server and handles the servers response as it should. Then there is so issue.

  • @xXCaramXx123
    @xXCaramXx123 3 ปีที่แล้ว +1

    The engine change is more than just different coding language. If it was just a change in coding language it wouldn't be as bad because it would be a lot of syntax changing and such. Still takes a long time and is a pain in the ass but you're not redoing everything from scratch. But the engines add so many features/requirements that it's nearly impossible to change without practically rewriting everything. Also UE4's c++ is so different than vanilla c++ a lot of game developers call it U++. Also UE4 has blueprint scripting which is it's own scripting language.
    Edit: Would changing things in a unity game change things in a UE4 game? He's being tricky with his words. He said mechanics. A mechanic is just an idea, maybe written down on paper not anything that requires an engine. I think he is trying to imply that changes to the implementation of a game mechanic will change over. Can it? Maybe, if it's a simple mechanic that doesn't require much to change over but it's definitely not immediate, it would take some time if it isn't a simple 'increase an integer here or there' type of stuff.

  • @macewindu4442
    @macewindu4442 3 ปีที่แล้ว

    Comedy gold from the gift that keeps on giving. Sad for the people that lost their money, of course - but the only way this is going to stop is when Caspian stops making money from it or a law passes to make it illegal. Obviously plenty more years of this to go. Very well presented as usual KiraTV :)

  • @paleJiyuu
    @paleJiyuu 3 ปีที่แล้ว +1

    finally! after such a terrible 2020 we can finally have this gem which is gonna be... a ...saving... gra...

  • @UberGrunk
    @UberGrunk 3 ปีที่แล้ว

    I know I'm a bit late but as a developer my guess as to why "they" switched to Unity is because Caspian is more comfortable in C# than in C++. Judging from his LinkedIn profile he has much more experience in C#(especially in more recent years, working for Microsoft from 2011 to the start of Soulbound Studios) so now that he is under a lot of pressure to get anything out the door he opts for familiar ground. And on a side note, from the complete lack of actual progress shown from previous years of "development" I think it's safe to assume there isn't much code available in C++ either. If there was, it would be so easy to just slap some of those store bought assets(since he's obviously not shying away from going that low already) into there and have something concrete to show the community.

  • @Zanktus
    @Zanktus 3 ปีที่แล้ว

    I have experience with UE4 and Unity and the only reasons I can come up with for the switch is:
    A) The developers who left the studio were the ones carrying the project in UE4 and with them the knowledge left the house, too. Unity is a more beginner friendly engine and that could be a reason to switch for some people. That being said, it would still be questionable to do that after several years of development.
    B) UE4 and Unity are the two major engines people use and a switch from one to another is a thing which happens when (especially indie devs) notice that the other engine has features they like more, or the usuability is more like their cup of tea. Again this is not something you usually do after several years, but the first months of development. It makes no sense to "remake" the game in Unity from what they had before.
    C) Staling time. Everyone knows that switching from one game engine to another means a complete rework. Them not using assets which they had before makes me highly sceptical. Maybe they have no experience with Unity and can't work properly with the new render pipelines (which would be hilarious tbh). Anyways, I think they just stall time to have more excuses why the development will take another 100 years of nothingness. Let's wait another 4 years until they announce switching back to UE5.
    Also about the topic doing changes applying to UE4 and then "magically" happening in Unity: No that is not happening. It can already be a major hassle to provide features in one engine to different types of devices (let's say you do a PC and mobile version). Having two different engines providing the same gameplay feature means it has to be created from scratch in each. The only thing they share is the idea. The code, handling of animation, assets, or even how data is stored is completely different.

  • @MagicDragonesk
    @MagicDragonesk 3 ปีที่แล้ว +2

    Hey man love your vids! Just wondering if you got your name from Death Note or if it was from something else

    • @KiraTV1
      @KiraTV1  3 ปีที่แล้ว +1

      It was, thanks bro

  • @Jokoko2828
    @Jokoko2828 2 ปีที่แล้ว +2

    I still don't get the dude's fog of war fetish.

  • @Tsot0
    @Tsot0 3 ปีที่แล้ว

    3D artist here, not a dev but from what I understand, unreal isn't made for MMOs because it's too expensive on the hardware. It's made for more linear story-driven experiences. I guess it is possible/messy as Narwhal Gaming Variety mentioned but it seems like a complicated process that a studio like this would not be able to pull off well. This also makes me concerned for the ashes of creation because to me they might be in a similar boat. When it first came out I was skeptical, yet surprised by the amount of detail in some of the videos. I don't think that kind of detail can scale and the current "spot" fixes are probably having to do with that. As well as general graphics downgrade. So that may also be why Chronicles switched to Unity or maybe even gave up once they realized they were making the game on the wrong engine. If you look at this gameplay at 4:15 it's literally just grass and trees and the game can barely handle that, there's definitely some frame drop there. And the sad thing is I would imagine if they were doing a demo they'd want to use a good computer.

  • @objectiveasylum
    @objectiveasylum 3 ปีที่แล้ว

    If you're really curious as to how and why this would make sense as a development strategy tbh I can kinda see it. Unreal is a great engine and one I've worked with for years but it is certainly easier to make some game genres in it than others. Unity is more of a tabula rasa but that comes with its own downsides but if I were to make a kingdom management game I would go with unity. It would certainly be the path of least resistance if you say had a bunch of pissed off backers and wanted to deliver ANYTHING to placate them. but it would rely on some pretty big caveats
    1) all their Kingdom management gameplay would have had to be moved into DLL libraries and a c# wrapper made for them in unity. Now this might be on the plausible side as idk much about this game and their plans for the technology they were supposedly building. That being said there are easier ways to do that. Selling an unreal plugin for example instead of a doll but that would cut off potential unity sales, but that's a whole lot of speculation.
    2) the art assets wouldn't be easily ported. Unreal uses a 1 cm scale and unity uses a 1 meter scale. The physics or the assets would have to be adjusted and not just scaled. You'd have to check every asset to see if the scaling fucked up something, usually collision box offsets. That being said there isn't alot of assets, that I can see in the koe alpha so only porting a few shouldn't have been THAT difficult.
    Now just a disclaimer. This post was because you asked for a game dev to explain how that might be a good idea. Until a few days ago I had never heard of most of these games you cover and certainly am not defending them, hell I don't even really like mmorpgs I just got fascinated by the Dreamworld Bull and watched a few other videos.

  • @merpins
    @merpins 3 ปีที่แล้ว +2

    It looks to me like the "head of the company" took the money, ran, and then got backed in a corner when legal actions were threatened, so he then hired a small team to put together a game in an engine with better access to premade assets at a cheaper cost as to get out of said legal actions by spending the lowest amount possible.

  • @Naeron66
    @Naeron66 3 ปีที่แล้ว

    Mechanics in the sense of the underlying rules are procedural code driven, they are independent of the language you choose to write them in which is not the case with things like visuals. So for instance the rules that determine how weapons, armour and skills interact in combat can be ported from one engine to another to work in the same way. Its not efficient by any measure but it works.
    That is essentially how you can port games to another system or have cross-platform play. In the same way you "can" write information from one set of software to another via an interface or a database, its clunky and not ideal but again its possible. So yes you could earn something in 1 and see it in the other. Its much more of a problem if you didn't plan for it to work that way at the start of design.
    An analogy is translating a book, the overall story is the same even though its written in another language and some phrasing might differ.
    So he's not lying that it works in principle, but I bet he is lying that its really going to happen that way. My scam detector has the needle all the way up to 11.

  • @Aussie_Tom
    @Aussie_Tom 3 ปีที่แล้ว +2

    So, after 4 years and millions of dollars the best he can do is an asset flipped city sim.
    I have some experience in game development, but it's minimal and exclusively in modeling and texturing. The fact he's using store bought assets for Kingdoms instead of what he was using in Unreal is crazy, that shit's one of the easiest things you can salvage from a change of engine. It's almost like he had no game ready assets to begin with........