[GAME] Tolkien Test

Jaxblade676
New member
Posts: 2
Joined: Tue Oct 16, 2018 00:43
In-game: Dustybun

Re: [GAME] Tolkien Test

by Jaxblade676 » Post

So,when i launch the game i load in and then crash before being able to choose my race.

Nota
Member
Posts: 37
Joined: Wed Feb 14, 2018 07:49

Re: [GAME] Tolkien Test

by Nota » Post

What MT version?

Nota
Member
Posts: 37
Joined: Wed Feb 14, 2018 07:49

Re: [GAME] Tolkien Test

by Nota » Post

Hey @werdanith I got distracted for a few days, adding dragons and all (which work amazingly well). I also added another neat weapon, an elvish Glaive! Oh and added some new textures and stuff.

But just got around to adding your code, and it works beautifully. So simple and effective. Uploading new version with changes now.

Jaxblade676
New member
Posts: 2
Joined: Tue Oct 16, 2018 00:43
In-game: Dustybun

Re: [GAME] Tolkien Test

by Jaxblade676 » Post

Nota wrote:What MT version?
0.4.17.1

Nota
Member
Posts: 37
Joined: Wed Feb 14, 2018 07:49

Re: [GAME] Tolkien Test

by Nota » Post

I actually haven't tested in a while on single player mode, been doing all my testing with the MP server. Can you try that and see if it works?

User avatar
TK Ethan
Member
Posts: 28
Joined: Wed Aug 29, 2018 18:04
IRC: MangoNinja
In-game: MangoNinja
Location: Colorado,USA

Re: [GAME] Tolkien Test

by TK Ethan » Post

This looks awesome, I will definitely check this out some time.
I am a huge fan of The lord of the rings,the hobbit ect.
Jesus Loves You!
My in game name is MangoNinja.And i play the server of MustTest

Nota
Member
Posts: 37
Joined: Wed Feb 14, 2018 07:49

Re: [GAME] Tolkien Test

by Nota » Post

Hey, I have been working on a new version since version 5.0 came out. Lots of bug fixes. Still using fairly old code and versions of mods, but it's working.

Also quite a few interesting new things, like the Phial of Galadriel. Extensive polymorph fixes for V5 updates.

There's still a bug with riding (attaching) that I can't figure out yet, when you are riding you are one block too high.

All players are now a more "realistic" size. Hobbits are now VERY short (and cute), and dwarves are now wider :) If you just created a character you will need to log out/in for the changes to take effect.

User avatar
LMD
Member
Posts: 1385
Joined: Sat Apr 08, 2017 08:16
GitHub: appgurueu
IRC: appguru[eu]
In-game: LMD
Location: Germany
Contact:

Re: [GAME] Tolkien Test

by LMD » Post

> when you are riding you are one block too high
Probably because of the player model change ? Try changing the attachment coordinates.
My stuff: Projects - Mods - Website

Nota
Member
Posts: 37
Joined: Wed Feb 14, 2018 07:49

Re: [GAME] Tolkien Test

by Nota » Post

LMD wrote:> when you are riding you are one block too high
Probably because of the player model change ? Try changing the attachment coordinates.
I did try this, actually I tried a whole range of Y values with nothing changing:

Code: Select all

elseif not self.driver then
		self.driver = clicker
		clicker:set_attach(self.object, "", {x=0,y=0,z=-5}, {x=0,y=0,z=0})
		default.player_attached[name] = true
		minetest.after(0.2, function()
			default.player_set_animation(clicker, "sit" , 30)
		end)
		self.object:setyaw(clicker:get_look_yaw() - math.pi / 2)
	end

Nota
Member
Posts: 37
Joined: Wed Feb 14, 2018 07:49

Re: [GAME] Tolkien Test

by Nota » Post

Been working on a ton of stuff lately! Updated version will be uploaded when I finish tweaking some things, in the next few days.

Let me know if you use this game and how you like it!

Download Tolkien-Test

- Improved many mobs: drops, sounds, spawns, effects
- Nenya and Narya increase maximum health and change character textures
- Fixed dragon riding (horse riding is still bugged, working on that)
- Sounds for Elf Glaive
- Attack and hit sounds are more random
- Added 40 slot magic bags of holding (not very Tolkien-esque, I know, but great for the hobbit farmer on the go)
- Fixed bugs with many polymorph-type abilities
- Hobbits are still adorable
- Hobbits can now turn invisible for a short time (this is very lore friendly). Starting item named "Hobbit Burglary".
- Dwarves have higher natural health
- Fixed bugs with invisibility
- Tweaks to Balrogs, Shelob's Brood, Dead Men, Ogres, Witch Kings, Wyverns, Ugluk, Saruman
- Balrog Whip crash fixed, tweaked and added to game
- Saruman staff added to game (VERY powerful), very hard to get, because:
- Saruman added to game. A very dangerous wizard lurking in Rohan and Mordor. Beware his voice! He has several incredible abilities and can obliterate even the prepared.
- Tom Bombadil stock tweaked, some of our players had a cottage industry making a living off him by growing pipeweed :)
- Spamming weapons (holding down LMB) on players no longer works, and you must time your attacks a bit. The more powerful weapons are very quick but not quite spammable. Mob hitting is unchanged and still spammable.
- Dead Men, while not that tough, now make you afraid and much more vulnerable to attacks
- The Lady Galadriel now roams the forests of Lothlorien. She has many elven things to trade.

Nota
Member
Posts: 37
Joined: Wed Feb 14, 2018 07:49

Re: [GAME] Tolkien Test

by Nota » Post

Just did a bunch of updates, working as of May 2021!

Cartmic
Member
Posts: 43
Joined: Thu Jul 12, 2018 18:03

Re: [GAME] Tolkien Test

by Cartmic » Post

Hi Nota,

Thanks for the updates! My friend and I are going to start playing soon.
Trailgen A C++ mgv6-like mapgen using the biome api viewtopic.php?f=7&t=26751

Nota
Member
Posts: 37
Joined: Wed Feb 14, 2018 07:49

Re: [GAME] Tolkien Test

by Nota » Post

Great, let me know what you think, we're playing now!

Hello_death
Member
Posts: 96
Joined: Mon Sep 13, 2021 07:33
GitHub: Hello-death
IRC: Hello-death
In-game: riptiderazor

Re: [GAME] Tolkien Test

by Hello_death » Post

Hello all,

I have tried to open the link above to download the subgame but i cant. it just does nothing. if i open it in a new tab it opens the tab but then closes it in less than a second. how am i supposed to download it?
PLease fix mcl5 tridents :,,(

User avatar
LMD
Member
Posts: 1385
Joined: Sat Apr 08, 2017 08:16
GitHub: appgurueu
IRC: appguru[eu]
In-game: LMD
Location: Germany
Contact:

Re: [GAME] Tolkien Test

by LMD » Post

Hello_death wrote:
Wed Dec 08, 2021 08:01
Hello all,

I have tried to open the link above to download the subgame but i cant. it just does nothing. if i open it in a new tab it opens the tab but then closes it in less than a second. how am i supposed to download it?
The link is a direct download link to a zip file. Your browser should open a "download file" dialog or directly start the download. If it doesn't, your system is misconfigured.
My stuff: Projects - Mods - Website

Hello_death
Member
Posts: 96
Joined: Mon Sep 13, 2021 07:33
GitHub: Hello-death
IRC: Hello-death
In-game: riptiderazor

Re: [GAME] Tolkien Test

by Hello_death » Post

LMD wrote:
Wed Dec 08, 2021 11:44
Hello_death wrote:
Wed Dec 08, 2021 08:01
Hello all,

I have tried to open the link above to download the subgame but i cant. it just does nothing. if i open it in a new tab it opens the tab but then closes it in less than a second. how am i supposed to download it?
The link is a direct download link to a zip file. Your browser should open a "download file" dialog or directly start the download. If it doesn't, your system is misconfigured.
got it to work.thanks. I also have a question, where can i find balrogs? i wanna fight one.
PLease fix mcl5 tridents :,,(

Chris
Member
Posts: 27
Joined: Thu Mar 01, 2018 11:33

Re: [GAME] Tolkien Test

by Chris » Post

- There's no Achievement Book. Is this a bug?

- I've found mushroom seeds in different colors, but they are useless. I can't plant mushrooms.

Minetest 5.3
Tolkien Test 1.2

c56
Member
Posts: 307
Joined: Wed Apr 21, 2021 03:05
GitHub: tigercoding56
In-game: bm5 or bemo5 also sell_her_on55

Re: [GAME] Tolkien Test

by c56 » Post

consider putting the code on bitbucket / gitlab / any other git hosting site because as of now my browser screams at me when i download it due to the zip file being downloaded over an unencrypted connection
this is a signature not a place to post messages also if i could change my username i would change it to sell_her_on55

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest