Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Barracuda72

#1
I have some strange issue...
Mooege and Diablo III works fine on Linux with wine (1.3.32), but I can't compile Mooege with Mono using Mooege-Mono.sln project file. But project Mooege-VS2010.sln builds successfully and runs fine. I am using xbuild method.
Question: What I am doing wrong? And why do Mooege need separate files for Mono and VS?
#2
Quote from: alexandreonly on November 08, 2011, 06:49:13 PM
Quote from: Barracuda72 on November 07, 2011, 05:28:51 AM
Mooege's Brain
Inital implementation of AI in Mooege (I slightly tweaked it to work)
Maybe looks strange for now (Object loader from MPQ loads most objects except NPCs as Monsters, so Villagers and even some non-live objects as Repair treated to be enemies), but good work, guys!

Great, more click-9001 damage videos. I challenge you to post a video where the player hit a zombie with a club with normal damage and physics.
For first, have you seen that video? There is no 9001 damage =) Damage is calculated by simple formula (you can see it in first video - it's my little tweak). For second, I want to say something about combat system.
Yes, combat system in Mooege is not done yet, and hasn't been started. But this is NOT because the developer's are stupid or because they didn't played Diablo 2 and don't know what Diablo is about. Combat system is very complex part of game, and depeons on many things - yes, on multiplayer stuff too. Maybe, they could start it earlier, but then they introduce other things (multiplayer), they will have to reimplement some parts of code again and again. It's like constructing a car - you can put engine, wheels and so on together, and it probably will be the car, but after some time you will understant that you need a sit, a lights, windscreen, after all. But... There is no place for them :-D. Mooege developers working on some other things, but they leave some place for engine.
After all, if you so furious about Mooege development - why the developers are THEY, not YOU?  ;D
#3
General / Re: Diablo 3 Server Emulation progress
November 07, 2011, 05:28:51 AM
Mooege's Brain
Inital implementation of AI in Mooege (I slightly tweaked it to work)
Maybe looks strange for now (Object loader from MPQ loads most objects except NPCs as Monsters, so Villagers and even some non-live objects as Repair treated to be enemies), but good work, guys!
#4
General / Re: Diablo 3 Server Emulation progress
October 20, 2011, 12:58:55 AM
Quote from: magicbanana on October 18, 2011, 04:36:54 PM
Quote from: Barracuda72 on October 17, 2011, 02:47:14 AM
http://www.youtube.com/watch?v=fJt24EiDctA
Simple AI for Mooege - just to show that this is possible
I suggest it to Mooege developers, but they rejected it for now - they want runtime-loading of AI scripts

awesome, can you post a tutorial vid? :)
with all the code?  8)

I think video tutorial isn't neccessary, because I just played around with the Mooege sources. But, of course, you can download my work here: http://ifolder.ru/26390917 - it's the compiled emulator and sources
#5
General / Re: Diablo 3 Server Emulation progress
October 17, 2011, 02:47:14 AM
http://www.youtube.com/watch?v=fJt24EiDctA
Simple AI for Mooege - just to show that this is possible
I suggest it to Mooege developers, but they rejected it for now - they want runtime-loading of AI scripts