Search results

  1. M

    Google Code-In 2017 Mentor Recap Thread!

    You copied my "anything else" :mad:. @admins kindly take disciplinary action against @smsunarto for plagiarism.
  2. M

    Google Code-In 2017 Mentor Recap Thread!

    1. I'm Mandar Juvekar from Pune, India. I am a class 12 student (will finish 12th grade in March). Github: mjuvekar7. IRC/Slack: mandarj. Discord: VenomousCow. 2. I started working on Terasology during GCI 2016. As I started making more contributions, I mentored for GSoC 2017 and then for GCI...
  3. M

    SerpentAI

    You could probably fix the crashes by giving your VM more RAM. Try that if you can
  4. M

    Suggested Add sign module

    Could you please change the title of the post to be more descriptive? Helps when others are trying to find your post later (after GCI)
  5. M

    Suggested Add sign module

    Maybe a STOP sign?
  6. M

    Machine Learning Research (GCI Task)

    Hey, I'm still not sure how you plan to train the agents. In an average game, a player will have very limited interactions with NPCs (not enough for effective training), so you can't rely on those as training data. How exactly would you train the agent? And what kind of data would you feed it?
  7. M

    Implementation The Genome Module

    @smsunarto ah ok. will check out your module. Will discuss this stuff with you on IRC.
  8. M

    Suggested Roles - helping out regularly in small ways

    I think we could also benefit from a common "TODO" list which all of us can access. A method to "claim" a task from there would also be nice (claim = indicate that you are working on it, in order to avoid duplicates). Something like Hitask maybe?
  9. M

    Implementation The Genome Module

    @smsunarto sure. Just tell me what your new module does (on irc maybe). Also, do we really need a new module? We could just continue expanding SimpleFarming.
  10. M

    Implementation The Genome Module

    I am starting to work on implementing this in the SimpleFarming module in order to add variety to plants of the same species. Suggestions are welcome :)
  11. M

    Implementation The Genome Module

    This article is a high-level description of the Genome module. Purpose The Genome module aims to be a way to add diversity to various breeding species by implementing a genetics. Each individual of a breeding species has a genome which contains a sequence of genes. Each gene governs a certain...
  12. M

    Suggested New Launcher Design

    You could collaborate with @smsunarto for the drawing stuff. I believe he's quite good with artwork.
  13. M

    Suggested Roles - helping out regularly in small ways

    Great idea. I would love to help with PRs and the expansion of SimpleFarming and Genome (maybe the integration of Genome with SimpleFarming).
  14. M

    Suggested Roman City Generation

    I think mdj117 is working on the Colosseum.
  15. M

    Suggested Roman City Generation

    Great description. I'm working on it :)
  16. M

    Helping a friend with Terasology

    As part of a GCI task, I recently helped a friend set up a Terasology environment. I also helped him add a new "Marble" block to the game. The following is my report on doing so: My friend, being a python programmer himself, was comfortable with forking and cloning the repository, and could set...
  17. M

    Suggested "Vehicles" Module

    Have edited the post. Better?
  18. M

    Suggested "Vehicles" Module

    I am writing this forum post to propose a new module for Terasology: the "Vehicles" module. Purpose: The primary purpose of the Vehicles module is to add a way to build vehicles from blocks. The module should add basic blocks and structure templates for building vehicles (steering wheels, iron...
  19. M

    Suggested Formal Description of Crow AI

    This article contains a formal description of what could be the AI for Crows in the game. This description could also be extended (with a few changes) to other birds displaying similar behavior. The behavior of the crow (and of most other creatures) consists of a default "idle" behavior which...
  20. M

    Google Code-In 2016 - DONE!

    Task suggestions: 1. Write a new script for GooeyJr (maybe "Write an XYZ script for GooeyJr" where you guys specify the script you want). 2. More "Add documentation to the XYZ module" tasks. 3. Multiple versions of the tasks which students should be allowed to do multiple times (like the enable...
Top