[Modpack] Spawners [spawners]

User avatar
burli
Member
Posts: 1643
Joined: Fri Apr 10, 2015 13:18

Re: [Mod] Spawners [0.6] [spawners]

by burli » Post

If I enable spawners I get an error message

Code: Select all

ERROR[Server]: Map::setNode(): Not allowing to place CONTENT_IGNORE while trying to replace "air" at (436,-373,125) (block (27,-24,7))
If I only enable chests only chests are spawning

User avatar
burli
Member
Posts: 1643
Joined: Fri Apr 10, 2015 13:18

Re: [Mod] Spawners [0.6] [spawners]

by burli » Post

Sorry, my fault. But there is another bug. Mobs can spawn in the stone if the spawner is close to a wall

Edit: and you should use mono sounds for positional sound

Image
Attachments
screenshot_20160518_162728.jpg
screenshot_20160518_162728.jpg (78.64 KiB) Viewed 726 times

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.6] [spawners]

by SaKeL » Post

xeranas wrote:Strange, if I set both SPAWNERS_GENERATE and CHESTS_GENERATE to true it only generates spawners (but no chest).

Code: Select all

SPAWNERS_GENERATE = true
CHESTS_GENERATE = true
If I disable SPAWNERS_GENERATE (by setting it to false) chest generation then works. Tried on 0.4.14 MT.
yes that's true, only 1 works at the time ;)

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.6] [spawners]

by SaKeL » Post

@burli thanks for letting me know, i will convert the audio to mono. +1

User avatar
ManElevation
Member
Posts: 896
Joined: Tue Aug 02, 2016 22:04
GitHub: ManElevation
IRC: ManElevation
In-game: ManElevation
Location: Madrid,Spain

Re: [Mod] Spawners [0.6] [spawners]

by ManElevation » Post

nice!
My Public Mods! Discord: Rottweiler Games#3368

User avatar
poikilos
Member
Posts: 67
Joined: Thu Feb 18, 2016 13:45
GitHub: Poikilos
In-game: Poikilos

Re: [Mod] Spawners [0.6] [spawners]

by poikilos » Post

Can you test this with 0.5.0-dev? The git version of minetest_game that is required for minetest 0.5.0-dev includes dungeon_loot, which seems to interfere. My settings.txt in spawners/spawners_env is:

Code: Select all

SPAWN_PYRAMIDS = true
SPAWNERS_GENERATE = true
CHESTS_GENERATE = false
but all dungeons have chests but not spawners.
If you use mapgen v7 and the seed "BigIdea" there are clusters of dungeons near:

Code: Select all

/teleport -332,-1483,272
and

Code: Select all

/teleport -531,-1402,-143
Hopefully this will help with your testing in the future.
I am using my WIP subgame ENLIVEN (if you actually install that, keep in mind these coords only work if mg is not installed--though the current version of my installer installs it you can remove it or delete the line from the script at the url)
There is also a large desert where tsm_pyramids does generate a pyramid and spawners does not:

Code: Select all

/teleport 1252,6.5,-847
:edit: now I understand pyramids have been removed from this mod
Last edited by poikilos on Mon Mar 05, 2018 16:26, edited 1 time in total.

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.6] [spawners]

by SaKeL » Post

Seems to be an engine issue since 0.5-dev is still in development https://github.com/minetest/minetest/issues/6590 ..try to use stable version instead

User avatar
poikilos
Member
Posts: 67
Joined: Thu Feb 18, 2016 13:45
GitHub: Poikilos
In-game: Poikilos

Re: [Mod] Spawners [0.6] [spawners]

by poikilos » Post

SaKeL wrote:Seems to be an engine issue since 0.5-dev is still in development https://github.com/minetest/minetest/issues/6590 ..try to use stable version instead
Thanks for looking into that. Yes, it was working fine on 0.4.16 if I recall correctly. I'll keep an eye on the issue there.
:edit: tsm_chests_dungeon also causes spawners to not generate in 0.4.16 (otherwise they work in 0.4.16)--I'll see if the 0.5.0-dev issue will make spawners work with dungeon_loot (included with minetest_game from 0.5.0-dev, but if disabled allows spawners) and/or tsm_chests_dungeon.
Last edited by poikilos on Wed Feb 28, 2018 21:32, edited 2 times in total.

User avatar
TechNolaByte
Member
Posts: 465
Joined: Wed May 10, 2017 21:00
GitHub: TechNolaByte

Re: [Mod] Spawners [0.6] [spawners]

by TechNolaByte » Post

perhaps use a node_on_timer instead of abm to reduce lag
The great quest of alchemy neither failed nor attained gold; programmers are those great alchemists who transmute caffeine into code.

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.6] [spawners]

by SaKeL » Post

All abm are replaced with timers and lbm in the most recent version on git..lot of performance improvements also...but note that pyramids are not included anymore..you can use the pyramids mod instead

User avatar
Stix
Member
Posts: 1385
Joined: Fri Aug 04, 2017 14:19
IRC: nil
In-game: Stix [+alts]
Location: USA

Re: [Mod] Spawners [0.6] [spawners]

by Stix » Post

could you add simple_mobs support? servers still use this mod becuz its so lightweight and support for these servers would be great!
Hey, what can i say? I'm the bad guy.

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Mod] Spawners [0.6] [spawners]

by SaKeL » Post

I can give it a look

User avatar
poikilos
Member
Posts: 67
Joined: Thu Feb 18, 2016 13:45
GitHub: Poikilos
In-game: Poikilos

Re: [Mod] Spawners [0.6] [spawners]

by poikilos » Post

SaKeL wrote:All abm are replaced with timers and lbm in the most recent version on git..lot of performance improvements also...but note that pyramids are not included anymore..you can use the pyramids mod instead
If you make a note of that (and about which pyramid mod you test against--there are 2 major ones: BlockMen's original super old one, and Wuzzy's tsm_pyramids) on your first post and the README.md you'll probably get fewer issue reports.

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Modpack] Spawners [spawners]

by SaKeL » Post

UPDATE:
* updated description in the 1st post of this topic: viewtopic.php?f=11&t=13857#p203831

MoNTE48
Member
Posts: 323
Joined: Sat Apr 06, 2013 11:58
GitHub: MoNTE48
In-game: MoNTE48
Location: Internet

Re: [Modpack] Spawners [spawners]

by MoNTE48 » Post

I can't find link to download...

User avatar
SaKeL
Member
Posts: 742
Joined: Tue Apr 14, 2015 18:39
GitHub: JurajVajda
IRC: SaKeL
In-game: SaKeL

Re: [Modpack] Spawners [spawners]

by SaKeL » Post

MoNTE48 wrote:I can't find link to download...
Good point, added links to the 1st post

MoNTE48
Member
Posts: 323
Joined: Sat Apr 06, 2013 11:58
GitHub: MoNTE48
In-game: MoNTE48
Location: Internet

Re: [Modpack] Spawners [spawners]

by MoNTE48 » Post

SaKeL wrote:
MoNTE48 wrote:I can't find link to download...
Good point, added links to the 1st post
Thanks. Maybe some code might be useful for my subgame.

Post Reply

Who is online

Users browsing this forum: No registered users and 18 guests