Git Product home page Git Product logo

dreamycecil / cecilbotmod Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 0.0 1.88 MB

A mod for classic Serious Sam: The Second Encounter v1.07 that adds Cooperative and Deathmatch player bots. Designed with other mod integration in mind.

Home Page: https://dreamycecil.itch.io/botmod

License: GNU General Public License v2.0

Batchfile 0.01% C++ 97.82% C 1.75% ECL 0.01% HTML 0.42%
mod open-source sam-sdk sdk serious-engine serious-sam

cecilbotmod's People

Contributors

dreamycecil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cecilbotmod's Issues

Manually add boxes

Hi,
I don't know how to explain this better but the auto-generator makes boxes in shape of walkable path. Is there a way to manually add them?
I was thinking those could be grids but I already tried these possible commands with following results:

-> /MOD_AddNavMeshPoint(0, 5)
MOD_AddNavMeshPoint(0, 5);
(1): Wrong parameters for 'MOD_AddNavMeshPoint'

-> /MOD_SnapNavMeshPoint(1,5)
MOD_SnapNavMeshPoint(1,5);
(1): Wrong parameters for 'MOD_SnapNavMeshPoint'

-> /MOD_SnapNavMeshPoint(1 5)
MOD_SnapNavMeshPoint(1 5);
(1): parse error, expecting `')''

[Feature Request] Reusable switches and range for PointLock and multiple PointLocks

I got these ideas when making bots try Karnak.
It is known that on Karnak there are two switches right at the start which trigger the elevator but bots don't make on time to the elevator and switches have to be reused to activate it again.
As for the elevator, they won't be going onto in unless it's way down. If there was a way to set a MeshPointLock range which would tell them that they can use the elevator when it's within Y range, that would get them on.
And finally, there are two statues with sands and with spikes below. There is no way to set PointLock to both of those MovingBrushes so the bots will fall into spikes.

Path point grouping

There need to be groups of path points for optimized path finding. You should be able to assign an index to path points, indicating which group they belong to.

Then there needs to be a separate list of all the groups and their connections. Upon doing pathfinding, first iterate through groups and find the shortest amount of them and then iterate through points from only those groups instead of all of them.

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.