Search found 38 matches

Return to advanced search

[Mod] TBM [0.6][tbm]

I have made some tinkering wit this mod which basically caused almost a total rewrite (some of the function names are still the same, and I kept the textures except the GUI). My version offers these features: * Re-design of GUI to be cleaner and fit the new features * Where what goes matters now. Th...
by kpo
Sun Feb 22, 2015 21:56
 
Forum: Mod Releases
Topic: [Mod] TBM Reloaded! [0.5][tbm]
Replies: 66
Views: 17754

If is possible I need a option to shutdown the item drop (or use a version with the auto catch embedded) and without the unified inventory (maybe disabled by a option in a config file. :D And I need know the function of the radiator. :-P The answer is in the code: -- The power radiator functions li...
by kpo
Fri Aug 23, 2013 20:36
 
Forum: Mod Releases
Topic: [Mod] Technic [0.4.16-dev] [technic]
Replies: 1369
Views: 530312

A variant of the crash bug vktRus reported - this one happens when someone uses the chainsaw: 18:53:49: ERROR[main]: ERROR: An unhandled exception occurred: ServerError: LuaE rror: error: /usr/share/minetest/builtin/item.lua:339: attempt to call field 'handle_node_drops' (a nil value) 18:53:49: ERR...
by kpo
Wed Jun 12, 2013 20:22
 
Forum: Mod Releases
Topic: [Mod] Technic [0.4.16-dev] [technic]
Replies: 1369
Views: 530312

A variant of the crash bug vktRus reported - this one happens when someone uses the chainsaw: 18:53:49: ERROR[main]: ERROR: An unhandled exception occurred: ServerError: LuaE rror: error: /usr/share/minetest/builtin/item.lua:339: attempt to call field 'handle_node_drops' (a nil value) 18:53:49: ERR...
by kpo
Sun Jun 09, 2013 21:03
 
Forum: Mod Releases
Topic: [Mod] Technic [0.4.16-dev] [technic]
Replies: 1369
Views: 530312

Will you work on the direction issue as well? You know: The one where the cart reverses its direction to the positive direction if stopped and started using the brake and accelerate rails? :-) (Issue described further up this page) Finally fixed :-) Thanks Adam. I like these little carts and how I ...
by kpo
Sun Jun 02, 2013 20:00
 
Forum: Mod Releases
Topic: [Mod] Carts [carts]
Replies: 597
Views: 294944

VanessaE wrote:As requested, I've lowered the resolution of those roof slopes, to 16 in this case (though not by using the above code).


Thanks. I see you managed to get your expressions even better with the update.
by kpo
Sun Jun 02, 2013 19:51
 
Forum: Mod Releases
Topic: [Modpack] Home Decor [git] [homedecor_modpack]
Replies: 725
Views: 311408

Hi Vanessa It is such a shame that the lighting is based on changing the color of the blocks. But your mod is good regardless. I have a small bug in your mod to report though: The roofing tile slope nodeboxes are implemented wrong. You have probably not noticed because the slopes.lua file specifies ...
by kpo
Wed May 22, 2013 21:34
 
Forum: Mod Releases
Topic: [Modpack] Home Decor [git] [homedecor_modpack]
Replies: 725
Views: 311408

Will you work on the direction issue as well? You know: The one where the cart reverses its direction to the positive direction if stopped and started using the brake and accelerate rails? :-) (Issue described further up this page)
by kpo
Wed May 22, 2013 21:27
 
Forum: Mod Releases
Topic: [Mod] Carts [carts]
Replies: 597
Views: 294944

Hi Vanessa
The slopes.lua default setting of "256" for the slopes is extremely taxing on (it seems) even a high end system. I would suggest something along the lines of 16-32 for a workable compromise. Also a lot of moiré patterns occur when using 256 as the default.
BR.
by kpo
Sat May 18, 2013 18:05
 
Forum: Mod Releases
Topic: [Modpack] Home Decor [git] [homedecor_modpack]
Replies: 725
Views: 311408

My idea was raher simple actually: Formspec or something akin to the painting mod depending if I can make the formspec work: 16x16 top view | 16x16 side view 16x16 side view| box for material When selecting one of the grid positions I would have a coordinate in 3D space. Some editing help could be d...
by kpo
Sat May 11, 2013 18:27
 
