What is wrong with this? [ALL SOLVED NOW]

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

What is wrong with this? [ALL SOLVED NOW]

by Dan Duncombe » Fri Jul 05, 2013 16:41

THNX EVERGREEN! That was the problem... darn commas..
Last edited by Dan Duncombe on Fri Jul 05, 2013 22:00, edited 1 time in total.
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Fri Jul 05, 2013 16:56

Dan Duncombe wrote: although it is WTFPL, please don't republish as your own. Please.

wat? Either you publish it as WTFPL and allow republishing/redistributing or you don't.
WTFPL == "Do what the fuck you want"-License
-> Theres no "Don't republish this."
Dan Duncombe wrote:There are errors

What about posting these?
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

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

by Dan Duncombe » Fri Jul 05, 2013 17:15

This is the error I get:
-------------
Separator
-------------

17:45:19: ERROR[main]: ========== ERROR FROM LUA ===========
17:45:19: ERROR[main]: Failed to load and run script from
17:45:19: ERROR[main]: C:\Users\Daniel\Desktop\Minetest\minetest-0.4.7 broken\bin\..\mods\nanotech\init.lua:
17:45:19: ERROR[main]: ...\minetest-0.4.7 broken\bin\..\mods\nanotech/crafting.lua:11: '}' expected (to close '{' at line 9) near 'recipe'
17:45:19: ERROR[main]: stack traceback:
17:45:19: ERROR[main]: [C]: in function 'dofile'
17:45:19: ERROR[main]: ...test\minetest-0.4.7 broken\bin\..\mods\nanotech\init.lua:8: in main chunk
17:45:19: ERROR[main]: =======END OF ERROR FROM LUA ========
17:45:19: ERROR[main]: Server: Failed to load and run C:\Users\Daniel\Desktop\Minetest\minetest-0.4.7 broken\bin\..\mods\nanotech\init.lua
17:45:19: ERROR[main]: ModError: Failed to load and run C:\Users\Daniel\Desktop\Minetest\minetest-0.4.7 broken\bin\..\mods\nanotech\init.lua


Also I don't know much about licences- do you know any (free) licences that don't allow people to redistribute the package, and that they can only modify it for personal use?
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Fri Jul 05, 2013 17:26

I think for that, you would like a Creative Commons Attribution-NoDerivs 3.0 Unported License, or CC BY-ND 3.0 for short. If that is a little too harsh, you might like a Creative Commons Attribution-ShareAlike 3.0 Unported License. Or otherwise known as CC BY-SA 3.0.
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

User avatar
mauvebic
Member
 
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Fri Jul 05, 2013 17:47

Evergreen wrote:I think for that, you would like a Creative Commons Attribution-NoDerivs 3.0 Unported License, or CC BY-ND 3.0 for short. If that is a little too harsh, you might like a Creative Commons Attribution-ShareAlike 3.0 Unported License. Or otherwise known as CC BY-SA 3.0.


Neither of those licenses limits distribution. The former, doesn't allow modification of the source code, the latter asks for credit.

The simplest way to control distribution is to not chose a license (default copyright). Though, they won't let you post anything here unless you give up your rights over it. Personally, I think it's somewhat hypocritical since some of the people who push that policy live in countries that don't or hardly recognize copyright/copyleft but have generous protections in the form of inalienable droit d'auteur {ct}.
Last edited by mauvebic on Fri Jul 05, 2013 18:26, edited 1 time in total.
"Fuck the hat." - Paulie Gualtieri
 

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

by Dan Duncombe » Fri Jul 05, 2013 18:13

Well, I don't mind copying as long as I get credit for original.
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.
 

User avatar
mauvebic
Member
 
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Fri Jul 05, 2013 18:17

Then you'll want to use CC BY-SA, and it will cause less problems than using CC BY-ND.
"Fuck the hat." - Paulie Gualtieri
 

User avatar
Evergreen
Member
 
Posts: 2131
Joined: Sun Jan 06, 2013 01:22
GitHub: 4Evergreen4
IRC: EvergreenTree
In-game: Evergreen

by Evergreen » Fri Jul 05, 2013 18:27

Dan Duncombe wrote:Well, I don't mind copying as long as I get credit for original.
In that case, you would want to use CC BY-SA 3.0. It is my favorite license.
"Help! I searched for a mod but I couldn't find it!"
http://krock-works.16mb.com/MTstuff/modSearch.php
 

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

by Dan Duncombe » Fri Jul 05, 2013 18:38

Does anyone actually know what is the problem with my mod?
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.
 

User avatar
mauvebic
Member
 
Posts: 1550
Joined: Fri Jan 27, 2012 11:32

by mauvebic » Fri Jul 05, 2013 19:14

post the debug
"Fuck the hat." - Paulie Gualtieri
 

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

by Dan Duncombe » Fri Jul 05, 2013 19:17

I have posted it, higher up on this page.
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.
 

User avatar
Topywo
Member
 
Posts: 1718
Joined: Fri May 18, 2012 20:27

by Topywo » Fri Jul 05, 2013 20:24

Putting a comma behind the (all) lines with 'output' in it might help.

(see also minetest/games/minetest_game/mods/default/crafting.lua ;-) ).

Edit: Typo's
Last edited by Topywo on Fri Jul 05, 2013 20:25, edited 1 time in total.
 

tinoesroho
Member
 
Posts: 570
Joined: Fri Feb 17, 2012 21:55

by tinoesroho » Fri Jul 05, 2013 20:26

... According to debug, you forgot to close the recipe. *shrug*

Also, you're on Windows, so you should be using Notepad++ for modding. No, seriously: this has syntax highlighting. On my Linux box, pluma has it, and I find it an invaluable help. I usually forget to close a tag, so highlighting helps. http://notepad-plus-plus.org/
We are what we create.

I tinker and occasionally make (lousy) mods. Currently building an MMO subgame and updating mods. Pirate Party of Canada member. Sporadic author. 21 years old.

My github:
https://github.com/tinoesroho/
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Fri Jul 05, 2013 20:32

mauvebic wrote:Then you'll want to use CC BY-SA, and it will cause less problems than using CC BY-ND.

*-ND licenses are not accepted for mods in Mod Releases
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

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

by Dan Duncombe » Fri Jul 05, 2013 21:20

I already use Notepad++, and I have put this under SA not ND. I can't have forgotten to close the recipe because I copy and pasted it out of the default game, and only changed the recipe and nodenames, so it can't be that wrong (unless I copied something wrong)
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 7 guests

cron