Author Topic: Reporting Errors:  (Read 352219 times)

0 Members and 3 Guests are viewing this topic.

Offline Thewlis

  • Jr. Member
  • **
  • Posts: 74
  • Its hentai, quiaff?
Re: Reporting Errors:
« Reply #570 on: November 20, 2014, 12:17:28 PM »
...No.

Offline lamoli

  • Hero Member
  • *****
  • Posts: 553
Re: Reporting Errors:
« Reply #571 on: December 04, 2014, 02:15:02 PM »
Quote
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/library/custom-screens.rpy", line 398: u'showif' is not a keyword argument or valid child for the screen statement.
    showif normal_op or pytfall.city_dropdown:
          ^

File "game/library/screens/pyt - screens - girlequipment.rpy", line 217: u'showif' is not a keyword argument or valid child for the vbox statement.
    showif focusitem:
          ^

File "game/library/screens/pyt - screens - heroprofile.rpy", line 340: u'showif' is not a keyword argument or valid child for the screen statement.
    showif pytfall.hp.show_item_info:
          ^

Ren'Py Version: Ren'Py 6.18.1.670

>.<

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #572 on: December 04, 2014, 02:21:55 PM »
Update Ren'Py to the latest version :)
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: Reporting Errors:
« Reply #573 on: January 25, 2015, 01:10:05 PM »
So I decided to quickly tag a small random 2K pack to see what will happen.
Quote
  File "game/script.rpy", line 103, in script
    python:
  File "game/script.rpy", line 113, in <module>
    rchar = load_random_characters()
  File "game/library/functions.rpy", line 262, in load_random_characters
    tagdb.tagmap[tags_dict[tag]].add(rp_path)
KeyError: u'0000'

Also hers is json. I hope the fact that I added races fields won't break something.
Quote
[
  {
    "id": "2k_tan",
    "desc": "Semi androids, semi digital creatures created by a mad scientist a long time ago with unknown purpose.",
    "race": "Digital Android",
    "base_race": "Android",
   
    "random_stats": {
    "charisma": [5, 15],
    "constitution": [10, 15],
    "character": [5, 20],
    "intelligence": [10, 25]
    },
    "elements": {"Air 1": 80},
    "random_traits": [
    ["Slim", 100],
    ["Artificial Body", 100],
    ["Impersonal", 100],
    ["Clumsy", 20],
    ["Virgin", 95],
    ["Nerd", 60],
    ["Courageous", 6],
    ["Serious", 15],
    ["Frigid", 15],
    ["Lesbian", 10],
    ["Bisexual", 5]
    ],
   
    "force_location": false,
    "force_status": false,
   
    "occupations": ["Warrior", "Service Girl", "Prostitute", "Stripper"],
   
    "ab_traits": ["Always Hungry", "Heavy Drinker"],
   
    "battle_skill": "FistAttack",
    "magic_skills": [
     ["Fire 1", 20],
     ["Water 1", 20],
     ["Earth 1", 20]
     ]
  }
]

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #574 on: January 25, 2015, 01:18:21 PM »
I prolly forgot to adapt random girls to new tagging system. Adding of any kinds of fields should not cause these kinds of errors.
===

Still messing with our BE and trying to debug a huge bit of new code at the moment. This will have to wait.
Like what we're doing?

Offline DarkTl

  • Hero Member
  • *****
  • Posts: 4737
Re: Reporting Errors:
« Reply #575 on: January 27, 2015, 11:56:06 AM »
I retagged One piece pack. It's included in the default set of girls that you have in the beginning, probably that's why the game rewrites their status: they all are slaves no matter the json.

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #576 on: January 27, 2015, 11:57:51 AM »
I retagged One piece pack. It's included in the default set of girls that you have in the beginning, probably that's why the game rewrites their status: they all are slaves no matter the json.

Thewlis coded that in to test his slavetraining designs. It's only the case in the dev version I think.
Like what we're doing?

Offline Destriss

  • Newbie
  • *
  • Posts: 10
Re: Reporting Errors:
« Reply #577 on: January 30, 2015, 03:44:19 AM »

A question,  in the base game, the 0.45, there Rukia Kuchiki, but I have never crossed, all the other characters in Bleach are there, but not her.
Normal?


( sorry for my english , i use google trad )

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #578 on: January 30, 2015, 08:58:24 AM »
A question,  in the base game, the 0.45, there Rukia Kuchiki, but I have never crossed, all the other characters in Bleach are there, but not her.
Normal?


( sorry for my english , i use google trad )

I believe that she is missing a file :(
Like what we're doing?

Offline Destriss

  • Newbie
  • *
  • Posts: 10
Re: Reporting Errors:
« Reply #579 on: January 30, 2015, 09:22:33 AM »

Well I know that when I looked in the files of the game or installing files girls, there's pictures, a file girls.x too.


You think you could try to recreate a file for 0.45?

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #580 on: January 30, 2015, 09:37:12 AM »
Well I know that when I looked in the files of the game or installing files girls, there's pictures, a file girls.x too.


You think you could try to recreate a file for 0.45?

She is not native to PyTFall, you can just use search and download her pack from Wm mods section... I've attached it in any case.
Like what we're doing?

Offline Destriss

  • Newbie
  • *
  • Posts: 10
Re: Reporting Errors:
« Reply #581 on: January 30, 2015, 10:44:16 AM »
Thank you, how to see if the girl appears in play quickly enough? Because it's like the characters in One Piece, I know they are there but on a new part that I do, they do not appear, normal, or may take some time for them to appear?

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #582 on: January 30, 2015, 12:28:20 PM »
Thank you, how to see if the girl appears in play quickly enough? Because it's like the characters in One Piece, I know they are there but on a new part that I do, they do not appear, normal, or may take some time for them to appear?

They all should appear with equal chance. There could in theory be some fields messing stuff up but it's to difficult to trace atm. I don't even have Alpha code setup anymore.
Like what we're doing?

Offline Destriss

  • Newbie
  • *
  • Posts: 10
Re: Reporting Errors:
« Reply #583 on: January 30, 2015, 12:50:56 PM »

perhaps to the girls as a slave on girls who have problems appear with Kushina Uzumaki, when I said she was there as a slave and appeared immediately on a current game.


Maybe to a survey of girls who are struggling to appear and be like that.


it can solve some problems of this kind I think

Offline Xela

  • Global Moderator
  • *****
  • Posts: 6893
  • "It's like hunting cows"
Re: Reporting Errors:
« Reply #584 on: January 30, 2015, 12:55:47 PM »
There is a small chance that status of the girls that fail to appear is messed up. I am not going to fix it for the Alpha, but I'll look into this issue (if there is one) for the next version. Kushina is supposed to be free the best I remember, at the very least I've fought with her on the team in the Arena.
Like what we're doing?