• 0

Who wants to help make a game?


Question

Ok folks, I'm working on a game.

I'm dead serious about this.

It's going to be a new MMOG, but unlike Evercrack or Ultima Offline it will be 100% dynamic (using technology based loosely on MUDs and MOOs). No more stagnant economy, or level dichotomy. No more waiting 6 months for new areas to open up. No more paying for a new expansion once a year.

I need a team of dedicated (and slightly insane) individuals.

I need programmers, artists, level designers, game designers, and of course testers (alpha testers for now, there will be an open beta later of course!) of all varieties.

This is an exciting possibility. Am I crazy? Entirely possible. But at the very least we're gonna give this thing our best shot.

Imagine a game universe where things change continually. New construction happens on a regular basis - daily or weekly new areas will open up.

Imagine having ALL the game players online whenever they want to be. No more "pick a server near you".

Imagine being able to make permanent changes to the game world. You set off a bomb, it blows up a building... the building stays blown up until someone fixes it.

Current direction of the game:

- One persistent universe. Yes, there will be multiple servers. But everyone is on all at once. The servers will represent different virtual aspects of the game world. Some servers will run NPC's exclusively, some will run geography (dungeons, etc.), some will provide other functionality.

- Graphics will be reminiscent of Baldur's Gate or DiZablo. 2D sprites with a 3D top-down isometric style.

- Game style is likely to be traditional swords-n-sorcery, although we might move it towards a more Final Fantasy-esque "steam powered" world. Not 100% sure yet, of course.

- Development language is pure Java. Not crapplet Java but real 100% honest-to-god-this-is-a-kickass-language Java.

Additional questions or comments? Direct 'em my way.

[email protected] (mail and MSN messenger)

gurm42 (AIM and Yahoo messenger)

453460 (ICQ)

- Gurm

Link to comment
https://www.neowin.net/forum/topic/22373-who-wants-to-help-make-a-game/
Share on other sites

Recommended Posts

  • 0

That is a kickass idea, and yes you are insane :s, but this appeals to me. I'm not proficient in Java (in fact I hate it lol), but I would definately be up for helping in any other way.

I like the concept because I've had this yearning for an online world where there wouldn't be just on set world or series of maps, but instead it would be a connected set of user created and original maps that can link to each other, much like web pages do today. Of course this could end up becoming somewhat surreal, I mean imagine walking through a door (say on the 12th floor of a building) and then being confronted with a grassy field. I always thought of it as a 3D first person world, but you get the gist.

  • 0

don't know any java...or graphic programming...haven't done any computer art stuff in a while...but i'd love to be a part of this...(wherever a little insanity is needed ;))...i would like to do more than alpha/beta test (so i learn more stuff as i go along)...message me, and let me know what i can do to help...

  • 0
Originally posted by Keldyn

I think its ok where it is. He is not asking any technical questions that deal with programming as of yet. Right now its more general discussion about games. later i may move it but its cool for now....

keldyn if this is moved to the programming forum more programmers will see this:)

  • 0
Originally posted by prasanth16

keldyn if this is moved to the programming forum more programmers will see this:)

Very well. Seeing as prasanth wont get any sleep tonite until i move this thread, i have decided to oblige. Happy prasanth !? :cheeky:

moved to programming

~Keldyn

  • 0
Originally posted by Gurm

- Development language is pure Java. Not crapplet Java but real 100% honest-to-god-this-is-a-kickass-language Java.

You are gonna use Java? It's going to be slooooowwwww. But before i show my interest in your idea, do you have any examples of work you've done before?

  • 0

Haha, I know it will be "slow". The problem, of course, is that what I want to do cannot be done in a more conventional language such as C++ without adding layer upon layer of abstraction that will ALSO be "slow".

Unless something has changed, and someone has added dynamic class loading/unloading to C++ in the last year or so.

One of the linchpin technologies in this game engine is the ability to modify it while it's running... to add classes, remove classes, modify classes without stopping the engine.

In real-life terms, this equates to game updates while everyone is playing. In development terms this means that testing can occur while development occurs, on the same codebase, in realtime.

As for samples of my prior work, anything you'd be impressed with is under NDA, of course. Although my early 90's NDA's have probably expired... hmm, gotta check on that.

- Gurm

  • 0

Yeah but Verant is coming at it from the other side... from the "look a PC game with an updatable world that we are programming in C++" angle.

Whereas I am coming from the "look a scalable MUD with graphics that is pure Java and runs on any platform" side.

MUDs, if you remember, are often written by ... maybe 2 or 3 people. When in the full swing of things, big-ass MUDs like Tsunami only have perhaps 10 wizards. Maybe only one or two on at once... to support a user base of thousands.

Plus, Verant doesn't have what I have - willingness to tap the vast, untameable pool of raw talent on the Internet. I'm looking for help in boards filled with hackers, rebels, and what Ben Kenobi would call the "scum of the universe"... but which have the potential to turn out to be the Han Solos of gaming.

Ok, that was a BAD added paragraph of Star Wars puns. At any rate, you get my drift. I'm not reinventing the wheel. I'm shamelessly building on Lars Pensjo's work (with which I'm fairly familiar) and capitalizing on the strengths of Java in order to do something with relatively little programming that it would otherwise take a team of extremely talented network coders to implement.

