User Tag List

Page 1 of 7 123 ... LastLast
Results 1 to 20 of 124

Thread: Info + Resource + downloads thread

  1. #1

    Default Info + Resource + downloads thread

    Ive seen many people asking about resources for game development, and have read many threads about all the different elements, and so, without further ado, I have put as much of it together as I can so that people can look for resources and information here. this is intended to please people who hate having to search a forum for things.

    ----------------------------------------

    Engines
    GameMaker - link
    Quote Originally Posted by Gazza_N
    Game Maker FTW. It's safe to say that the majority of games developed here were done using GM, and the wide variety of game types is testament to GM's flexibility. Best of all, you need very little technical knowledge to use it, as all the finicky technical details are dealt with under the hood, leaving you with nothing to worry about but the game logic. Whether you create that using the drag 'n' drop interface or by scripting (recommended, because it gives you more flexibility) is up to you.
    ...
    Lite is the free version, and is perfectly functional, but most of the really awesome features are crippled. Pro you buy, but it's the fully functional version. It all comes down to whether you're willing to pay or not.
    Quote Originally Posted by cairnswm
    Game Maker is a Free tool. Games made in the light version can be shared as .EXE or as .GMK files without restriction.

    If you want open source Game Maker is not what you want. Game Maker is FREE software not open source software. The source code for Game Maker is not available (therefore not open source). The game maker source files may be shared as much as you like.
    XNA - link
    If you are a small game studio, hobbyist, or student looking to get started in game development or find resources to help a game concept already in development, look no further than the XNA Creators Club Online community. Gain access to XNA Game Studio Express, DirectX, and other XNA gaming tools and technologies as well as tutorials, white papers, samples, and more.
    Quote Originally Posted by BlackHawk
    XNA and Game Studio Express (in Visual C# 2005 Express, Visual Studio 2005 is a bit expensive). XNA is a framework, so I'm using an engine developed by someone else. I've modified the engine extensively in my research of how stuff gets done in games, so some of it is hardly recognizable anymore. XNA 2.0 and GSE 2.0 has been released recently. Everything is free, of course.
    Sphere - link
    Sphere is a 2D RPG engine, in development since 1997. It allows people with not much programming experience to create role-playing games like Final Fantasy VI or Phantasy Star.

    Sphere provides a graphics rendering system that supports 32-bit color. That's 16.7 million colors and 256 levels of translucency for every pixel on your screen! It even allows for hardware acceleration for those of you with 3D accelerators! Sphere can also load PNG, JPEG, PCX, BMP, TGA, and GIF images. For sound, Sphere uses Audiere, which means it can play Ogg Vorbis, MP3, WAV, IT, XM, S3M, and MOD files.
    Irrlicht3D - link
    The Irrlicht Engine is an open source high performance realtime 3D engine written and usable in C++ and also available for .NET languages. It is completely cross-platform, using D3D, OpenGL and its own software renderer, and has all of the state-of-the-art features which can be found in commercial 3d engines.
    We've got a huge active community, and there are lots of projects in development that use the engine. You can find enhancements for Irrlicht all over the web, like alternative terrain renderers, portal renderers, exporters, world layers, tutorials, editors, language bindings for java, perl, ruby, basic, python, lua, and so on. And best of all: It's completely free.
    Popcap Framework - link
    Quote Originally Posted by Shadowmaster
    Source Availability: Open Source
    Language: C++
    OS: Windows
    Suggested Uses: 2D games, like the type found on Popcap's site
    Description: The engine uses widgets and event driven architecture. Event driven just means instead of asking if a key was pressed, you get told it was. Widgets are just things like buttons and screens that can receive input. If you aren't used to the type of architecture then it will take some getting used to, but it really speeds up developing simple games when you do, since creating on screen buttons become easy.
    Adventure Game Studio - link
    Adventure Game Studio (AGS for short) allows you to create your own point-and-click adventure games, similar to the early 90's Sierra and Lucasarts adventures. It consists of an easy-to-use development environment, and run-time engine.
    Wintermute - link
    Wintermute Engine Development Kit is a set of tools for creating and running graphical “point&click” adventure games, both traditional 2D ones and modern 2.5D games (3D characters on 2D backgrounds). The kit includes the runtime interpreter (Wintermute Engine, or WME) and GUI editors for managing and creating the game content (WME tools) as well as the documentation, demonstrational data and prefabricated templates.
    Ogre AND pyOgre - link
    Over the course of the last 6 years, OGRE has grown to become one of the most popular open-source graphics rendering engines, and has been used in a large number of production projects, in such diverse areas as games, simulators, educational software, interactive art, scientific visualisation, and others - take a look at what others have been saying about it. It's free, so why not try it out?
    CrystalSpace3D - link
    Crystal Space is an open-source 3D software development kit. It can be used for a variety of 3D visualization tasks. Many people will probably be interested in using Crystal Space as the basis of a 3D game, for which it is well suited.
    Fox Toolkit - link
    FOX stands for Free Objects for X. It is a C++ based class library for building Graphical User Interfaces. Initially, it was developed for LINUX, but the scope of this project has in the course of time become somewhat more ambitious. Current aims are to make FOX completely platform independent, and thus programs written against the FOX library will be only a compile away from running on a variety of platforms.
    Klik and Play link - Cant find any official web site.
    The Games Factory - link (v1) not found - link (v2)
    The Games factory 2 is the follow up to the hugely successful Games Factory. The Games Factory's simpler interface and controls can be a great way for adults and children to get started in the fun, educational, and rewarding, world of Click creation!
    Revolution3D - link
    Torque Game Engine - link
    Quote Originally Posted by xyber
    Price: Indie license $150. (Free demo which you could use to create free games)
    Source Availability: Yes, with Indie license and Commercial license.
    Language: TorqueScript (C++ if you want to make changes in engine)
    OS: Windows, Linux, Mac OS X.
    Suggested Uses: 3D games, from Arcade to FPS and MMORPGs.
    Description:
    TGE is a game engine with pretty much everything you need to develop 3D games.
    It is not just a 3D rendering engine. It includes rendering, network support,
    sound, tools to edit the GUI and Maps (missions), exporters for your favourite
    modelling tool and various other supporting tools and its own scritping language
    Torque script which is used to craete the game logic.
    Torque Game Engine Advanced - link
    Quote Originally Posted by xyber
    Price: Indie license $295
    Source Availability: Yes, with Indie license and Commercial license.
    Language: TorqueScript (C++ if you want to make changes in engine)
    OS: Windows (for now only Direct3D layer, but GG is working on OpenGL support)
    Suggested Uses: 3D games, from Arcade to FPS and MMORPGs (with shaders support)
    Description:
    everything in TGE, though, TGEA is much more than TGE with support for modern shaders.
    The entire rendering code has been rewritten for vastly improved efficiency and
    expanded capability.
    S2DL - link (S2DL download, where is the main page cairns? :P)
    Quote Originally Posted by cairnswm
    Simple 2D Libraries ver 2.00 has been Released
    My easy to use S2DL libraries for Delphi and Free Pascal (Windows, Linux and MacOS) has been upgraded to version 2.00. The new version of S2DL has some small name changes to the classes to conform to my new naming conventions.

    S2DL ver 2.00 includes:
    Image Management
    Sound Management
    Font Management
    A state management system
    A basic game template

    The following Demos are included:
    Hello World
    Flies
    StateDemo
    TileMap

    S2DL is free for anyone to use, for free, shareware or commercial games.
    RPG Studio - link
    My name is Frank Albert Pangajow, I have develop a freeware 2D Multiplayer Online RPG game wizard called RPG Studio. The purpose of this wizard is to make everyone can develop 2D MORPG very easy and very fast.

    The process for developing the game itself is very fast within seconds a MORPG can be played, NO programming NOR scripting involved at all, just mouse clicking. The interface itself is not very serious and scary, but fun and designed for common people minded. With a lot of video tutorial, FAQ Help and plenty of easy tools to use, everyone can contruct a game from ground up to a full blown serious Multiplayer Online RPG very fast. The online and multiplayer capability is automatic, no need additional effort.
    ----------------------------------------

    Languages
    C++
    Quote Originally Posted by Shadowmaster
    I'd suggest to try simpler languages(for instance Python or Game Maker Script) before you even think of using C++, since there is a lot of things in C++ that, although useful, are hard to use and do so correctly.
    Visual Basic
    Visual basic is a GUI RAD language based on basic, and is simple to learn, and quick to get used to.
    C#
    C# is a powerful but more complex language, and takes a while to get used to.
    Java
    Delphi
    Delphi is a very user/programmer friendly language that is quick to learn and very versatile
    Extremely Incomplete list...

    ----------------------------------------

    I want to get started in Game Dev
    Quote Originally Posted by dislekcia
    There's one simple question you need to ask yourself when you start getting into game development: What do you want to do? If you want to make games, then make games, use tools. If you want to program engines, then start right from scratch and program the very, very basics before going 3d. If you want to work on graphics, start with the basics of graphics, sprites and animation, then move to 3d and texturing, find someone else to make the graphics move.

    It all depends on where you want to go.
    As a recommended start, get Game Maker, and try your hand at simple things in it, and when you have eased into scripting and concepts in games you can try other things aswell.

    ----------------------------------------

    I want to make my own engine
    Quote Originally Posted by Shadowmaster
    As for making an engine from scratch, no I haven't and I suggest you the same as it is much easier to take an existing engine and add in what you need or modify it to do what you want. That and it will allow you to get to work on your game sooner, which is a lot more fun.
    ----------------------------------------

    Source: "What do you use to dev games" on NAG Forums - Link
    Source: "Game Engines" on NAG Forums - link
    Last edited by edg3; 23-06-2008 at 08:55 AM.

  2. #2

    Default And there is more

    XNA tutorials and usefull stuff
    http://www.riemers.net/eng/Tutorials...rp/series1.php
    http://xnatutorial.com/ (still up btw)
    http://blogs.msdn.com/xna/
    http://creators.xna.com/en-US/educat...?contenttype=0
    http://www.xnadevelopment.com/tutorials.shtml
    http://www.ziggyware.com/readarticle.php?article_id=59

    Usefull:
    GameDev Wiki
    ANSCII table

    Interest:
    10 UI lessons - link

    Misc:
    Name Generator link
    RPG plots link

    Game Engine Listing (not from above)
    Recently Added:
    Panda3D link
    LightFeather link
    3Demon link
    Platform Studios link
    Golden Realm [url=http://goldenrealmrpgengine.50webs.com/]link[/link]
    001 Game Creation Engine link
    JACL - Adventure Creation Language link
    Player Realms link
    2D Shooter Game Creator link
    3D adventure Studio link
    3D Cake Walk link
    3D Game Engine link
    The 3D Game Maker link
    Game Studio link
    3D RAD link
    Abstract RTS Engine link
    Adventure Developing and Playing Toolkit link
    Adventure Developer and Runner - Interactive Fiction Toolkit link
    Adventure Builder 2 link
    Twilight Software Adventure Game Engine link
    Adventure Maker link
    AGAST link
    Adventure Game Toolkit link
    Alice link
    Antiryad link
    Blades of Exile link
    Blender link
    Blitz Basic link
    Blox Game Engine link
    Byond link
    Ca3D link
    Clean Game Library link
    Cycon Online Game engine link
    The Game creators: FPS creator, DarkBasic, etc. link
    Dimension 3 link
    Explorations RPG link
    Game Editor link
    Game Studio link
    Golden T Game Engine link
    Game Wizard link
    HUGO link
    Interax Game Engine link
    Kids Programming Language link
    Lassie Adventure Studio link
    Mechanique link
    Multichoise Creation System link
    Python Adventure Writing System link
    Play Basic link
    Point and Click Development Kit link
    Quest Markup Language link
    Quest link
    Ray Game Designer link
    Reality Factory link
    Realm Crafter link
    Renpy link
    RPG Toolkit link
    Scrolling Game Development Kit link
    Silent Walk FPS creator link
    SLUDGE link
    Stagecast link
    SUDS link
    This Basic link
    Verge link
    Visionaire link
    WinPAW link

    ----------------------------------------

    Free Resources:

    Textures:
    http://www.cgtextures.com/
    http://textures.forrest.cz/
    http://www.textureking.com/
    http://www.spiralgraphics.biz/packs/
    http://techmagazine.ws/free-textures-background-images/
    http://www.freeseamlesstextures.com/
    http://free-textures.got3d.com/

    Models:
    http://www.sharecg.com/
    http://www.digitalanimators.com/HTM/...ModelsMain.htm
    http://home.tu-clausthal.de/~inmc/b5/Models.html
    http://www.the3darchive.com/
    http://www.globalmajic.com/
    http://sumrallworks.com/freebies/server/models.html
    http://3d.faws.org/objects.php?LANG=uk
    http://samadhi.jpl.nasa.gov/models/
    http://pages.infinit.net/trex/3d3.html
    http://www.databasen.se/hem/johan/raytracing/rayobj.htm
    http:/ /alice.virginia.edu/libraries.html Removed, virus warning.
    http://oct31.de/aw/myobj/

    Sprites:
    http://charas-project.net/resources....ny=10&fsearch= - Recommended
    http://reinerstileset.4players.de/englisch.html - Recommended
    http://blogoscoped.com/archive/2006-08-08-n51.html
    http://www.panelmonkey.org/
    http://rltiles.sourceforge.net/
    http://www.molotov.nu/?page=graphics

    Sounds:
    http://www.ccmixter.co.za/ Recommended
    http://www.jamendo.com/en/
    http://www.stonewashed.net/sfx.html
    http://www.partnersinrhyme.com/pir/PIRsfx.shtml
    http://simplythebest.net/sounds/
    http://www.grsites.com/sounds/
    http://www.flashkit.com/
    http://www.freesounds.info/
    http://www.pachd.com/sounds.html
    http://www.freesfx.co.uk/
    http://www.findsounds.com/

    Fonts:
    http://www.1001freefonts.com/
    http://www.dafont.com/
    http://simplythebest.net/fonts/
    http://www.searchfreefonts.com/
    http://www.getfreefonts.info/
    http://www.urbanfonts.com/
    http://freefonts.co.in/
    http://www.downloadfreefonts.com/
    http://www.identifont.com/free-fonts.html
    http://betterfonts.com/
    http://www.free-fonts.dk/
    http://desktoppub.about.com/od/fonts/p/schoolfree.htm
    http://www.free-stuff.me.uk/free/fonts/
    http://www.fontstock.net/
    http://www.beautifulfonts.com/

    Libraries
    General
    http://www.freeprogrammingresources.com/freelib.html
    http://www.freebyte.com/programming/ - Recommended for more then just libraries.
    http://www.sofotex.com/download/Programming/more22.html
    C++
    http://www.thefreecountry.com/sourcecode/cpp.shtml
    Pascal/Delphi
    http://www.programmersheaven.com/dow.../download.aspx

    ----------------------------------------

    Free Programming Tutorials
    http://www.freeprogrammingresources.com/tutorial.html Recommended - Very General, and has many languages
    http://www.programmingtutorials.com/ Recommended
    http://www.codeteacher.com/
    http://www.festra.com/freetutor/ Delphi
    http://www.nextdawn.nl/ C, C++, DirectX and OpenGL
    http://programmingtutorials.org/
    http://www.cprogramming.com/ C, C++, DirectX, etc - Recommended

    Graphics Tutorials - 56k warnings
    http://www.sketchpad.net/
    http://www.graphicsacademy.com/
    http://www.insidegraphics.com/ recommended
    http://www.freegraphics.com/10_Tutorials/
    http://rosie-cheeks.letters-to-you.com/ Recommended
    http://www.geocities.com/SiliconValley/way/9252/ Recommended
    http://heartcrygraphics.com/

    Spriting Tutorials
    http://www.freewebs.com/howtosprite/ Recommended
    http://otfans.net/showthread.php?t=39640 Recommended
    http://www.onrpg.com/contentid-4.html
    http://pixel-zone.rpgdx.net/shtml/tutmini-logs.shtml
    http://pixel-zone.rpgdx.net/shtml/tutmini-grass.shtml
    http://pixel-zone.rpgdx.net/shtml/tutmini-wood.shtml
    http://www.natomic.com/hosted/marks/mpat/shading.html
    http://www.spriteart.com/tutorials/01_dither.html Recommended

    Modding Tutorials
    BF2, Crysis, COD, COD2, COD4, HL2
    GRAW
    Dawn of War
    AoE3: heaven
    Sims 2
    Company of Heroes
    Homeworld
    Homeworld 2
    Cvilisation 4

    ----------------------------------------

    Tools you can use
    Notepad2 link
    Notepad2 is thenext level up from your standard notepad, it has various formating options, and also has built in syntax hilighting.
    GIMP link
    GIMP is the GNU Image Manipulation Program. It is a freely distributed piece of software for such tasks as photo retouching, image composition and image authoring. It works on many operating systems, in many languages.
    Paint.NET link
    Paint.NET is free image and photo editing software for computers that run Windows. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. An active and growing online community provides friendly help, tutorials, and plugins.
    Audacity link
    Audacity is free, open source software for recording and editing sounds. It is available for Mac OS X, Microsoft Windows, GNU/Linux, and other operating systems.
    Links to lists
    Game.Dev Site - Recommended
    GameDev.net thread
    SA GameDev Articles and Resources

    Links to Mags/News/Info Sites
    Dev Mag - Recommended
    Gamasutra - Recommended
    Game Developer Mag
    Serious Games
    Social Impact Games
    Games For Change
    Hope Lab - (Game Dev for children with chronic illness)
    International Game Developers Organisation
    DevMaster
    Flipcode
    Java Gaming
    The Inspiracy



    Where to get languages:
    Visual Studio 2008 express edition (doesnt support XNA yet)
    link - C#, C++, Visual basic, and visual web developer.

    Visual Studio 2008 express edition
    link - Visual Web Developer, Visual C#, Visual C++, Visual J#, Visual SQL server 2005, Visual Basic

    DevC++
    link - C++

    Free Pascal
    link - Pascal

    Python
    link - python

    Java
    link - Java

    Delphi
    link - Borland
    link - Turbo Explorer

    ----------------------------------------
    Afflict
    Demo Sprites 1
    ----------------------------------------

    Source: "Game Creation Resources" - link the above listings are all working links, the links on this site arent all correct/working
    Source for all the free resource links is GOOGLE

    ----------------------------------------
    Apologies for making it 2 posts. :)
    Last edited by edg3; 23-09-2008 at 05:17 PM. Reason: More neat stuff

  3. #3
    s gonna find ya, he's gonna getcha getcha getcha Gazza_N's Avatar
    Gamertag: GazzaN ZA Steam ID: Gazza_N

    Default

    Nicely done, edg3! :D

  4. #4

    Default

    thanks, I hope I havent missed anything crucially important or usefull. Would like to add to the list of tools a little bit ;)

  5. #5

    Default

    1 million internets goes to you, Edg3. =] Bravo.

  6. #6

  7. #7

  8. #8

    Default

    For the Delphi link add in www.turboexplorer.com as you can download a free version of Delphi from there. (as well as a C# IDE)

    Nice thread. Maybe also needs a link to: http://www.gamedev.net/community/for...opic_id=324643

  9. #9

    Default

    I have more that Im sifting through, it takes ages to go through all the links to check if they work, but I do have a lot more ;)

    Between outings and huige puddings I ran out of time halfway through and posted how far I was as I didnt know when I was getting back to a pc.

    You can look forward to the lists growing in size hopefully still this evening if I can get through everything :P

    Thanks for the links cairnswm

  10. #10

  11. #11

    Default

    Updated with some of the things I hadnt sorted through yet.

    Including fonts ;)

  12. #12

  13. #13

  14. #14

    Default

    AWESOMERIFICTASTICNESS!!THANKS edg3

  15. #15

  16. #16

  17. #17

    Default

    You should get paid for this
    I do it because its worth the effort!

  18. #18

    Default

    Quote Originally Posted by edg3 View Post
    I do it because its worth the effort!
    dude. Don't go emo on an emo. It was just a joke :)

    **Eh? Edge isn't freaking out, he's saying why he does it. We appreciate his efforts, we don't call him emo and misunderstand him... WTF? -D**
    Last edited by dislekcia; 03-03-2008 at 07:39 PM. Reason: I cannot comprehend the confusion of ideas that would lead to such a statement...

  19. #19

    Default

    WOW! So much to do. so little time. Thanks. What about game modding ? Is it illegal? Can you give us a few links?

  20. #20

    Default

    Quote Originally Posted by bobian View Post
    WOW! So much to do. so little time. Thanks. What about game modding ? Is it illegal? Can you give us a few links?
    Sure :) not a problem

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •