Giter VIP home page Giter VIP logo

clangen's Introduction

clangen

Fan-edit of the warrior cat clangen game

Original creator: just-some-cat.tumblr.com

Fan-edit creator: SableSteel, and many others

Downloads

Stable

Stable versions can be downloaded directly from the official ClanGen website

Development

Note: Development versions are automatic snapshots of current development efforts. They are not stable, can crash and even corrupt your save files. Additionally, we do not provide tech support for development versions.

Download at your own risk here: ClanGen development download

Running from source

ClanGen uses poetry to manage virtual environments. Therefore it is required to install the dependencies and run the game from source without manual tweaking.

Installing poetry

Follow the instructions for installing poetry from the official website: https://python-poetry.org/docs/#installing-with-the-official-installer

Linux, macOS, Windows (WSL)

Open a terminal and paste this:

curl -sSL https://install.python-poetry.org | python3 -

Windows (Powershell)

Open a PowerShell window (Windows key and then enter PowerShell) and paste this:

(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -

or in case you installed Python from the Windows Store:

(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -

Running the game via the helper scripts

Linux, macOS

Double click the run.sh script or open it in the terminal via ./run.sh with the current working directory set to the game's root directory

Windows

Double click the run.bat script

Bug Reporting

We have migrated to GitHub Issues for bug reporting and tracking. We no longer review bug reports from the retired Google Form.

clangen's People

clangen's Issues

[BUG] No text in 'cat toggles' menu

Type:

  • UI

Describe the bug
There is no text in 'cat toggles' menu in the cat's profile, but checkboxes are still there

Grade: (only select one)

  • Non-vital - This bug can easily be ignored and does not have a large impact on play

Reproduce
Steps to reproduce the behavior:

  1. Go to cat's profile
  2. Click on 'cat toggles'
  3. No text is present

Commit # or Game Version Number: f1de5c8

Screenshots
image

[BUG] settings crash

Type: (only select one)

  • UI - anything to do with the user interface. maybe a button is not working, or the way some assets are formatted seems to be off.

Describe the bug
Crash on clicking settings, discord button is deleted

Grade: (only select one)

  • Dire - Still playable, but a major feature is broken

Reproduce
Steps to reproduce the behavior:
go to settings

Patrol ID + Outcome Print (if applicable):

Commit # or Game Version Number:
74c9fe2

Additional context
Add any other context about the problem here.

Screenshots
Uploading IMG_3187.png…

[BUG] Seaon and moon widget won't appear

Type:
UI

Describe the bug
Season and moon widget won't appear. However, the arrow near it appears just fine

Grade:
Unimportant - This bug has little to no impact on play.

Reproduce
Steps to reproduce the behavior:

  1. Go to setting
  2. Check 'show moons and seasons widget'
  3. Go to camp/cat list/patrol page
  4. No widget, only arrow

Commit # or Game Version Number: a0b2c83

Screenshots
Скриншот 26-04-2024 150038

[BUG] Credits hovers in wrong place

Type:

  • UI - anything to do with the user interface. maybe a button is not working, or the way some assets are formatted seems to be off.

Describe the bug
Title kinda explains it. On Windows pc version the hovers that pop up over the credits in the settings to give credits to the people working on clangen are in the wrong place. They're a bit too far down and the box where the hover is is a bit too big. Extremely minor visual bug, most people won't notice it.

Grade:

  • Unimportant - This bug has little to no impact on play.

Reproduce
Steps to reproduce the behavior:

  1. Go to 'settings'
  2. Click on 'info'
  3. Scroll down to 'with contributions from' section.
  4. Hover over names.
  5. See error

Patrol ID + Outcome Print (if applicable): N/A

Commit # or Game Version Number: 51f9687

Additional context
The size of the hovers also causes them to leak off the names and down the menu, the last credit is several lines under the copyright message.
Can't really show it because neither of my screen capture methods show my mouse, but the mouse is hovering over Coffee's name in the first image, not Archanyhm's.
There's also a blank hover spot over Kori/Kittenvy's names, so potentially there's a missing hover there.

Screenshots
If applicable, add screenshots to help explain your problem.
image
image

Disappearing Buttons in Clan Focus

Type: (only select one)

  • UI - anything to do with the user interface. maybe a button is not working, or the way some assets are formatted seems to be off.

Describe the bug
When clicking on the Warriors Den in order to change the Clan Focus, you'll find that the buttons are not there. Buttons can still be clicked, but without the image it's hard to find which one specifically.

Grade: (only select one)
Regular - A typical bug that should be seen to soon, but doesn’t necessarily break the game or inhibit the player

Reproduce
Steps to reproduce the behavior:

  1. Go to the Camp tab
  2. Click on the Warriors Den button
  3. See error

Commit # or Game Version Number: Web Build 61e72ab

Additional context
I'm using a PC and google, if that is information that is important!

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot 2024-04-26 at 7 41 02 AM

[BUG] Can't send patrols

Type:
Code - general bugs related to how the game runs and responds to you.

Describe the bug
Trying to send a patrol makes game freeze and you can't continue playing without reloading the page or re-opening the tab (and it also doesn't fix itself).

Grade:
Game-breaking

Reproduce
Steps to reproduce the behavior:

  1. Go to 'patrol'
  2. Select any cat
  3. Select any patrol type and click 'Go on patrol'
  4. Game gets frozen and you can't continue

Commit # or Game Version Number: 8884d20

Additional context
The clangen tab won't reload when this bug occurs, even though other tabs reload just fine

Screenshots
(you can't see it, but the page is completely frozen)
Скриншот 26-04-2024 144655

Tracking: Font

Currently, pygame-gui will not allow us to load the font. This forces us to use fira code, which makes textboxes the wrong size

[BUG] Quit button crashes game

Type: (only select one)

  • UI - anything to do with the user interface. maybe a button is not working, or the way some assets are formatted seems to be off.

Describe the bug
When you click on quit, the game crashes. Somewhat expected since this is the web version, but instead of pulling up 'the game crashed' maybe it can be a sillyier message of like 'This is the browser version, just close the tab' or just not have the quit button or something?

Grade: (only select one)

  • Important - The bug has a large affect on the gameplay, but is not urgent

Reproduce
Steps to reproduce the behavior:

  1. Go to main menu
  2. Click on quit
  3. See error

Commit # or Game Version Number:
3bc6a28

Screenshots
image

Saving Game Then Reload Restart At 1 Moon

Type:

  • Code - general bugs related to how the game runs and responds to you.

Describe the bug
As the title said, I was on moon 4, seeing how the randomness of patrols was the same, I saved and then reloaded the site. This caused the save file to revert back to moon one and losing process (EXP on cats, adults reverting back to apps/kits)

Grade: (only select one)

  • Dire - Still playable, but a major feature is broken

Reproduce
Steps to reproduce the behavior:

  1. Skip moons for a few times (you can go on patrols to allow exp to increase and some cats to age)
  2. Save
  3. Reload the site and wait
  4. Check to see if any process has reverted

Patrol ID + Outcome Print (if applicable):
N/A

Commit # or Game Version Number:
Web Build 61e72ab

Additional context
N/A

Screenshots

[BUG] med cat den arrows placed odd

Type: UI

Describe the bug
medicine cat den arrow buttons placed oddly

Grade: (only select one)

  • Unimportant - This bug has little to no impact on play.

Reproduce
Steps to reproduce the behavior:

  1. Go to med cat den
  2. see error

Commit # or Game Version Number: i wish i knew. its invisible

Additional context
Add any other context about the problem here.

Screenshots
If applicable, add screenshots to help explain your problem.image

[BUG] star overlaps with cat name

Type: UI - anything to do with the user interface. maybe a button is not working, or the way some assets are formatted seems to be off.

Describe the bug
on a cat's profile, the favorite star overlaps with their name

Grade: (only select one)

  • Unimportant - This bug has little to no impact on play.

Reproduce
Steps to reproduce the behavior:

  1. have a cat named algaeflood
  2. go onto their profile

Commit # or Game Version Number: no clue

Additional context
Add any other context about the problem here.image

Screenshots
If applicable, add screenshots to help explain your problem.

[BUG] Error when you try to switch Clans

Type: UI/Code

Describe the bug
When you try to switch Clans, there's a pop-up stating an error has ocurred, giving you the option of opening the console. If you don't open the console, the window changes to "idle" and the screen stays gray, forcing you to reload the page. Once you reload though, the current Clan has changed as normal.

Grade: Game breaking

Reproduce
Create and save a Clan, then create a second one an attempt to switch back to the first one.

Commit # or Game Version Number: 61e72ab

Screenshots
image

Many Missing Buttons

Type: (only select one)

  • UI - anything to do with the user interface. maybe a button is not working, or the way some assets are formatted seems to be off.

Describe the bug
Numerous buttons on a cats personal tab are missing, making it difficult to see how to change certain things without having memorized the normal version!

Grade: (only select one)

  • Important - The bug has a large affect on the gameplay, but is not urgent

Reproduce
Steps to reproduce the behavior:

  1. Go to Cat List
  2. Click on any cat
  3. Open the personal tab
  4. See error

Commit # or Game Version Number: 61e72ab

Additional context
Using PC & Google

Screenshots
Screenshot 2024-04-26 at 8 03 42 AM
Screenshot 2024-04-26 at 8 03 56 AM
Screenshot 2024-04-26 at 8 04 10 AM

Hunting patrol crash

Type:

  • Code -

Describe the bug
Game crashed for a hunting patrol

Grade:

  • Game-breaking -

Reproduce
-Send out a hunting patrol with 3 cats

Patrol ID + Outcome Print (if applicable):

  • No print. Console wouldn't even show up -

Commit # or Game Version Number:

Additional context
It crashed so severely that the option for the console didn't show up. Had to reload for anything to respond.

Screenshots
image

[BUG] closing out of import clan screen not working

Type: (only select one)

  • UI - anything to do with the user interface. maybe a button is not working, or the way some assets are formatted seems to be off.

Describe the bug
upon clicking "import clan" but then exiting out of it, the screen just freezes. a screenshot is below

Grade: (only select one)

  • Important - The bug has a large affect on the gameplay, but is not urgent

Reproduce
Steps to reproduce the behavior:

  1. Go to settings
  2. Click on import clan
  3. exit out
  4. See error

Commit # or Game Version Number: web build:

Screenshots
If applicable, add screenshots to help explain your problem.
image

[BUG] Choose a mate UI bugging out

Type: UI

Describe the bug
When opening the choose a mate section, part of the UI bugs out. Specifically the These cats cannot have mates and the scroll wheel next to the chosen mate.

Grade: Important

Reproduce
Steps to reproduce the behavior:

  1. Go to 'A cat's profile'
  2. Click on 'Relations' then 'Choose Mate'
  3. See error

Patrol ID + Outcome Print (if applicable):

Commit # or Game Version Number: 3bc6a28

Additional context
I am on a cell phone, decided to test it out on mobile. This happens on both portrait and landscape modes.

Screenshots
First is in Portrait, second is landscape.
20240521_005413
20240521_005430

[BUG] commit # invisible

Type: (only select one)

  • UI - anything to do with the user interface. maybe a button is not working, or the way some assets are formatted seems to be off.

Describe the bug
the commit id is invisible

Grade: (only select one)

  • Unimportant - This bug has little to no impact on play.

Reproduce
Steps to reproduce the behavior:

  1. Go to clangen web
  2. see

Commit # or Game Version Number: man.

Additional context
Add any other context about the problem here.

Screenshots
If applicable, add screenshots to help explain your problem.
image

[BUG] text overlapping

Type: (only select one)

  • UI - anything to do with the user interface. maybe a button is not working, or the way some assets are formatted seems to be off.

Describe the bug
with same sex kits off and trying to select 2 same gender cats to have kits in the mate screen, text overlaps

Grade: (only select one)

  • Unimportant - This bug has little to no impact on play.

Reproduce
Steps to reproduce the behavior:

  1. turn same sex kits off
  2. try to set 2 same gender cats as mates
  3. see

Commit # or Game Version Number: idek man

Additional context
Add any other context about the problem here.

Screenshots
If applicable, add screenshots to help explain your problem.image

Tracking: Missing Buttons

Many of the game's buttons failed to load. We have fixed most of them, although some are still invisible

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.