GithubHelp home page GithubHelp logo

dmobs's People

Contributors

argyle77 avatar d00med avatar edwardthorsten avatar smalljoker avatar taikedz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dmobs's Issues

dmobs.regulars can never be set to false

Around init.lua:11 there are several configuration options available however some are unchangeable.

dmobs.regulars = minetest.setting_getbool("dmobs.regulars") or true

minetest.setting_getbool returns nil when a given variable is undefined, in this case though unfortunately, it is converted to false when used with logical or. Thus this statement can never be set to false.

I've made a patch here that explicitly tests for nil, but it also separates baddies from the "regulars" that you may or may not want.

No default_water_source.png

Hi,

I get this error from dmobs:
ERROR[Main]: generateImage(): Could not load image "default_water_source.png" while building texture; Creating a dummy image

It seems that default_water_source.png is defined in whale.lua
mobs:register_egg("dmobs:whale", "Whale", "default_water_source.png", 1)
but there is no image default_water_source.png available.

Missing project files

If you add missing Blender project files (or whatever project files you used), that will assist me in improving the Giant Rat (dmobs_rat), and help other people contribute as well. You could add a "src" directory to the root of the repo to contain all project files. The minetest.net API documentation seems do indicate that the engine does not transfer nonstandard directories to the client, so adding such a directory should not increase network traffic. If it does, it could be deleted in releases and noted in the readme.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.