Forum: WIP Mods
Topic: How to register nodes in-game.
Replies: 6
Views: 1265

How to register nodes in-game.

I hope some clever member can answer me this riddle: I am attempting to make an in-game node designer featuring a 3x 16x16 grid for the top and side views. The idea is that it must be possible to design some shabe in-game, put a material on it and be ready for prodigtion of the new block. Of course ...
by kpo
Thu May 09, 2013 22:40
 
Forum: WIP Mods
Topic: How to register nodes in-game.
Replies: 6
Views: 1265

Try travelnet by Sokomine. It definitely works very well.
by kpo
Thu May 09, 2013 22:31
 
Forum: WIP Mods
Topic: Mod Request: Portals
Replies: 4
Views: 1995

I'll take care of the elevator as soon as I get the time and figure out how to handle the pull request technicly. At github you go to pull requests and perform the merge right there. There should not be any conflicts. One thing I did not implement is that the elevator should/could check that it is ...
by kpo
Thu May 09, 2013 22:29
 
Forum: Mod Releases
Topic: [Mod] travelnet teleporters/bookmarks [2.0][travelnet]
Replies: 104
Views: 68177

You came well prepared and you executed the demonstration well! Respect for that.
I'd suggest you review the technic mod like this. It has some pretty well thought out machines and more coming.
It it not the work of me I just really like it a lot :-)
by kpo
Thu May 09, 2013 21:48
 
Forum: Minetest General
Topic: *removed*
Replies: 26
Views: 4745

The technic mod now has a CNC machine implementing the functions of this mod. It has an API where you supply the node to allow being shaped and the new shapes will be added in the same name space of the node. For instance default:wood would get nodes like default:wood_technic_cnc_slope. You need the...
by kpo
Tue May 07, 2013 21:28
 
Forum: Mod Releases
Topic: [Mod] NonCubic Blocks Mod [1.4] [noncubic]
Replies: 107
Views: 38876

Iron meteors would deposit iron at the impact site. Depending on the size of the meteor though having even a 1x1x1m core left in the hole would in the real world have meant a rather huge rock falling out of space and not only a 58m crater but likely something in the order of kilometre wide spreading...
by kpo
Tue May 07, 2013 21:16
 
Forum: WIP Mods
Topic: Meteor impacts (meseor mod in progress)
Replies: 14
Views: 2122

Hi there can you make this available on github? I was thinking of doing the same thing as this project so why not do something common. My thinking goes like this (survival game): Sky: black - needs engine modification The Sun still rises etc. of course. No clouds Air is something internal to buildin...
by kpo
Tue May 07, 2013 08:45
 
Forum: WIP Mods
Topic: [GAME] Moontest! (Back from the Dead!) [GAME]
Replies: 289
Views: 58483

formspec deficiency and inconsistency with documentation

I have tried to use the formspec as it is advertised: http://dev.minetest.net/minetest.register_node#on_receive_fields Specifically the "fields" : fields — The names and values of the form's fields, as a table: {name1 = value1, name2 = value2, ...} is in my opinion not implemented as it states. Take...
by kpo
Wed May 01, 2013 22:46
 
Forum: Minetest Problems
Topic: formspec deficiency and inconsistency with documentation
Replies: 0
Views: 502

Can anyone make a treeassist mod? describtion: when you chop down a woodblock from a tree it will kill the complete tree and you get his items. is it possible? :D It is indeed possible. Take a look at the technic mod and add my chainsaw modifications to it. http://forum.minetest.net/viewtopic.php?p...
by kpo
Tue Apr 30, 2013 20:06
 
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 3735
Views: 626084

Moving many blocks aka. large vehicles idea

I have this idea of creating large vehicles like cars, lorries, trains and what not. I see that the carts mod by PilzAdam supplies the cart as an entity. My understanding of an entity is that it has a separate life compared to "proper" nodes. So basically (as I understand it) I have two choices: 1) ...
by kpo
Tue Apr 30, 2013 19:59
 
Forum: WIP Mods
Topic: Moving many blocks aka. large vehicles idea
Replies: 2
Views: 980

I see your API resembles very much what I had to do to the original noncubic mod to get my industrial:white_brick in a sloped version. (right above your comment http://forum.minetest.net/viewtopic.php?id=4297&p=4 ) That is a plus. I like that the new sloped nodes in your version also takes name afte...
by kpo
Tue Apr 30, 2013 19:47
 
Forum: WIP Mods
Topic: [Mod] Homedecor Roof using new noncubic API [0.1] [roof]
Replies: 4
Views: 1264

I added a pull request for you at github. I have implemented the elevator - it works in exactly the same way as the travelnet except it looks like an elevator (with no door though) and. Licensing is the same as the one you are using. The textures were done by me in Gimp. 16x16 and 512x512 texture (f...
by kpo
Sat Apr 27, 2013 21:39
 
Forum: Mod Releases
Topic: [Mod] travelnet teleporters/bookmarks [2.0][travelnet]
Replies: 104
Views: 68177

That's a nice way of using it, and I can see why you'd want a diffrent texture for that. Can you do one? I'm extremly bad at texture making. As for the elevator doors, the window shutters from my cottages mod might do, provided they where extended to two blocks height (not a problem). They're not a...
by kpo
Sat Apr 27, 2013 19:04
 
Forum: Mod Releases
Topic: [Mod] travelnet teleporters/bookmarks [2.0][travelnet]
Replies: 104
Views: 68177

My 5 year old suggested we use these as elevators at the hotel we are building instead of stairs. It works nicely with 1st floor, 2nd floor etc. stations. Thanks for this mod! .. of course now we just need a cheaper version and some animated elevator doors and/or textures .-) Oh, and VanessaE to cre...
by kpo
Fri Apr 26, 2013 22:41
 
Forum: Mod Releases
Topic: [Mod] travelnet teleporters/bookmarks [2.0][travelnet]
Replies: 104
Views: 68177

Hi RealBadAngel Here's the updated code which is massively less server killing. I am using a few tricks to make the magic happen but the effect is nice: Now the chainsaw uses 12 charge per node. A normal MT tree has about 50 nodes including leaves to by that I stick to your original setting of about...
by kpo
Fri Apr 26, 2013 22:34
 
Forum: Mod Releases
Topic: [Mod] Technic [0.4.16-dev] [technic]
Replies: 1369
Views: 530312

Hi yves_de_beck I took the liberty to "adjust" your code a little (quite a lot) ... I did the following: Allow other mods to register themselves for milling purposes. Example my personal version of white bricks from the industrial mod: noncubic.register_slope_edge_etc("kpomod:white_brick", {cracky=3...
by kpo
Fri Apr 26, 2013 00:29
 
Forum: Mod Releases
Topic: [Mod] NonCubic Blocks Mod [1.4] [noncubic]
Replies: 107
Views: 38876

@kpo Thx for support :) idea looks cool, i propose some changes tho (tested it on moretrees) it should rather group dug items and drop them in stacks, cutting bigger trees can jam the game (in fact it did it a few times) heres version with some changes to format and proper moretrees trunk names htt...
by kpo
Wed Apr 24, 2013 20:29
 
Forum: Mod Releases
Topic: [Mod] Technic [0.4.16-dev] [technic]
Replies: 1369
Views: 530312

Oh, I thought you actually set the camera position. As opposed to player position. Ehm.... I do set the camera position. Well, I really change the position of the camera and not just the pitch (in fact I dont change the pitch at all). I also disallow moving away, so it isnt real fake laying. You ch...
by kpo
Wed Apr 24, 2013 19:47
 
Forum: Mod Releases
Topic: [Mod] Beds [beds]
Replies: 92
Views: 64325

Is the timber mod in a tool? I think the chainsaw covers your timber mod with my suggestion above yes. As far as I understand your code you try to get all the wood in the tree and let the leaves decay. Basically I do the same except I have the option of bringing the whole thing down... and I use th...
by kpo
Tue Apr 23, 2013 22:44
 
Forum: Mod Releases
Topic: [Mod] Technic [0.4.16-dev] [technic]
Replies: 1369
Views: 530312

Hi RealBadAngel Okay so I really _really_ like this mod. In fact so much that I dabbled a bit with your chainsaw code. Basically I rewrote a lot of it. Here it is if you want to use it oranyone else wants to. Simply replace the whole chainsaw.lua file with this. Features: Supports "moretrees", "grow...
by kpo
Tue Apr 23, 2013 20:49
 
Forum: Mod Releases
Topic: [Mod] Technic [0.4.16-dev] [technic]
Replies: 1369
Views: 530312
Next

Return to advanced search

cron