[Mod] Unified Inventory [1.0] [unified_inventory]

User avatar
RealBadAngel
Member
 
Posts: 556
Joined: Wed Jul 18, 2012 16:30

by RealBadAngel » Mon Apr 08, 2013 13:45

Thx folks :)
UI is waiting in line to get it fixed due to latest changes. Version that comes with technic (i think it will be only maintained one btw) already can work with creative without need to delete it.
Also some time ago i made Lua function to get all possible craft recipes, so hook wont be needed anymore. But this require some more work.
Atm im rebuilding technic and its basic components, hard work really. Mod has grown so much that i had to stop adding new content and bring some order there first. When im done with it i will start adding new features and fixin known problems.
 

User avatar
Traxie21
Member
 
Posts: 753
Joined: Mon Dec 31, 2012 10:48

by Traxie21 » Mon Apr 08, 2013 13:45

^Edit minetest_game's game.txt and remove creative from the common_mods list.
 

User avatar
jojoa1997
Member
 
Posts: 2890
Joined: Thu Dec 13, 2012 05:11

by jojoa1997 » Wed Apr 17, 2013 11:00

Is it okay if i use some of the functions in here for minitest aka search bar.
Coding;
1X coding
3X debugging
12X tweaking to be just right
 

big8666
New member
 
Posts: 4
Joined: Fri Aug 09, 2013 18:59

by big8666 » Mon Aug 12, 2013 17:19

plz make this for version 0.4.7
 

User avatar
Dan Duncombe
Member
 
Posts: 904
Joined: Thu May 09, 2013 21:11

by Dan Duncombe » Mon Aug 12, 2013 17:22

big8666 wrote:plz make this for version 0.4.7

It works for 0.4.7, just delete the default creative mod.
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.
 

User avatar
philipbenr
Member
 
Posts: 1665
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: WisdomFire or philipbenr

by philipbenr » Mon Aug 12, 2013 19:23

I like the inventory overhaul, except for the 99 set instead of endless 1. It really messes up when I play on creative (which is a lot). I always use the latest stable from the website BTW.
"The Foot is down!"
 

User avatar
Dan Duncombe
Member
 
Posts: 904
Joined: Thu May 09, 2013 21:11

by Dan Duncombe » Mon Aug 12, 2013 19:27

Use the default creative mod for endless. Or look at the cities game which has a modified creative mod that works with Unified Inventory.
philipbenr wrote:I like the inventory overhaul, except for the 99 set instead of endless 1. It really messes up when I play on creative (which is a lot). I always use the latest stable from the website BTW.
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.
 

User avatar
hoodedice
Member
 
Posts: 1372
Joined: Sat Jul 06, 2013 06:33

by hoodedice » Fri Nov 22, 2013 03:09

For RealTest Revamped, pressing 'Enter' by mistake (Or on purpose) will revert to the default creative inventory. In some cases the game does not load at all while the below file is present.

Fix: Comment out the dofile for creative.lua from init.lua in the 'core' folder in the game directory

EDIT: See the topic for said game. It is a problem on the custom_game side because the inventory size is 2x2.
Last edited by hoodedice on Fri Nov 22, 2013 14:19, edited 1 time in total.
7:42 PM - Bauglio: I think if you go to staples you could steal firmware from a fax machine that would run better than win10 does on any platform
7:42 PM - Bauglio: so fudge the stable build
7:43 PM - Bauglio: get the staple build
 

rommiekerova
Member
 
Posts: 93
Joined: Thu Nov 21, 2013 10:59
In-game: Andromeda

by rommiekerova » Wed Nov 27, 2013 06:16

I have a serious issues getting this to work.
I created a world and turned ON creative mode.
The creative kind of inv is very useful with home buttons and time sets.

Heres my issues though.

I turn creative mod OFF before loading the world.
I still get a kind of creative inv but...
#1. The set time buttons are no longer there.
#2. The trash and refill spaces have no names nor do they work.
#3. It won't let me click the item and get a stack anymore.
It tells me the craft recipe.

I don't want normal player behavior.
I want a FULL creative mode with the above abilities WITHOUT having to turn on creative mode for the entire world.
I don't want any other players being able to get whatever they want with a click nor being able to change the time of day.
I want these abilities to only be granted to me as an admin and be able to grant them to any players I designate as mods.
Last edited by rommiekerova on Wed Nov 27, 2013 06:28, edited 1 time in total.
My Mods: Kerova - https://forum.minetest.net/viewtopic.php?id=8054
My Server: Kalisae - https://forum.minetest.net/viewtopic.php?id=9040 <--CLOSED UNTIL FURTHER NOTICE!
 

