Jump to content

Grid RPG TEST


CoderDunn
 Share

Recommended Posts

Here is a simple test I made to see how I could make a grid RPG with tiles and how to load the next area when you go out a door (Move character to top left on checkered tile). Reason for the grid is it's real easy collision detection. I put some notes in the map file. Sorry for my bad art skills :D

Edited by Hallman
Link to comment
Share on other sites

I like it, reminds me of the tiled version of NetHack.

Make it so you can move the boulders!

Nice work. - Sim

AutoIt Scripts:Aimbot: Proof of Concept - PixelSearching Aimbot with several search/autoshoot/lock-on techniques.Sliding Toolbar - Add a nice Sliding Toolbar to your next script. Click the link to see an animation of it in action!FontInfo UDF - Get list of system fonts, or search to see if a particular font is installed.Get Extended Property UDF - Retrieve a files extended properties (e.g., video/image dimensions, file version, bitrate of song/video, etc)
Link to comment
Share on other sites

This is really good! I might make an editor for .map files If i have the time.

edit: I don't have enough time.

Edited by RazerM
My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop.
Link to comment
Share on other sites

Very nice! I tryed to make something like this a while ago, but never finished it.

Did you use an editor to make the map file or did you type 997 lines? In that case, what did you use, if you used something.

http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
Link to comment
Share on other sites

Sorry for my bad art skills

Don't care about it. Most good programmers are poor artists.

(Logic over creativity... lol)

Did you use an editor to make the map file or did you type 997 lines?

Looks like he used an editor. Or, he could have sat there for 2 hours and do it by hand?

#)

Link to comment
Share on other sites

Very nice! I tryed to make something like this a while ago, but never finished it.

Did you use an editor to make the map file or did you type 997 lines? In that case, what did you use, if you used something.

Well I made this quick script to make all 30 X 30 tiles grass. Then I edited the ones that I wanted to have boulders and such manualy. Still took awhile even doing that :D

Link to comment
Share on other sites

Looks like he used an editor. Or, he could have sat there for 2 hours and do it by hand?

I would use an editor!

And to make games like this I would probably use Game Maker 6.

Edited by AutoItKing
http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
Link to comment
Share on other sites

This reminds me of RPG Maker XP. It would be great if an rpg creator was made in AutoIt! :D

That would be quite nice!

Game Maker is great for making games without any coding, but it is also great for intorducing the world of game creation to little kids who would love to make their own video game. I use it, just for fun.

http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
Link to comment
Share on other sites

I get an error when trying to run in V3. Then when i run in beta i get an error saying "unable to open map, MAPI"

You need to have the map file in the same folder as the script. If you do, I don't know what the problem is ...

Link to comment
Share on other sites

I just tried it with the latest version of autoit and it gave two errors said that $WS_EX_MDICHILD was a "Variable being used without being declared" and the second was an error in expression on the line 296

wanted to try this.. :D too bad

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...