[Mod] Technic [0.4.16-dev] [technic]

User avatar
Dan Duncombe
Member
Posts: 904
Joined: Thu May 09, 2013 21:11
Location: In the unknown depths of Earth

by Dan Duncombe » Post

Dragon95 wrote:As first I have download the lastest dev version from minetest on github and compiled it. Then I have make a folder in the games sektion of the minetest compilation and create there a secound new folder how called mods now I have copy all mods and his depencies in this older in the same folder system which they are on the technic github page.now i have make a .conf file in the folder who are the mods folder is and wrote in "name = technik".now when you start the game you must have a grey field under the controll window who called technic and now it must normaly work.
I hope this helps you
You made an entire new gamemode? If so, why not just download the technic game?
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.

Dragon95
New member
Posts: 8
Joined: Wed Sep 04, 2013 15:21

by Dragon95 » Post

at first download the newest minetest dev and compile it. Then download the technic game pack and put them unzipped in the games folder. then you download all mods from how are a folder there but an emty folder. put them unzipped in the empty folder now i must work

Dan Duncombe: I don't know about a technic game before you tell me from it it makes a lot easier thanks
Last edited by Dragon95 on Sun Sep 08, 2013 16:47, edited 1 time in total.

User avatar
Dan Duncombe
Member
Posts: 904
Joined: Thu May 09, 2013 21:11
Location: In the unknown depths of Earth

by Dan Duncombe » Post

Dragon95 wrote:at first download the newest minetest dev and compile it. Then download the technic game pack https://github.com/RealBadAngel/technic_game(its not from me) and put them unzipped in the games folder. then you download all mods from how are a folder there but an emty folder. put them unzipped in the empty folder now i must work

Dan Duncombe: I don't know about a technic game before you tell me from it it makes a lot easier thanks
Technic Game
Last edited by Dan Duncombe on Sun Sep 08, 2013 13:11, edited 1 time in total.
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.

User avatar
knut
New member
Posts: 2
Joined: Tue Sep 03, 2013 09:11

by knut » Post

I made this airframe that you steer using a screwdriver to reorient a frame motor. What a nice addition to this mod would be "frame rotators" that turn 90 dregrees a connected frame. Horizontal clockwise and counter cw, and vertical the same. For a left rotation, each block in the frame would be turned as with a screwdriver in mode 1, and then displaced n blocks sideways, right if its behind the rotator or left if it is in front of it, and then forward or backwards n blocks again, n being the distance to the rotator (that would be zero for the same vertical axis). Do you think it would be possible? Does MC have something like that?

User avatar
BrandonReese
Member
Posts: 839
Joined: Wed Sep 12, 2012 00:44
GitHub: bremaweb
IRC: BrandonReese
In-game: BrandonReese
Location: USA

by BrandonReese » Post

knut wrote:I made this airframe that you steer using a screwdriver to reorient a frame motor. What a nice addition to this mod would be "frame rotators" that turn 90 dregrees a connected frame. Horizontal clockwise and counter cw, and vertical the same. For a left rotation, each block in the frame would be turned as with a screwdriver in mode 1, and then displaced n blocks sideways, right if its behind the rotator or left if it is in front of it, and then forward or backwards n blocks again, n being the distance to the rotator (that would be zero for the same vertical axis). Do you think it would be possible? Does MC have something like that?
That's really clever

derpswa99
Member
Posts: 78
Joined: Sun Mar 24, 2013 21:26

by derpswa99 » Post

Simplified technic? Anyone? Hello.... anyone?

feromonas
Member
Posts: 25
Joined: Fri Mar 29, 2013 21:27

by feromonas » Post

can you please tell me how to install and what are the mods

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

The recipe of the windmill frame is the same as in my StreetsMod's steelsupport:

https://github.com/webdesigner97/street ... it.lua#L13
Last edited by webdesigner97 on Thu Sep 19, 2013 13:42, edited 1 time in total.

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

Webdesigner, perhaps add recipes to cross-convert between the two?

Better would be to allow the windmill to use streets steel support objects in addition to technic's.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

VanessaE wrote:Webdesigner, perhaps add recipes to cross-convert between the two?

Better would be to allow the windmill to use streets steel support objects in addition to technic's.
1: What cross-convert? I don't understand :D

2: Maybe yes, but I wonder why this is needed at all. I'm building a windmill in medieval style and want to produce energy to make bread. But the frames look bad in it :/

User avatar
sicmind
Member
Posts: 70
Joined: Fri Jul 05, 2013 08:21
Location: Kingman Arizona

by sicmind » Post

ok so i have technics installed and all the dependcies also...but anytime i enable the subcat of technics..(the one i want the most) i get an error saying it cant find it....it will run everything else but not the exctual technic folder.
Please feel free to come enjoy the shops of Sicdonia..Cords 537 5 29 on Land Rush Server. (WIP)

deivan
Member
Posts: 452
Joined: Fri Feb 15, 2013 10:16
Location: Brazil. :D

by deivan » Post

The workshop don't is working here. Is idle and after I put a tool he become "unpowered". :-o

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

you know, something like:

Code: Select all

minetest.register_craft({
    output = "streets:steel_support 4",
    recipe = {
        { "technic:wind_mill_frame", "technic:wind_mill_frame" },
        { "technic:wind_mill_frame", "technic:wind_mill_frame" }
    }
})

