multiplayer online rpg list free 3d
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5078
PHP Online RPG 1.1unstable
PHP Online RPG project is an graphical online RPG. more>>
PHP Online RPG project is an graphical online RPG.
This RPG uses only the browser to create a vast world. The power of html tables allow us to create a graphical online rpg that is fast, and vivid. The only requirements are a browser and patience.
As the world grows, its possible for the code to move slower and we ask your patience. This game truly is an inspiration to those who want to play games at work on a simple web browser.
The RPG featured has certain placement graphics from Delta Taos ClanLord. These are not meant for distribution, but for examples. You can change the style to a Diablo-type RPG, or an anime rpg, or something completely different such as a space RPG.
The project, including the layout, is open ended. The first couple of releases are to get public interest. The code is not the best. When we have a stable release we will mark the download. The only admin at this time is Adam.Atomical.
Enhancements:
- Object oriented interface
- Specialized function interface ( for PHP coders )
- Multi-player combat
- Single player combat
- Treasure
- Finding Inventory
- Spawning of Items
<<lessThis RPG uses only the browser to create a vast world. The power of html tables allow us to create a graphical online rpg that is fast, and vivid. The only requirements are a browser and patience.
As the world grows, its possible for the code to move slower and we ask your patience. This game truly is an inspiration to those who want to play games at work on a simple web browser.
The RPG featured has certain placement graphics from Delta Taos ClanLord. These are not meant for distribution, but for examples. You can change the style to a Diablo-type RPG, or an anime rpg, or something completely different such as a space RPG.
The project, including the layout, is open ended. The first couple of releases are to get public interest. The code is not the best. When we have a stable release we will mark the download. The only admin at this time is Adam.Atomical.
Enhancements:
- Object oriented interface
- Specialized function interface ( for PHP coders )
- Multi-player combat
- Single player combat
- Treasure
- Finding Inventory
- Spawning of Items
Download (2.5MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1094 downloads
Sloth Online RPG 0.15
Sloth Online RPG is aJava Online RPG with Real-Time Action and rich 2D graphics. more>>
Sloth Online RPG is aJava Online RPG with Real-Time Action and rich 2D graphics.
Sloth Online RPG is a work in progress that will provide a fully graphical online role playing game engine. SlothORPG is coded in Java and is currently in a near playable state featuring several classes with over a thousand lines of code.
My main intentions with this project are to provide a free, fully functional, ever expanding Role Playing Engine (both client and server side) for the end user who would be playing the game. Developers would also be able to use the project as a resource on certain aspects of Java Game Programming.
Server side the project implements the NIO Networking library to create a smoother, stronger tcp/ip core. I found UDP and TCP w/ the old IO library to be unreliable and sluggish respectively. The way in which the server is structured has proven to be strong thus far.
The client side of the code features the Graphics2D Java library to provide near perfect animation without requiring a rendering device such as OpenGL or DirectX.
To summarize my entire intent for this project I basically wanted to provide an Online RPG that is functional on almost any OS that has Java installed and can run just as smooth on low end machines while still being able to feature rich 2-D graphics. The source code is clean and neat as well as commented and organized.
It is easy to read and understand for someone who has some knowledge of Java. As I write this, the project is coming along nicely and some pre-alpha local network testing has proven this. I plan to continue with this project and in the future include database integration and more of a developer-side interface.
A quick rundown of what this project includes so far: Character Creation, Smooth character animation, and fully supported tcp/ip gameplay. Chatting is also implemented.
<<lessSloth Online RPG is a work in progress that will provide a fully graphical online role playing game engine. SlothORPG is coded in Java and is currently in a near playable state featuring several classes with over a thousand lines of code.
My main intentions with this project are to provide a free, fully functional, ever expanding Role Playing Engine (both client and server side) for the end user who would be playing the game. Developers would also be able to use the project as a resource on certain aspects of Java Game Programming.
Server side the project implements the NIO Networking library to create a smoother, stronger tcp/ip core. I found UDP and TCP w/ the old IO library to be unreliable and sluggish respectively. The way in which the server is structured has proven to be strong thus far.
The client side of the code features the Graphics2D Java library to provide near perfect animation without requiring a rendering device such as OpenGL or DirectX.
To summarize my entire intent for this project I basically wanted to provide an Online RPG that is functional on almost any OS that has Java installed and can run just as smooth on low end machines while still being able to feature rich 2-D graphics. The source code is clean and neat as well as commented and organized.
It is easy to read and understand for someone who has some knowledge of Java. As I write this, the project is coming along nicely and some pre-alpha local network testing has proven this. I plan to continue with this project and in the future include database integration and more of a developer-side interface.
A quick rundown of what this project includes so far: Character Creation, Smooth character animation, and fully supported tcp/ip gameplay. Chatting is also implemented.
Download (MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1134 downloads
Browseable Online Backup System 0.6.3
Browseable Online Backup System (BOBS) is a complete online backup system. more>>
Browseable Online Backup System (BOBS) is a complete online backup system. It uses large disks for storing backups and lets users browse and restore the files using a webbrowser.
Files are fetched from other computers and stored in directories on the computer where bobs is installed.
Two types of file stores are used:
"Current" is the files from the remote computer as they were the last time the backup was run.
"Incremental" is the files that are deleted or changed on the remote server.
When a backup is run the files that have changed or have been deleted are moved to the "incoming" dir. From here they are tagged with a date and moved to the "incremental" dir.
Users interaction:
If a user deletes or corrupts a file and need it restored they can do this by opening a browser (any browser which supports frames should be fine) and pointing it at the
backupserver where bobs is installed.
On the backupserver they can login in using a password defined by the admin. For clarity that should be the same as the one they use on the server where the file
they deleted or corrupted is/are located.
Users can browse, search and select files to restore. They cannot see the contents of the files. Only name, date and size.
When they have found the files they need and added them to the restore list, they activate the restore process and wait for files to be transferred to their server where they can access them as they would any other files.
<<lessFiles are fetched from other computers and stored in directories on the computer where bobs is installed.
Two types of file stores are used:
"Current" is the files from the remote computer as they were the last time the backup was run.
"Incremental" is the files that are deleted or changed on the remote server.
When a backup is run the files that have changed or have been deleted are moved to the "incoming" dir. From here they are tagged with a date and moved to the "incremental" dir.
Users interaction:
If a user deletes or corrupts a file and need it restored they can do this by opening a browser (any browser which supports frames should be fine) and pointing it at the
backupserver where bobs is installed.
On the backupserver they can login in using a password defined by the admin. For clarity that should be the same as the one they use on the server where the file
they deleted or corrupted is/are located.
Users can browse, search and select files to restore. They cannot see the contents of the files. Only name, date and size.
When they have found the files they need and added them to the restore list, they activate the restore process and wait for files to be transferred to their server where they can access them as they would any other files.
Download (0.12MB)
Added: 2005-09-24 License: GPL (GNU General Public License) Price:
1492 downloads
Ultima Iris 2.0
Ultima Iris is a Ultima online client total 3D. more>>
Ultima Iris is a Ultima online client total 3D.
Iris2 is a 3D/2D game client for the popular Massive Multiplayer Role Playing Game "Ultima Online" (tm). Adding a third dimension to the well-known Ultima Online World, Iris2 allows the player to navigate the gaming environment just like any modern 3d rpg and still retain the unique roleplaying experience that only classic Ultima can provide. Moreover, being compatible with standard UO game servers, the player is not limited to play with only users of Iris but may also seamlessly interact with players using standard 2d clients.
<<lessIris2 is a 3D/2D game client for the popular Massive Multiplayer Role Playing Game "Ultima Online" (tm). Adding a third dimension to the well-known Ultima Online World, Iris2 allows the player to navigate the gaming environment just like any modern 3d rpg and still retain the unique roleplaying experience that only classic Ultima can provide. Moreover, being compatible with standard UO game servers, the player is not limited to play with only users of Iris but may also seamlessly interact with players using standard 2d clients.
Download (MB)
Added: 2007-05-24 License: Freeware Price:
894 downloads
Wurm Online 1.3.8
Wurm Online is 3D FPP MMORPG game. more>>
Wurm Online is 3D FPP MMORPG game.
Online multiplayer role-playing game, where players walk freely in a big 3D world chatting, gathering resources, building towns, making items, trading, fighting with other players and computer controlled creatures. Chose your path - crafting or PvP fighting. Join a village or live solo. Massive skill tree with skill affected by your actions.
<<lessOnline multiplayer role-playing game, where players walk freely in a big 3D world chatting, gathering resources, building towns, making items, trading, fighting with other players and computer controlled creatures. Chose your path - crafting or PvP fighting. Join a village or live solo. Massive skill tree with skill affected by your actions.
Download (0.004MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1278 downloads
IRE - The IT-HE RPG Engine 0.93
IRE - The IT-HE RPG Engine is a 2d role-playing game engine similar to that used by Ultima 6. more>>
IRE - The IT-HE RPG Engine is a 2d role-playing game engine similar to that used by Ultima 6.
IRE is an attempt to create a cross-platform computer role-playing-game engine similar to Ultima 6 but with more modern features such as rooftops, special effects and Ogg-vorbis music.
The engine runs in 640x480 at 15 bpp upwards. It is controlled by scripts which are compiled into interpreted code for extra portability.
<<lessIRE is an attempt to create a cross-platform computer role-playing-game engine similar to Ultima 6 but with more modern features such as rooftops, special effects and Ogg-vorbis music.
The engine runs in 640x480 at 15 bpp upwards. It is controlled by scripts which are compiled into interpreted code for extra portability.
Download (2.1MB)
Added: 2006-02-27 License: BSD License Price:
1340 downloads
Password List Generator 1.0
Password List Generator is a good tool to create passwords list with makepasswd and save to file. more>>
Password List Generator is a good tool to create passwords list with makepasswd and save to file.
<<less Download (0.032MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1477 downloads
Ragnarok Online Client 0.0.2
Ragnarok Online Client project is a client to the Ragnarok online network. more>>
Ragnarok Online Client project is a client to the Ragnarok online network.
Ragnarok Online Client is a client to the Ragnarok online network, an MMORPG.
This project only provides an API to be able to program a client without having to understand the protocol itself, and to keep up-to-date just by the library.
Enhancements:
- Made it work with current iRO and improved it to be able to stay online until one kills it ... though no user interaction is implemented yet
<<lessRagnarok Online Client is a client to the Ragnarok online network, an MMORPG.
This project only provides an API to be able to program a client without having to understand the protocol itself, and to keep up-to-date just by the library.
Enhancements:
- Made it work with current iRO and improved it to be able to stay online until one kills it ... though no user interaction is implemented yet
Download (0.016MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
16761 downloads
Buy it online 0.9
Buy it online allows you to buy a product online through the context menu. more>>
Buy it online allows you to buy a product online through the context menu.
Highlight a name of a product on a web page, right click the mouse, and choose Buy it online menu item, to see the list of on-line offerings of this product.
No annoying shopping toolbars, just select and click. No affiliation with shopping vendors.
<<lessHighlight a name of a product on a web page, right click the mouse, and choose Buy it online menu item, to see the list of on-line offerings of this product.
No annoying shopping toolbars, just select and click. No affiliation with shopping vendors.
Download (0.072MB)
Added: 2007-04-26 License: MPL (Mozilla Public License) Price:
956 downloads
Regnum Online Beta
Regnum Online is a MMORPG game, that wants to invite you to join our world and play for free. more>>
Regnum Online is a MMORPG game, that wants to invite you to join our world and play for free. The only thing we require is that you fight for your realm.
Regnum Online is a massive multiplayer online role playing game (MMORPG MMORPG) for the PC where the player are immersed in a 3D virtual world. There they can live as Elves, Humans Dwarves, or Dark Elves having exciting adventures, exploring the wild lands or joining an army of players to take on the other kingdoms armies."
The game is in beta stage, but already offers many quests, items, and monsters, not to mention the large number of both english-, spanish-, and portuguese-speaking players youll meet in-game.
Main features:
- Regnum offers 3 realms to choose from.
- 9 fully customizable player characters.
- Hundreds of quests.
- The ability to capture forts and castles.
- Expansive lands to explore.
- Glorious graphical environments.
<<lessRegnum Online is a massive multiplayer online role playing game (MMORPG MMORPG) for the PC where the player are immersed in a 3D virtual world. There they can live as Elves, Humans Dwarves, or Dark Elves having exciting adventures, exploring the wild lands or joining an army of players to take on the other kingdoms armies."
The game is in beta stage, but already offers many quests, items, and monsters, not to mention the large number of both english-, spanish-, and portuguese-speaking players youll meet in-game.
Main features:
- Regnum offers 3 realms to choose from.
- 9 fully customizable player characters.
- Hundreds of quests.
- The ability to capture forts and castles.
- Expansive lands to explore.
- Glorious graphical environments.
Download (1.8MB)
Added: 2006-12-26 License: Freeware Price:
1040 downloads
Legitimate-Online-Money-Making 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-12 License: Freeware Price: Free
195 downloads

Open IT Online 2.5.1
Open IT Online will improve your browsers capability greatly. It is designed as a Firefox addon that allows to open and edit your documents from everywhere! more>> <<less
Added: 2009-07-21 License: MPL Price: FREE
13 downloads
Avoid The Roid 3D 0.6
Avoid The Roid 3D project is a 3D asteroids-like multiplayer game. more>>
Avoid The Roid 3D project is a 3D asteroids-like multiplayer game.
The player flies around in a three dimensional space, shooting asteroids and other ships while trying to avoid running into any of them or being shot.
The game is written in c++ and uses unix sockets for networking, pthreads for the thread library, OpenGL for the graphics library, glut for windows and input, and OpenAL for audio.
<<lessThe player flies around in a three dimensional space, shooting asteroids and other ships while trying to avoid running into any of them or being shot.
The game is written in c++ and uses unix sockets for networking, pthreads for the thread library, OpenGL for the graphics library, glut for windows and input, and OpenAL for audio.
Download (0.24MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1074 downloads
Online Money Guide 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-24 License: Freeware Price: Free
184 downloads
Online-Affiliate-Program 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-07 License: Freeware Price: Free
199 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above multiplayer online rpg list free 3d search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed