Search found 776 matches

Return to advanced search

Re: [mod] Air Everything [air]

It is not best practise to encapsulate whitespace into the init.lua file but it works. And you don't learn a new language everyday. So thank you very much for fixing the problem and teaching me a bit of a new language. What language is that? Is it " "? Been wanting to learn that. no, it's...
by 12Me21
Wed Apr 08, 2015 00:14
 
Forum: WIP Mods
Topic: [mod] Air Everything [air]
Replies: 12
Views: 2324

Re: [Mod] Abjphabet [abjphabet]

Don wrote:You are suppose to be working on mydecks 12Me21 :P

don't worry, I haven't forgotten (I stole your code for the letter machine lol)
by 12Me21
Tue Apr 07, 2015 23:48
 
Forum: Mod Releases
Topic: [Mod] Abjphabet [abjphabet]
Replies: 74
Views: 12434

Re: Ah come on, minecarts.

rubenwardy wrote:They don't go at 60mph, though!

Hmm... I wonder how fast they actually can go...
by 12Me21
Tue Apr 07, 2015 22:23
 
Forum: Minetest Features
Topic: Ah come on, minecarts.
Replies: 14
Views: 2223

Re: Ah come on, minecarts.

I just want to point out that I have had no problems with minecarts (at least not on the just test server)...
by 12Me21
Tue Apr 07, 2015 21:59
 
Forum: Minetest Features
Topic: Ah come on, minecarts.
Replies: 14
Views: 2223

Re: [Mod] travelnet teleporters/bookmarks [2.0][travelnet]

It doesn't happen with normal travelnet boxes... That's right. They use diffrent mechanisms. For the travelnets, I used a nodebox that's just bigger than a node. The elevators where written by someone else who thought it'd be cleaner to use a second node - which causes other types of problems (whic...
by 12Me21
Tue Apr 07, 2015 21:56
 
Forum: Mod Releases
Topic: [Mod] travelnet teleporters/bookmarks [2.0][travelnet]
Replies: 104
Views: 69705

Re: [Mod] Abjphabet [abjphabet]

ok, I finished the code for the letter making machine, I don't have textures or a crafting yet, but other than that, it works perfectly! local characters = {"a","b","c","d","e","f","g","h","i","j",&qu...
by 12Me21
Tue Apr 07, 2015 21:54
 
Forum: Mod Releases
Topic: [Mod] Abjphabet [abjphabet]
Replies: 74
Views: 12434

Re: [Mod] Abjphabet [abjphabet]

I'lm almost done making a machine that will craft them! local characters = {"a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p",...
by 12Me21
Tue Apr 07, 2015 21:18
 
Forum: Mod Releases
Topic: [Mod] Abjphabet [abjphabet]
Replies: 74
Views: 12434

Re: [Mod] Abjphabet [abjphabet]

I made a much more efficient version of the code, now you can more easily add or remove blocks: local characters = {"a","b","c","d","e","f","g","h","i","j","k","l","m",&q...
by 12Me21
Tue Apr 07, 2015 20:46
 
Forum: Mod Releases
Topic: [Mod] Abjphabet [abjphabet]
Replies: 74
Views: 12434

Re: [Mod] Abjphabet [abjphabet]

cx384 wrote:Maybe you should ad some special character`s. (like ←→↓↑!¡?¿Ω߀&"\ / ...)

I think it only needs common symbols like punctuation and arrows.
by 12Me21
Tue Apr 07, 2015 19:33
 
Forum: Mod Releases
Topic: [Mod] Abjphabet [abjphabet]
Replies: 74
Views: 12434

Re: [Mod] travelnet teleporters/bookmarks [2.0][travelnet]

I've found 2 problems: 1: when inside an elevator/travelnet box, you can't open the elevator doors because the hitbox for the teleporter surrounds you That's why it has those "<>" buttons in front of the station name. Click on that button to open/close the door - like with a real elevator...
by 12Me21
Tue Apr 07, 2015 18:39
 
Forum: Mod Releases
Topic: [Mod] travelnet teleporters/bookmarks [2.0][travelnet]
Replies: 104
Views: 69705

Re: [WIP][Mod]Abjphabet[abjphabet]

[ -How do I decrease texture resolution? I can make some 16x16 textures, and then there can be an option to either have the high-res textures or my 16x16 ones. Very much thank you if you will :)))))))))))) P.S. Do you mean like two downloads? Yes, there would be a high-res and 16x16 download, plus ...
by 12Me21
Tue Apr 07, 2015 18:15
 
Forum: Mod Releases
Topic: [Mod] Abjphabet [abjphabet]
Replies: 74
Views: 12434

Re: [WIP][Mod] More rocks [rocks]

Tomas Brod wrote:Default ore generation is not disabled (idk how to).

You could alias the ores to stone, or make this into its own game, and edit the mapgen.lua in the default mod.
by 12Me21
Tue Apr 07, 2015 15:28
 
Forum: WIP Mods
Topic: [Experimental][Mod] More rocks / oregen / geology [rocks]
Replies: 53
Views: 8805

Re: small bug discovered when using mine**aft skins

Are there any plans to use the 64x64 skin texture files like in minecraft? I think they're very confusing (the layout is counterintuitive), though this is just because they had to maintain compatibility with the old skins. Also, the outer layer isn't very useful anyway, so I think that it shouldn't ...
by 12Me21
Tue Apr 07, 2015 15:26
 
Forum: Minetest Problems
Topic: small bug discovered when using mine**aft skins
Replies: 10
Views: 2376

Re: [mod] Air Everything [air]

lightonflux wrote:The Air bow is overpowered please fix!

It not fair that it hits 3 enemies within a 3x3 block range. Even with mithril bolts and a mithril crossbow it is very hard to win against an air bow.


you can reduce the power by adding
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
 

to the init.lua
by 12Me21
Tue Apr 07, 2015 15:21
 
Forum: WIP Mods
Topic: [mod] Air Everything [air]
Replies: 12
Views: 2324

Re: [WIP][Mod]Abjphabet[abjphabet]

I haven't been able to think up of good recipes. Some other mods have used braille, but doesn't seem like a good idea, since you still need to look at a chart to see how to craft stuff. Maybe make a machine where you type in the letter/number/symbol that you want, and it makes it (though that is ki...
by 12Me21
Tue Apr 07, 2015 15:20
 
Forum: Mod Releases
Topic: [Mod] Abjphabet [abjphabet]
Replies: 74
Views: 12434

Re: [Mod] Abjphabet [abjphabet]

ABJ wrote:-How do I decrease texture resolution?

I can make some 16x16 textures, and then there can be an option to either have the high-res textures or my 16x16 ones.
by 12Me21
Tue Apr 07, 2015 15:16
 
Forum: Mod Releases
Topic: [Mod] Abjphabet [abjphabet]
Replies: 74
Views: 12434

Re: Post your screenshots!

twoelk wrote:Sometimes on VanessaE's creative server only a few blocks load

More like almost every time
by 12Me21
Tue Apr 07, 2015 12:03
 
Forum: Minetest General
Topic: Post your screenshots!
Replies: 5323
Views: 1422674

Re: [WIP][Mod]Abjphabet[abjphabet]

Well done! You've taken the first step to becoming a master modder. Don't be afraid to ask for help (in a non pestering way, and when you've tried to solve the problem yourself). The best resource in learning to mod is the community: looking at the existing mods, reading forum posts and asking. htt...
by 12Me21
Tue Apr 07, 2015 11:45
 
Forum: Mod Releases
Topic: [Mod] Abjphabet [abjphabet]
Replies: 74
Views: 12434

Re: [Mod] travelnet teleporters/bookmarks [2.0][travelnet]

I've found 2 problems: 1: when inside an elevator/travelnet box, you can't open the elevator doors because the hitbox for the teleporter surrounds you 2: if you push the elevator with a piston so there's a block where the top half was, then move it again or break it, it will destroy the block. Othe...
by 12Me21
Tue Apr 07, 2015 11:38
 
Forum: Mod Releases
Topic: [Mod] travelnet teleporters/bookmarks [2.0][travelnet]
Replies: 104
Views: 69705

Re: [Mod] travelnet teleporters/bookmarks [2.0][travelnet]

I've found 2 problems: 1: when inside an elevator/travelnet box, you can't open the elevator doors because the hitbox for the teleporter surrounds you 2: if you push the elevator with a piston so there's a block where the top half was, then move it again or break it, it will destroy the block. Other...
by 12Me21
Tue Apr 07, 2015 01:16
 
Forum: Mod Releases
Topic: [Mod] travelnet teleporters/bookmarks [2.0][travelnet]
Replies: 104
Views: 69705

Re: [Modpack] Home Decor [git] [homedecor_modpack]

ExeterDad wrote:If you build your nodeboxes with nodebox editor it can export as a mesh.

Does this have any advantage over using regular nodeboxes?
by 12Me21
Tue Apr 07, 2015 01:09
 
Forum: Modding Discussion
Topic: Making models for mods
Replies: 17
Views: 1823

Re: [mod]mydeck[mydeck]

This should definitely go in homedecor!

Anyway, what are all those on_place functions? I haven't used the mod very much, but so far I haven't seen them do anything.
by 12Me21
Tue Apr 07, 2015 01:08
 
Forum: Mod Releases
Topic: [Mod] mydeck [mydeck]
Replies: 35
Views: 6136

Making models for mods

EDIT: This post originally started a sub-thread on the Home Decor topic, and has been split off to it's own subject. --VanessaE For any new objects I add to this mod, if they're complex shapes, they're best done with meshes rather than nodeboxes. I don't know how to make meshes, what program do you ...
by 12Me21
Mon Apr 06, 2015 21:46
 
Forum: Modding Discussion
Topic: Making models for mods
Replies: 17
Views: 1823

Re: [mod]mydeck[mydeck]

Why are there so many lua files!
by 12Me21
Mon Apr 06, 2015 21:45
 
Forum: Mod Releases
Topic: [Mod] mydeck [mydeck]
Replies: 35
Views: 6136

Re: [mod]mydeck[mydeck]

-- When you place the nodes they place based on what direction you are facing. I will do a little more testing to make sure I have it right. The corner rail is also based on your facedir. It places along the back and right side. Maybe you could have them autoconnect, like with mesecons. (but not as...
by 12Me21
Mon Apr 06, 2015 20:59
 
Forum: Mod Releases
Topic: [Mod] mydeck [mydeck]
Replies: 35
Views: 6136

Re: [WIP][Mod]Abjphabet[abjphabet]

I would recommend using 16x16 textures, because that would fit in with the rest of the textures in the game.
by 12Me21
Mon Apr 06, 2015 20:58
 
Forum: Mod Releases
Topic: [Mod] Abjphabet [abjphabet]
Replies: 74
Views: 12434

Re: Post your modding questions here

I need help making a node that will play MML songs. There's only ONE lua MML player in existence, but IDK if it will work in minetest (probably not). https://github.com/legospacy/lua-mml/blob/master/mml.lua Here's my code so far: (without the music playing function) function play_song (pos, fields.s...
by 12Me21
Mon Apr 06, 2015 20:56
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 646666

Re: Post your modding questions here

Is there any way to play sounds without using minetest.sound_play?
It's extremely limited (you could do more with command blocks in minecraft)
by 12Me21
Mon Apr 06, 2015 20:24
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 646666

Re: [WIP][Mod]Abjphabet[abjphabet]

I'm guessing those textures are just temporary,
by 12Me21
Mon Apr 06, 2015 15:25
 
Forum: Mod Releases
Topic: [Mod] Abjphabet [abjphabet]
Replies: 74
Views: 12434

Re: [mod]mydeck[mydeck]

I just played around with this mod, have to say it is as amazing as it looks, but I'm seeing two problems. Corner rails don't always rotate to connect the two side rails and the floor joists seem a little finky in placing, they seem to rotate either direction without caring what they are being plac...
by 12Me21
Mon Apr 06, 2015 15:24
 
Forum: Mod Releases
Topic: [Mod] mydeck [mydeck]
Replies: 35
Views: 6136
PreviousNext

Return to advanced search

cron