minetest.register_craft({
    output = "technic:wind_mill_frame 4",
    recipe = {
        { "streets:steel_support", "streets:steel_support"},
        { "streets:steel_support", "streets:steel_support"}
    }
})
In these recipes, four of either type of frame placed in a square produces four of the opposite type. This example is untested but should work as-is.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

by VanessaE » Post

Sicmind: please do the following: Close the game if you have it open. Find and delete "debug.txt". Start the game. Make the problem happen again. Close the game. Find the new debug.txt that should have been created.

GO TO pastebin.com and copy & paste the new debug.txt to that site. Hit the submit button and give us the link from your address bar when the new page is done loading (it will be of the form, http:// pastebin.com/some_gibberish_here). Do not paste the actual debug text here, it's too big.
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

User avatar
webdesigner97
Member
Posts: 1328
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97
Location: Cologne, Germany
Contact:

by webdesigner97 » Post

VanessaE wrote:you know, something like:

Code: Select all

minetest.register_craft({
    output = "streets:steel_support 4",
    recipe = {
        { "technic:wind_mill_frame", "technic:wind_mill_frame" },
        { "technic:wind_mill_frame", "technic:wind_mill_frame" }
    }
})

minetest.register_craft({
    output = "technic:wind_mill_frame 4",
    recipe = {
        { "streets:steel_support", "streets:steel_support"},
        { "streets:steel_support", "streets:steel_support"}
    }
})
In these recipes, four of either type of frame placed in a square produces four of the opposite type. This example is untested but should work as-is.
Oh, ok :D thx!

Nore
Developer
Posts: 501
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

by Nore » Post

deivan wrote:The workshop don't is working here. Is idle and after I put a tool he become "unpowered". :-o
The tool workshop is now a MV machine.

deivan
Member
Posts: 452
Joined: Fri Feb 15, 2013 10:16
Location: Brazil. :D

by deivan » Post

To bad, understood.

User avatar
sicmind
Member
Posts: 70
Joined: Fri Jul 05, 2013 08:21
Location: Kingman Arizona

by sicmind » Post

VanessaE wrote:Sicmind: please do the following: Close the game if you have it open. Find and delete "debug.txt". Start the game. Make the problem happen again. Close the game. Find the new debug.txt that should have been created.

GO TO pastebin.com and copy & paste the new debug.txt to that site. Hit the submit button and give us the link from your address bar when the new page is done loading (it will be of the form, http:// pastebin.com/some_gibberish_here). Do not paste the actual debug text here, it's too big.
ok i will do that thanks
Please feel free to come enjoy the shops of Sicdonia..Cords 537 5 29 on Land Rush Server. (WIP)

deivan
Member
Posts: 452
Joined: Fri Feb 15, 2013 10:16
Location: Brazil. :D

by deivan » Post

I need a machine to convert between LV/MV/HV. With some loses, like 20 LV-> 5 MV -> 1 HV (1HV -> 4 MV -> 15 LV). :-o

Sokomine
Member
Posts: 4276
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

by Sokomine » Post

devian wrote: I need a machine to convert between LV/MV/HV. With some loses, like 20 LV-> 5 MV -> 1 HV (1HV -> 4 MV -> 15 LV). :-o
That machine is called "supply converter".
A list of my mods can be found here.

deivan
Member
Posts: 452
Joined: Fri Feb 15, 2013 10:16
Location: Brazil. :D

by deivan » Post

Thanks.

User avatar
sicmind
Member
Posts: 70
Joined: Fri Jul 05, 2013 08:21
Location: Kingman Arizona

by sicmind » Post

sicmind wrote:
VanessaE wrote:Sicmind: please do the following: Close the game if you have it open. Find and delete "debug.txt". Start the game. Make the problem happen again. Close the game. Find the new debug.txt that should have been created.

GO TO pastebin.com and copy & paste the new debug.txt to that site. Hit the submit button and give us the link from your address bar when the new page is done loading (it will be of the form, http:// pastebin.com/some_gibberish_here). Do not paste the actual debug text here, it's too big.


http://pastebin.com/2mPYsLCa here is link to the debug from when i try to run technics

ok i will do that thanks
Please feel free to come enjoy the shops of Sicdonia..Cords 537 5 29 on Land Rush Server. (WIP)

User avatar
ShadowNinja
Developer
Posts: 200
Joined: Tue Jan 22, 2013 22:35
GitHub: ShadowNinja
IRC: ShadowNinja
In-game: ShadowNinja

by ShadowNinja » Post

You need a very recent build of Minetest from git to use the master branch. Minetest stable and old git versions won't work.
Either update your version of Minetest or use the version of technic in the "stable" branch. (See the link in the first post)

User avatar
sicmind
Member
Posts: 70
Joined: Fri Jul 05, 2013 08:21
Location: Kingman Arizona

by sicmind » Post

Shadow wrote:
You need a very recent build of Minetest from git to use the master branch. Minetest stable and old git versions won't work.
Either update your version of Minetest or use the version of technic in the "stable" branch. (See the link in the first post)
thanks
Please feel free to come enjoy the shops of Sicdonia..Cords 537 5 29 on Land Rush Server. (WIP)

User avatar
ShadowNinja
Developer
Posts: 200
Joined: Tue Jan 22, 2013 22:35
GitHub: ShadowNinja
IRC: ShadowNinja
In-game: ShadowNinja

by ShadowNinja » Post

Nice Hybrid Dog.
Could you possibly make a pull request on technic with this?
Edit: And use the vector helpers. Eg, vector.round(pos).
Last edited by ShadowNinja on Fri Oct 04, 2013 20:18, edited 1 time in total.

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 16 guests