Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: canceled  (Read 3841 times)

0 Members and 1 Guest are viewing this topic.

Arshak82

  • Newbie
  • *
  • Posts: 1
    • View Profile
canceled
« on: August 12, 2012, 10:07:22 pm »
sorry guys, i am not able to make more videos... :/
« Last Edit: August 28, 2012, 07:40:44 pm by Arshak82 »

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: Online 2D Game - Development Diary(Videos) - "Project Online Chaos"
« Reply #1 on: August 13, 2012, 07:30:59 pm »
I think you should check the video you posted. Unless I am missing something the video shows nothing.
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: Online 2D Game - Development Diary(Videos) - "Project Online Chaos"
« Reply #2 on: August 13, 2012, 08:49:58 pm »
I think you should check the video you posted. Unless I am missing something the video shows nothing.
But you have watched it?
It was just an anouncement. ;)

Will be interesting to see how far you get with the creation of a game. :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Grimshaw

  • Hero Member
  • *****
  • Posts: 631
  • Nephilim SDK
    • View Profile
Re: Online 2D Game - Development Diary(Videos) - "Project Online Chaos"
« Reply #3 on: August 14, 2012, 12:29:34 am »
Hmm.. expect a video every 4 months up to 0 videos...

(Just teasing so he actually makes them :D )

aNewHobby

  • Jr. Member
  • **
  • Posts: 85
    • View Profile
    • Live 4 Ever Or Die Trying
Re: Online 2D Game - Development Diary(Videos) - "Project Online Chaos"
« Reply #4 on: August 14, 2012, 01:47:32 am »
subed to your chan.. looking forward to this...  Good luck.. and I hope you keep motivated!!
Twitter: @Jyinkies
My Own Little Spot on the Net: - Live4everOrDieTrying.info (Blog)

Grimshaw

  • Hero Member
  • *****
  • Posts: 631
  • Nephilim SDK
    • View Profile
Re: Online 2D Game - Development Diary(Videos) - "Project Online Chaos"
« Reply #5 on: August 21, 2012, 04:44:51 am »
Hey Arshak, I see your having a little of difficulty to make the code flow for the networked apps, if you need advice and some explanations, feel free to email me anytime  :)

Will answer here too if you so prefer !

I am myself working in a toy project, with a concept similar to yours, which I don't mind sharing the code, binaries and my personal help.. It is a game somehow like League of Legends and DotA, a Multiplayer Online Battle Arena(?).

I started it only 48 hours ago or less, but it already has a few features:

- Fully working, smooth chat
- Heros that are the playable/ai main characters
- Movement with mouse, point and click, and WASD controlled
- Currency
- Heros with AI, which are able to talk in the chat, follow the player etc
- A shop for items is being worked on
- HP Regen / Death / Kill Count / Respawn times
- Some basic graphics for debugging everything
- And of course, all of this is happening in multiplayer, all clients see everything etc, the synchronization is good, buts gets worse with bigger latency, because no special sync mechanisms are implemented.

Well, you can freely check source code in the GitHub repo : https://github.com/DevilWithin/Slavery

Good luck with your project.