And there's a reason I'm asking for help. While I can (and will) implement the core libraries, the game design itself will take substantially more people than just me.

- Gurm

  • 0
Originally posted by Gurm

Haha, I know it will be "slow". The problem, of course, is that what I want to do cannot be done in a more conventional language such as C++ without adding layer upon layer of abstraction that will ALSO be "slow".

Unless something has changed, and someone has added dynamic class loading/unloading to C++ in the last year or so.

One of the linchpin technologies in this game engine is the ability to modify it while it's running... to add classes, remove classes, modify classes without stopping the engine.

In real-life terms, this equates to game updates while everyone is playing. In development terms this means that testing can occur while development occurs, on the same codebase, in realtime.

As for samples of my prior work, anything you'd be impressed with is under NDA, of course. Although my early 90's NDA's have probably expired... hmm, gotta check on that.

- Gurm

I was a big MMORPG player before and i know what you mean. But before you decide on Java, make sure the it's equal or faster or more practical than a C++ implementation in it.

  • 0

To those of you suggesting C++ with inline ASM, I do appreciate your input. Honestly...

However, as I said before it CAN'T BE DONE in C++. Not without reinventing the wheel. If you follow MUD history at all, it's like LPMud vs. MOO technology. LPMUD was a C-based interpreter for a "mudlib" which was written in LPC, an object-oriented extension of C. Sadly, the LPC code needed to be interpreted at runtime, which made it even slower than Java.

While this certainly CAN be done differently, the basic idea is to make the entire game one big codebase. Rooms, monsters, weapons, players - are all objects, descended from a basic game object. Where the objects live... Java doesn't care. Want to update an object? Sure... change the code, and tell the program "hey, reload CLASS X" and bingo - it's changed.

- Gurm

  • 0
Originally posted by Gurm

To those of you suggesting C++ with inline ASM, I do appreciate your input. Honestly...

However, as I said before it CAN'T BE DONE in C++. Not without reinventing the wheel. If you follow MUD history at all, it's like LPMud vs. MOO technology. LPMUD was a C-based interpreter for a "mudlib" which was written in LPC, an object-oriented extension of C. Sadly, the LPC code needed to be interpreted at runtime, which made it even slower than Java.

While this certainly CAN be done differently, the basic idea is to make the entire game one big codebase. Rooms, monsters, weapons, players - are all objects, descended from a basic game object. Where the objects live... Java doesn't care. Want to update an object? Sure... change the code, and tell the program "hey, reload CLASS X" and bingo - it's changed.

- Gurm

You can't be serious! Why can't you use C++? I don't get the point. Who said anything about re-inventing the wheel?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • But building your own.. what? You can't build anything like the Steam Machine yourself. Even trying to get close costs a good deal more. Even just the CPU cooler in their price comparison is as big as the entire Steam Machine. If you want a regular gaming PC, then by all means, build that. If you want a a small console-like PC for the living room that is good for gaming, I'm not sure what else is a better deal. In the GN review, they only mentioned a small form factor Dell, which is like twice the size and hundreds of dollars more expensive.
    • Those are some popular multiplayer games. But hardly "all". Just those that don't work on Linux currently due to specific anti-cheat implementations. I think it's also fair to point out the literally thousands of games that don't work on the PS5. And it's not locked at 1080p. That's the default, which you can change.
    • Ubuntu Livepatch arrives on Arm64 to eliminate system reboots for kernel updates by Paul Hill Canonical has just announced that its Livepatch service now supports computers with Arm64 processors. For those who are not familiar, Livepatch allows users to apply important kernel updates without any service interruption or rebooting. While home users will benefit from this, it’s even more important for critical machines that absolutely should not be going offline at all. The feature is available as part of Ubuntu Core 26 for Arm64 and Ubuntu Core 20 and onwards for AMD64. According to Canonical, this will improve the security of systems that aren’t security-maintained daily or weekly, and it helps organizations work towards Cyber Resilience Act (CRA) compliance. If you are familiar with Ubuntu, you probably know that most packages can be updated without having to restart the system. There is one big exception to this, and that’s the kernel; it typically requires you to reload the system to boot into the new kernel. With Livepatch, Canonical has done something so that you don’t need to restart to begin using the new kernel. Aside from Ubuntu Core 26, users with Arm64 chips running Ubuntu 26.04 LTS can also use Livepatch. If you want to learn more about Livepatch, check out its product page. There, you can also find a button to join Ubuntu Pro (it’s free for several home devices) so that you can enable Livepatch. By linking your computer to Ubuntu Pro, you will also extend the life of your Ubuntu install from five years to ten years. If you are running Ubuntu, let us know in the comments if you have been looking forward to this feature on your ARM-based computer. If you’ve had a compatible AMD64 machine for a while and never used this feature, let us know why in the comments!
  • Recent Achievements

    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
    • Dedicated
      tuben earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      500
    2. 2
      +Edouard
      207
    3. 3
      PsYcHoKiLLa
      97
    4. 4
      Michael Scrip
      89
    5. 5
      neufuse
      71
  • Tell a friend

    Love Neowin? Tell a friend!