User avatar
RealBadAngel
Member
 
Posts: 556
Joined: Wed Jul 18, 2012 16:30

by RealBadAngel » Wed Nov 27, 2013 07:45

rommiekerova wrote:I have a serious issues getting this to work.
I created a world and turned ON creative mode.
The creative kind of inv is very useful with home buttons and time sets.

Heres my issues though.

I turn creative mod OFF before loading the world.
I still get a kind of creative inv but...
#1. The set time buttons are no longer there.
#2. The trash and refill spaces have no names nor do they work.
#3. It won't let me click the item and get a stack anymore.
It tells me the craft recipe.

I don't want normal player behavior.
I want a FULL creative mode with the above abilities WITHOUT having to turn on creative mode for the entire world.
I don't want any other players being able to get whatever they want with a click nor being able to change the time of day.
I want these abilities to only be granted to me as an admin and be able to grant them to any players I designate as mods.



Sorry, this topic wasnt updated for ages, since UI was part of technic. Now its aviable again as standalone mod.
Also as part of technic_game.

Use links below:
Browse code: https://github.com/minetest-technic/unified_inventory
Download link: http://realbadangel.pl/minetest/unified_inventory.zip

So, please check current version.

BTW, updated the topic.
 

rommiekerova
Member
 
Posts: 93
Joined: Thu Nov 21, 2013 10:59
In-game: Andromeda

by rommiekerova » Wed Nov 27, 2013 17:48

Thats much better! Exactly what I wanted. Thanks. :D
My Mods: Kerova - https://forum.minetest.net/viewtopic.php?id=8054
My Server: Kalisae - https://forum.minetest.net/viewtopic.php?id=9040 <--CLOSED UNTIL FURTHER NOTICE!
 

User avatar
markbe
Member
 
Posts: 23
Joined: Thu Jun 06, 2013 23:00

by markbe » Tue Dec 31, 2013 06:47

I have this working and I love it.

What I want to know is, is there a way to disable the "clear inventory" button? I have a young son who will be devastated if he deletes all his stuff and he's inclined to click buttons indiscriminately!
 

Nore
Member
 
Posts: 468
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

by Nore » Tue Dec 31, 2013 06:58

markbe: this button is disabled outside creative mode to prevent those kind of accidents... you have to use the trash slot to trash your inventory in survival mode.
Last edited by Nore on Tue Dec 31, 2013 07:27, edited 1 time in total.
 

User avatar
markbe
Member
 
Posts: 23
Joined: Thu Jun 06, 2013 23:00

by markbe » Tue Dec 31, 2013 07:15

Nore wrote:markbe: this button is disabled outside creative mode to prevent those king of accidents... you have to use the trash slot to trash your inventory in survival mode.

That's it then ... for some reason, even if I set creative mode to "off" it is actually on ... Where would I post that problem? (Version 0.4.8)
 

Nore
Member
 
Posts: 468
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

by Nore » Tue Dec 31, 2013 07:27

Here... However, how old is your version of UI?
 

User avatar
markbe
Member
 
Posts: 23
Joined: Thu Jun 06, 2013 23:00

by markbe » Tue Dec 31, 2013 07:34

Nore wrote:Here... However, how old is your version of UI?

Installed today from the "online mod repository". From the init.lua = Unified Inventory for Minetest 0.4.8+
 

Nore
Member
 
Posts: 468
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

by Nore » Tue Dec 31, 2013 08:10

 

User avatar
markbe
Member
 
Posts: 23
Joined: Thu Jun 06, 2013 23:00

by markbe » Tue Dec 31, 2013 08:21

Nore wrote:Could you try to use the git version then? https://github.com/minetest-technic/unified_inventory/archive/master.zip

Thanks. That has resolved the issue that I couldn't see all the resource icons in the inventory (despite "enable_texture_atlas = false" in minetest.conf)

Unfortunately it's not resolved the problem of not being able to disable creative mode (despite "creative_mode = false" in minetest.conf). I suspect this is a bug in the 0.4.8 release
 

Nore
Member
 
Posts: 468
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

by Nore » Tue Dec 31, 2013 09:36

Do you have the creative privilege? Because if you do, you have creative mode regardless of creative_mode.
 

User avatar
markbe
Member
 
Posts: 23
Joined: Thu Jun 06, 2013 23:00

by markbe » Tue Dec 31, 2013 09:41

Nore wrote:Do you have the creative privilege? Because if you do, you have creative mode regardless of creative_mode.

