Search found 219 matches

by Elefant
Mon Dec 25, 2023 11:23 pm
Forum: Wishlist
Topic: Irrlicht (Cross platform 3d game engine) Client
Replies: 28
Views: 32549

Re: Irrlicht (Cross platform 3d game engine) Client

Latest version. Raytracing cursor location reimplemented, as well as map wrapping beyond just the three duplicates in previous versions.
by Elefant
Mon Dec 25, 2023 9:49 pm
Forum: Art and tilesets
Topic: Cimpletoon graphics
Replies: 57
Views: 209538

Re: Cimpletoon graphics

Links to models: https://creazilla.com/nodes/5548145-wolf-3d-model https://creazilla.com/nodes/3190-bear-3d-model https://creazilla.com/nodes/1763916-rhinoceros-3d-model https://creazilla.com/nodes/3204-tiger-3d-model https://creazilla.com/nodes/3684-black-panther-3d-model https://creazilla.com/node...
by Elefant
Mon Dec 25, 2023 9:46 pm
Forum: Art and tilesets
Topic: Cimpletoon graphics
Replies: 57
Views: 209538

Re: Cimpletoon graphics

Here is the license for the models https://creazilla.com/pages/11-creazill ... ce-license
If it is gpl compatible, these could be used for the cimpletoon default animal graphics.
by Elefant
Mon Dec 25, 2023 9:39 pm
Forum: Art and tilesets
Topic: Cimpletoon graphics
Replies: 57
Views: 209538

Re: Cimpletoon graphics

Here are some animals, rendered from creazilla models.
by Elefant
Sun Dec 24, 2023 11:23 pm
Forum: Rulesets and modpacks
Topic: Some Conceptual Ideas (Are They Good?)
Replies: 5
Views: 2830

Re: Some Conceptual Ideas (Are They Good?)

Or make it so units can only move in known territory, and use Lua to reveal tiles according to the players technological and cultural status.
by Elefant
Sat Dec 16, 2023 4:07 pm
Forum: Wishlist
Topic: Allow immediate extra addition/removal in ruleset
Replies: 1
Views: 1499

Re: Allow immediate extra addition/removal in ruleset

Lua should allow this in conjunction with the actor tile fake generalized action.
by Elefant
Fri Oct 13, 2023 5:34 pm
Forum: Wishlist
Topic: Lua map generators
Replies: 4
Views: 8224

Lua map generators

The Lua API has most functions needed for a map gen script, so it would be nice to have the ability to write such scripts and select them in the geography tab of the new game menu.
by Elefant
Wed Sep 20, 2023 2:33 am
Forum: Wishlist
Topic: Irrlicht (Cross platform 3d game engine) Client
Replies: 28
Views: 32549

Re: Irrlicht (Cross platform 3d game engine) Client

I am using Visual Studio on Windows 10 for a development environment. On Linux with GCC the resulting binaries give segmentation faults.
by Elefant
Wed Sep 20, 2023 2:31 am
Forum: Wishlist
Topic: Irrlicht (Cross platform 3d game engine) Client
Replies: 28
Views: 32549

Re: Irrlicht (Cross platform 3d game engine) Client

Source for the version with ray tracing cursor hover
by Elefant
Wed Sep 20, 2023 2:30 am
Forum: Wishlist
Topic: Irrlicht (Cross platform 3d game engine) Client
Replies: 28
Views: 32549

Re: Irrlicht (Cross platform 3d game engine) Client

A bit more work on this: it is much faster now, as I optimized it to reduce draw calls/cpu time. I have not reimplemented the cursor hover tile tracer yet, but otherwise it should have all the features of the previous version