[Game] rpgtest [git][rpgtest]

Post Reply
User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

I am working a bit on the story mod.
I think I will try to use procedural generation to generate the personal story, so its always different!
I know that procedural generation of storys is very difficult, but the story wont be 100% procedural generated.
So the story will build out of different pre made parts of the story and the game will just put them together.

-> I just want to try out what I can do with the mt engine :D

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

Take a look at the code :D
I just uploaded a bit of code for the procedural generation :D

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

I created a very simple clan system.
You can create a new clan using /create_clan <clan name>
You can join a clan using /join_clan <clan name>

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

What do you think about this sheep model?
Image
Attachments
sheep.png
sheep.png (28.42 KiB) Viewed 706 times

Dragonop
Member
Posts: 1233
Joined: Tue Oct 23, 2012 12:59
GitHub: Dragonop
IRC: Dragonop
In-game: Dragonop
Location: Argentina

Re: [Game] rpgtest [git][v7][rpgtest]

by Dragonop » Post

That it looks almost exactly like the pig model :)

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

Dragonop wrote:That it looks almost exactly like the pig model :)
Hmmm, maybe a bit, but I will make a texture for it soon, so it wont look like a pig :)

Dragonop
Member
Posts: 1233
Joined: Tue Oct 23, 2012 12:59
GitHub: Dragonop
IRC: Dragonop
In-game: Dragonop
Location: Argentina

Re: [Game] rpgtest [git][v7][rpgtest]

by Dragonop » Post

Other than that, it looks pretty good. Maybe make the hear smaller? Sheep have a small head compared to the body

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

I added sheep :D
Image
Spoiler
Image
Attachments
screenshot_1686603762.png
screenshot_1686603762.png (69.77 KiB) Viewed 706 times
Last edited by cd2 on Thu Jan 21, 2016 18:57, edited 1 time in total.

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

I am working on the quest system (again).

npx
Member
Posts: 164
Joined: Thu Apr 09, 2015 21:17
In-game: npx
Location: Turin, Italy

Re: [Game] rpgtest [git][v7][rpgtest]

by npx » Post

cd2 wrote:a sheep :D
Image
Spoiler
Image
I like your sheeps, they are cute and fit perfectly with the environment! Are they animated?

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

npx wrote:
cd2 wrote:a sheep :D
Image
Spoiler
Image
I like your sheeps, they are cute and fit perfectly with the environment! Are they animated?
Thank you!
I will add animations soon :)

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

I added some new cmds :
  • /list_clans
  • /show_clan <name>

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

Do you have any ideas/suggestions for pets?

User avatar
Betta
Member
Posts: 15
Joined: Sun Feb 08, 2015 08:14
In-game: Betta

Re: [Game] rpgtest [git][v7][rpgtest]

by Betta » Post

horses that you can ride :D

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

Betta wrote:horses that you can ride :D
nice idea :)

dadix
Member
Posts: 26
Joined: Fri Feb 21, 2014 18:42

Re: [Game] rpgtest [git][v7][rpgtest]

by dadix » Post

I don't think pets are very useful in minetest . Please keep the game simple, to much complication is not good.

User avatar
pinkysnow
Member
Posts: 91
Joined: Sat Sep 26, 2015 01:58
GitHub: pinkysnowman

Re: [Game] rpgtest [git][v7][rpgtest]

by pinkysnow » Post

dadix wrote:I don't think pets are very useful in minetest . Please keep the game simple, to much complication is not good.
pets can be made to assist in pvp/mobs combat, they can be coded to help with quest or the finding of an object or just be plain damn cute af :3

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

pinkysnow wrote:
dadix wrote:I don't think pets are very useful in minetest . Please keep the game simple, to much complication is not good.
pets can be made to assist in pvp/mobs combat, they can be coded to help with quest or the finding of an object or just be plain damn cute af :3
@pinkysnow : yep :D

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

Today, I added some new ores (zinc, silver, copper) :)
You will get them when you dig stone (sometimes...)

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

I added some new grass types and I worked a bit on the story mod :)

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

Zombie!!! :P

Image

if you have any other ideas for mobs, tell me them!
Attachments
zombie.png
zombie.png (16.66 KiB) Viewed 706 times
Last edited by cd2 on Mon Jan 25, 2016 17:29, edited 1 time in total.

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

Lol, the zombie has found a new friend :P

Image
Attachments
zombie_pets.png
zombie_pets.png (32.02 KiB) Viewed 706 times

dadix
Member
Posts: 26
Joined: Fri Feb 21, 2014 18:42

Re: [Game] rpgtest [git][v7][rpgtest]

by dadix » Post

There is a server with this subgame?

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

dadix wrote:There is a server with this subgame?
no, not yet, maybe I will host one, but the problem is, that my internet connection is very bad :(

User avatar
cd2
Member
Posts: 562
Joined: Mon Jun 01, 2015 06:30
GitHub: cdqwertz
In-game: cd cd2
Location: Linux
Contact:

Re: [Game] rpgtest [git][v7][rpgtest]

by cd2 » Post

I am working on a new character model :D
Image
Attachments
character.png
character.png (48.28 KiB) Viewed 706 times

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 5 guests