Recent posts

Pages1 2 3 ... 10
1
RMXP Script Database / Re: [XP] RPG Maker XP Online S...
Last post by KK20 - March 22, 2023, 12:56:34 pm
You asked a similar question 8 years ago regarding making this work in Win7, which it does. Nothing has changed since then and never will in the future.

You're going to need to be more specific with your question. Have you even attempted to get your environment set up yet?
2
RMXP Script Database / Re: [XP] RPG Maker XP Online S...
Last post by wazzyl - March 21, 2023, 05:31:10 pm
Does anyone know a solution to run this software in 2023, I want to update the program, cause I might want to run a MMORPG on a gaming pc.
3
Script Requests / Re: [RMXP] Export/Import a MAP...
Last post by Ssinssrigg - March 15, 2023, 08:09:37 pm
I would love to try, but problem is, I need to see the result of AI generated map. I cannot properly "teach" AI to generate maps if I cannot see what has to be corrected/improved. Initial instructions would be simple; when successful, I would add more and more complicated instructions until I would be satisfied with created maps.
I'm using chatGPT, currently most popular one.
4
Projects / Games / Re: Faith in Feathers
Last post by Starmage - March 15, 2023, 09:39:09 am
Hello everyone! Here's a new poster for Faith in Feathers! An RMXP game I made based on Archangels and the faith of a little boy! With the help of Leonardo A.I. art generator, photoshopped + put together by me! Hope you like it! ^_^ <3

You may get the original large image here: https://www.mediafire.com/file/dxox8oabty1edis/Faith+in+Feathers+poster+Large.png/file
5
Script Requests / Re: [RMXP] Export/Import a MAP...
Last post by KK20 - March 12, 2023, 04:23:34 pm
I mean, if you ever get whatever AI engine you use to output something valid, I could probably come up with a script to convert the output to actual map data.
6
Script Requests / Re: [RMXP] Export/Import a MAP...
Last post by Ssinssrigg - March 12, 2023, 02:20:58 pm
Once I would understand how "decrypted" map works, I would ask AI to create one for me. Simplifying - let's assume that text version of the map would look like that: Map001-000,000/C3/A1/D21|001,000/C4/A1/A1(...), where first '000,000' would be map square located in x=000 and y=000; C3 would stand for third row and third column of the tileset in the first layer; A1 for tile in the first row and column in the second layer etc.
I could teach that to AI and tell it that eg. 'C2' is a wall, and the table is made from tiles D11 to F13 etc.
Explaining and describing tileset would probably take a while, but later all I would have to do is to tell it to 'print' a 40x40 map, copy the code to the map file, paste it to the map folder and enjoy an AI generated map  :)

Here is a possible scenario I tested:
QuoteI need you to print a map for me. Use following formula: M-x,y/A#/A#/A#, where "M" is map name; x is row of the map described in three-digit number; y is a column of the map described in three-digit number; "A" is a tileset row; # is a tileset column. After first "/" you describe bottom layer of the map, after second "/" you describe middle layer of the map, and after third "/" you describe top layer of the map. A2 is the floor, C4 is the wall, form B3 to C5 is table, from E5 to E6 is the door. Generate 20x15 map description for me.

Sure, I can generate a 20x15 map for you. Here's the map description:

M-001,001/A2/A2/A2|M-001,002/A2/C4/A2|M-001,003/C4/C4/C4|M-001,004/A2/C4/A2|M-001,005/A2/A2/A2|M-001,006/A2/C4/A2|M-001,007/C4/C4/C4|M-001,008/A2/C4/A2|M-001,009/A2/A2/A2|M-001,010/A2/C4/A2|M-001,011/C4/C4/C4|M-001,012/A2/C4/A2|M-001,013/A2/A2/A2|M-001,014/A2/C4/A2|M-001,015/C4/C4/C4|M-001,016/A2/C4/A2|M-001,017/A2/A2/A2|M-001,018/A2/C4/A2|M-001,019/C4/C4/C4|M-001,020/A2/C4/A2|
M-002,001/C4/C4/C4|M-002,002/C4/C4/C4|M-002,003/C4/C4/C4|M-002,004/C4/C4/C4|M-002,005/C4/C4/C4|M-002,006/C4/C4/C4|M-002,007/C4/C4/C4|M-002,008/C4/C4/C4|M-002,009/C4/C4/C4|M-002,010/C4/C4/C4|M-002,011/C4/C4/C4|M-002,012/C4/C4/C4|M-002,013/C4/C4/C4|M-002,014/C4/C4/C4|M-002,015/C4/C4/C4|M-002,016/C4/C4/C4|M-002,017/C4/C4/C4|M-002,018/C4/C4/C4|M-002,019/C4/C4/C4|M-002,020/C4/C4/C4|
M-003,001/C4/C4/C4|M-003,002/C4/C4/C4|M-003,003/C4/C4/C4|M-003,004/C4/C4/C4|M-003,005/C4/C4/C4|M-003,006/C4/C4/C4|M-003,007/C4/C4/C4|M-003,008/C4/C4/C4|M-003,009/C4/C4/C4|M-003,010/C4/C4/C4|M-003,011/C4/C4/C4|M-003,012/C4/C4/C4|M-003,013/C4/C4/C4|M-003,014/C4/C4/C4|M-003,015/C4/C4/C4|M-003,016/C4/C4/C4|M-003,017/C4/C4/C4|M-003,018/C4/C4/C4|M-003,019/C4/C4/C4|M-003,020/C4/C4/C4|
M-004,001/C4/C4/C4|M-004,002/C4/C4/C4|M-004,003/C4/C4/C4|M-004,004/C4/C4/C4|M-004,005/C4/C4/C4|M-004,006/C4/C4/C4|M-004,007/C4/C4/C4|M-004,008/C4
7
Script Requests / Re: [RMXP] Export/Import a MAP...
Last post by KK20 - March 10, 2023, 09:44:06 pm
If such a thing eventually (if it doesn't already) exists, it wouldn't be made for RPG Maker.

What do you expect it to do? Is the file like a paragraph that tries its best to describe a map, and then the AI would, using a given tileset, construct a map?
8
New Projects / Re: Astral Awakening (IGMC ent...
Last post by Starmage - March 10, 2023, 04:26:19 am
Hi everyone! Here's a new poster for Astral Awakening, my entry game for the IGMC: Rebirth Game Jam! With the help of Leonardo A.I. art generator, photoshopped + put together by me! Hope you like it! <3 ^_^

You may download original large image here: https://www.mediafire.com/file/1d83yo4o0pig6a9/Astral+Awakening+poster+Large.png/file
9
New Projects / Re: Tall Tales of Fall
Last post by Starmage - March 09, 2023, 10:20:39 pm
Hi everyone! Here's a new poster for Tall Tales of Fall, my entry game for the Seasons of RMN event (Theme of fall)! With the help once again of Leonardo A.I. art generator! Hope you guys like it! <3 ^_^

You can get original large image here: https://www.mediafire.com/file/qcpudv95auna29n/Tall+Tales+of+Fall+New+poster+Large.png/file
10
Script Requests / [RMXP] Export/Import a MAP to/...
Last post by Ssinssrigg - March 09, 2023, 10:09:27 pm
To Whom It May Concern  :^_^':
I was wondering if there is a way to Export/Import a MAP to/from TEXT file (as in the topic). I would like to try to use AI to generate maps, but in order to do, so I have to be able to generate a map from text file.
Anyone ever thought about it?  :naughty:
Have a good one!
Pages1 2 3 ... 10