CAN WE MAKE Kingdoms of Camelot (KOC) LIKE GAME IN CONSTRUCT

0 favourites
  • 10 posts
From the Asset Store
Casino? money? who knows? but the target is the same!
  • Hi members,

    I am a huge fan of KOC , archine empire for quite some time. One question only, can we make same program on construct 2. if not all can we make small prototype game on this engine. Please reply !!!

    Thanks

  • Would be REALLY, REALLY hard for a beginner, but I guess it´s definitely doable in general.

  • Yes, possible.

    But C2 would just be the frontend of the game. You also need backend, server and database.

    Time to develop the game for a very experienced programmer approximately 1 year with 40h/week.

  • Thanks Beaverlicious and Vuuv for replying me back. yes , you are right that require server and database.

  • hey i think we can make that type of game in small demo version type. Think it have only time limit and that we can make like one town center will go from lvl 1 to lvl 2 and have to wait for 10 min. only we have to provide animation file .......

  • Samblak,

    I'm working on a similar type game. C2 can make a very nice client, but the guys are right, you need a server-side engine and a good database design and implementation. I'm not really serious about releasing the game, it's a learning experience for me... and I like reverse engineering some of the techniques others have used in deployed games. My background is the old text muds from long ago, so I have some predigree in the area. Some things I have learnt.

    1) the client is fun and pretty, but not that difficult

    2) C2 is a good platform for the client, esp if you are focussed on desktop clients.. but you need to look into your connectivity choice.. websockets, webrtc, etc.. some are easier but then they limit the browsers you can use, and how easy each can be used. At least for MMORTS, the latency issues are not that critical compared to peer-to-peer games.

    3) you need to clearly define the structure and content of what the game updates will be (eg city -stats, armies, research) and how do you check for valid options

    4) the database design is not trivial.. looking at evony (for example), their worldmap is 400x400 which is 160,000 map locations, and say theoretically 10% of that will end up being cities.. big database.. if you need to keep upload/downloading chunks of it to your client.

    5) not only is it big, it needs to be fast. hundred simultaneous users could hit your database for actions leading to say 100 requests/minute, but more likely a factor of 5. doesn't seem much but they could be complex searches. Correct database indexing is important. As it is not peer-to-peer, your server will require some horsepower (OR GOOD CODING) to deliver it consistently

    6) you need a server engine to authenticate and validate all requests, then you need to trigger all actions in a time-sync'ed manner. attacks need to hit when they were promised, or at least in the order they should have arrived. If you can't guarantee that, or that it will operate in a timely fashion, the game will fail.

    so yup.. lots and lots of issues. it's not where I would start if you were new to it... however if you were a good database/server designer, then C2 could be a very easy way to make the client front end.

    PS: before anyone jumps in.. I only disagree with VUUV in that I think he's underestimating effort. Most big games like this take 4-5 team members a year to develop - assuming they already have the game engine in place. There's a reason there is no good hobbyist MMORTS platform out there.. or even indie.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • rho whooo !!! what a indepth knowledge about game engine bro!!! have you release some game yet .!!!

  • It is always a good advice is to keep away from online games when you are Indie (as in alone) ...to much work ...little done and little gained ...but you can make an offline rts or city simulate with some hard work (or less if u don't have to make the art your self)

  • keep telling which are the news i will be very glad to see something like that made with C2.

    Regards and good luck.

  • I also love KOC

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)