mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-01-25 17:40:23 +01:00
update documentation
This commit is contained in:
parent
c46ec76c63
commit
1ea698a1e1
37
computers/README.md
Normal file
37
computers/README.md
Normal file
@ -0,0 +1,37 @@
|
||||
|
||||
# Minetest Computers Mod
|
||||
|
||||
By [Diego Martínez](kaeza@users.sf.net) and Contributors
|
||||
License: [MIT](https://spdx.org/licenses/MIT.html)
|
||||
|
||||
Adds interactive computers and networking to minetest
|
||||
|
||||
## Links
|
||||
|
||||
[Github](https://github.com/mt-mods/home_workshop_modpack)
|
||||
[Contentdb](https://content.minetest.net/packages/VanessaE/home_workshop_modpack/)
|
||||
|
||||
|
||||
## Setup
|
||||
|
||||
You should have recieved this mod as a part of the home workshop modpack.
|
||||
place the modpack in your /mods folder and enable the computer mod and its dependancies
|
||||
from the minetest GUI. For further information or help see:
|
||||
http://wiki.minetest.com/wiki/Installing_Mods
|
||||
|
||||
## Privs
|
||||
|
||||
This mod provides the computers_filesystem priv which is used to limit the access
|
||||
of players without it.
|
||||
|
||||
## Notes
|
||||
|
||||
Much thanks goes to the maintainers of the mod:
|
||||
* Diego Martínez
|
||||
* VannessaE
|
||||
* mt-mods organization
|
||||
|
||||
Additional thanks goes to those who helped/advised with the core functionality of computers:
|
||||
* Luk3yx
|
||||
* BuckarooBanzai
|
||||
* OgelGames
|
@ -1,38 +0,0 @@
|
||||
version 0.2.3:
|
||||
- Added animated router front
|
||||
- Added all crafts for new items
|
||||
|
||||
version 0.2.2:
|
||||
- Added printer
|
||||
- Added server
|
||||
|
||||
version 0.2.1:
|
||||
- Added modern tower pc
|
||||
- Added wifi router
|
||||
- Added flatscreen LCD and keyboard
|
||||
|
||||
Version 0.2.0:
|
||||
- Added recipes.
|
||||
- Partly re-written.
|
||||
- Removed original baby tower (seemed out of place).
|
||||
- You can now turn devices on and off by right-clicking.
|
||||
- Mod is now on github.
|
||||
|
||||
Version 0.1.4:
|
||||
- Added Admiral 64 & 128 (Commodore 64 & 128 lookalikes)
|
||||
|
||||
Version 0.1.3:
|
||||
- Added SX Spectre (Sinclair ZX Spectrum lookalike)
|
||||
- Added Pony SlayStation 2 (Sony PlayStation lookalike)
|
||||
- Minor fixes to textures.
|
||||
|
||||
Version 0.1.2:
|
||||
- Nodes now use the node box as selection box.
|
||||
- Added Pony SlayStation (Sony PlayStation lookalike)
|
||||
- Added Pony Vanio (Sony VAIO lookalike...err...just a generic laptop)
|
||||
|
||||
Version 0.1.1:
|
||||
- Added SheFriend SOO (Amiga 500 lookalike)
|
||||
|
||||
Version 0.1.0:
|
||||
- Initial Version only a baby tower.
|
@ -1,50 +0,0 @@
|
||||
|
||||
Decorative Computers Mod for Minetest
|
||||
by Diego Martínez <kaeza@users.sf.net> and contributors
|
||||
license [MIT](https://spdx.org/licenses/MIT.html)
|
||||
|
||||
How to install:
|
||||
Unzip the archive an place it in minetest-base-directory/mods/minetest/
|
||||
if you have a windows client or a linux run-in-place client. If you have
|
||||
a linux system-wide instalation place it in ~/.minetest/mods/minetest/.
|
||||
If you want to install this mod only in one world create the folder
|
||||
worldmods/ in your worlddirectory.
|
||||
For further information or help see:
|
||||
http://wiki.minetest.com/wiki/Installing_Mods
|
||||
|
||||
How to use the mod:
|
||||
For now just use creative mode or the `/give' or `/giveme' chat commands
|
||||
to get the items.
|
||||
|
||||
These are the items currently defined by this mod:
|
||||
|
||||
"computers:shefriendSOO",
|
||||
"computers:vanio",
|
||||
"computers:vanio_off",
|
||||
"computers:slaystation",
|
||||
"computers:slaystation2",
|
||||
"computers:specter",
|
||||
"computers:wee",
|
||||
"computers:piepad",
|
||||
"computers:admiral64",
|
||||
"computers:admiral128",
|
||||
"computers:hueg_box",
|
||||
"computers:monitor",
|
||||
"computers:monitor_on",
|
||||
"computers:router",
|
||||
"computers:tower",
|
||||
"computers:server",
|
||||
"computers:server_on",
|
||||
"computers:printer",
|
||||
"computers:tetris_arcade",
|
||||
|
||||
There's also a `computers:computer' alias to `computers:babytower'.
|
||||
|
||||
Thanks to all the people in the forums and the #minetest IRC channel for
|
||||
their support and suggestions; in no particular order:
|
||||
OldCoder, Josh, tonyka, VanessaE, davidpace, Jordach, and all the other
|
||||
sirs/madammes that I forgot to mention (sorry, please remind me if it
|
||||
was you ;) ).
|
||||
|
||||
See also:
|
||||
http://minetest.net/
|
@ -1,29 +0,0 @@
|
||||
|
||||
TO-DO List:
|
||||
|
||||
- New Nodes:
|
||||
|
||||
- Computers:
|
||||
- Mainframe (well me have a rackserver now)
|
||||
- My Computer :P
|
||||
|
||||
- Peripherals:
|
||||
- Scanner ( well we have a printer/scanner combo now)
|
||||
|
||||
- Consoles:
|
||||
- NES
|
||||
- SNES
|
||||
- DC
|
||||
|
||||
- Handhelds
|
||||
- GB/C
|
||||
- GBA
|
||||
- Calculator
|
||||
- Smartphone
|
||||
|
||||
- Animated screens
|
||||
|
||||
- Implement some kind of games (take code from `tetris' mod?). [It would be
|
||||
nice if Minetest provided a "canvas" GUI widget :)].
|
||||
|
||||
- Get more suggestions :)
|
Loading…
Reference in New Issue
Block a user