Ah ... how do I revoke creative privs without revoking all?
 

Nore
Member
 
Posts: 468
Joined: Wed Nov 28, 2012 11:35
GitHub: Ekdohibs

by Nore » Tue Dec 31, 2013 09:50

/revoke <playername> creative
 

User avatar
markbe
Member
 
Posts: 23
Joined: Thu Jun 06, 2013 23:00

by markbe » Tue Dec 31, 2013 10:07

Nore wrote:/revoke <playername> creative

OK, I've tried that and it worked for singleplayer mode but not in server mode for user playing on server

Is there any way to disable the "clear inventory" button without revoking creative priv?
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

by Krock » Tue Dec 31, 2013 10:54

markbe wrote:
Nore wrote:/revoke <playername> creative

OK, I've tried that and it worked for singleplayer mode but not in server mode for user playing on server

Is there any way to disable the "clear inventory" button without revoking creative priv?

Edit the mod files, yousimply need to remove one line at the formspec.
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
Pitriss
Member
 
Posts: 253
Joined: Mon Aug 05, 2013 17:09
GitHub: Pitriss
IRC: pitriss
In-game: pitriss

by Pitriss » Tue Dec 31, 2013 14:12

markbe wrote:Is there any way to disable the "clear inventory" button without revoking creative priv?


look here: https://github.com/Pitriss/classic_technic/tree/master/unified_inventory for some inspiration. Me and fairiestoy modified it a bit, and one of our modifications is disabling creative inv. It can be enabled back by uniinv_creative = true in minetest.conf
I reject your reality and substitute my own. (A. Savage, Mythbusters)
I'm not modding and/or playing minetest anymore. All my mods were released under WTFPL. You can fix/modify them yourself. Don't ask me for support. Thanks.
 

Temperest
Member
 
Posts: 651
Joined: Tue Nov 15, 2011 23:13
GitHub: Uberi

by Temperest » Tue Dec 31, 2013 17:22

markbe wrote:
Nore wrote:markbe: this button is disabled outside creative mode to prevent those king of accidents... you have to use the trash slot to trash your inventory in survival mode.

That's it then ... for some reason, even if I set creative mode to "off" it is actually on ... Where would I post that problem? (Version 0.4.8)


If your player has the creative privilege, the player is treated as if in creative mode. You can remove this using the chat command "/revoke PLAYER_NAME_GOES_HERE creative". Give that a try!
WorldEdit 1.0 released

The Mesecons Laboratory - the art of Mesecons circuitry
Latest article: Mesecons Basics.
 

User avatar
Pitriss
Member
 
Posts: 253
Joined: Mon Aug 05, 2013 17:09
GitHub: Pitriss
IRC: pitriss
In-game: pitriss

by Pitriss » Tue Dec 31, 2013 19:29

If that player is server admin then there is AFAIK not possible to revoke creative
I reject your reality and substitute my own. (A. Savage, Mythbusters)
I'm not modding and/or playing minetest anymore. All my mods were released under WTFPL. You can fix/modify them yourself. Don't ask me for support. Thanks.
 

DanteLives
Member
 
Posts: 25
Joined: Fri Jul 13, 2012 06:35

by DanteLives » Tue Jan 14, 2014 03:03

The crafting guide does not properly display the blank spaces in the recipes. Is this a bug that's being worked on or am I missing something?
 

freejack
Member
 
Posts: 72
Joined: Wed Jan 08, 2014 06:37

by freejack » Tue Jan 14, 2014 03:11

I like this interface, I just don't like as admin that I can not turn off the creative option where in inventory plus I don't have that creative when I am admin. i like to play and with creative tehre all the time legit play is not easy to stick too. Would be nice to have an option to turn it off for the admin in the interface.
 

User avatar
VanessaE
Member
 
Posts: 3894
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaEzekowitz

by VanessaE » Tue Jan 14, 2014 11:03

The blank spaces bug has long since been fixed, you need to update both your Minetest build (fixed in the git repository, not in the releases) and your copy of unified inventory (also in git only).
You might like some of my stuff:
Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (16-512px)
Tips (BTC): 13LdcdUFcNCFAm7HfvAXh5GHTjCnnQj6KE
 

DanteLives
Member
 
Posts: 25
Joined: Fri Jul 13, 2012 06:35

by DanteLives » Sun Jan 19, 2014 08:26

Thanks, VanessaE. I downloaded Minetest 4.9 and unified_inventory from git. The recipes display correctly now.
 

PreviousNext

Return to Old Mods

Who is online

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

cron