From 1 people with a family with children + work and doing it as a hobby dont wait a fast update.more than a year..... didn't even get a single update yet!! T_T
I thought we were kinda close to a release around new years, when it seemed like Goldo was almost done adding new features & working on debugging... But after that he decided to not prioritize a release and start adding more features again. I say let the man cook, it'll be done whenever it's done.Do we have any concept of when the next update will be? He's released the 0.3.ini file in prep of the new version a couple weeks ago and he's not done any patches to 0.2 since fall.
Also, he may be the only one working on the main story stuff but it seems like a whole slew of people are writing events for him, giving bug reports, and doing essentially all of them major graphic stuff. It's not like he has an artist who is trying to keep up with development but can't...
Give your bug reportsRunning ver 0.2 and used the patch to overwrite game files.. and using the recomened girl pack in the girl forlder directory..
However everytime i try to sell a girl it comes up with this...
Running ver 0.2 and used the patch to overwrite game files.. and using the recomened girl pack in the girl forlder directory..
```
Brothel King 0.2 v220211R
```
Yeah I kinda wish the game had an auto-levelling system, seeing that little icon annoys me when I can't be assed checking each individual girl every day, especially when the game starts getting a bit slow.Is there any way to turn off the level up notification (preferably for specific girls)? Often happens when you spent all your perk points but are limited by rank so you can't spend it until possibly a lot later. It's not a huge deal, but it does irk me like having a pebble in your shoe.
Goldo says:Is there any way to turn off the level up notification (preferably for specific girls)? Often happens when you spent all your perk points but are limited by rank so you can't spend it until possibly a lot later. It's not a huge deal, but it does irk me like having a pebble in your shoe.
Goldo said:If you're not afraid to get your hands a little dirty, open 'BKscreen_home.rpy' in notepad or a code editor, look for line 197:
And comment out 'b = True' by adding a hashtag (#) in front of it.Code:if girl.perk_points or girl.can_spend_upgrade_points(): b = True break
Well I downloaded the patch you linked already...and extracted to the BK directory and overwrote any files that were there.. so unless im suposed to something differnt to patch it.. I dont know.. why they cant just released a patched game file of the latest version like ever other cracked/dl game IDK.According to the error report you're not running the
You must be registered to see the links.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKstart.rpy", line 86, in script
$ calendar.updates()
File "game/BKstart.rpy", line 86, in <module>
$ calendar.updates()
File "game/BKclasses.rpy", line 2753, in updates
weekly_updates(new_district)
File "game/BKfunctions.rpy", line 2501, in weekly_updates
cycle_free_girls()
File "game/BKfunctions.rpy", line 580, in cycle_free_girls
girl.location = game.locations[i]
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKstart.rpy", line 86, in script
$ calendar.updates()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/BKstart.rpy", line 86, in <module>
$ calendar.updates()
File "game/BKclasses.rpy", line 2753, in updates
weekly_updates(new_district)
File "game/BKfunctions.rpy", line 2501, in weekly_updates
cycle_free_girls()
File "game/BKfunctions.rpy", line 580, in cycle_free_girls
girl.location = game.locations[i]
File "renpy/python.py", line 992, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Fri May 19 00:47:04 2023
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKmain.rpy", line 930, in script
with Dissolve(0.3)
File "game/BKscreens.rpy", line 4300, in execute
screen home():
File "game/BKscreens.rpy", line 4300, in execute
screen home():
File "game/BKscreens.rpy", line 4304, in execute
use right_menu
File "game/BKscreen_home.rpy", line 6, in execute
screen right_menu():
File "game/BKscreen_home.rpy", line 6, in execute
screen right_menu():
File "game/BKscreen_home.rpy", line 12, in execute
vbox ypos 0.1 xalign 1.0 xfill False spacing 20:
File "game/BKscreen_home.rpy", line 32, in execute
frame:
File "game/BKscreen_home.rpy", line 65, in execute
grid 2 rows:
File "game/BKscreen_home.rpy", line 107, in execute
use right_menu_postings
File "game/BKscreen_home.rpy", line 337, in execute
screen right_menu_postings():
File "game/BKscreen_home.rpy", line 337, in execute
screen right_menu_postings():
File "game/BKscreen_home.rpy", line 347, in execute
textbutton "{u}P{/u}ostings":
File "game/BKscreen_home.rpy", line 347, in keywords
textbutton "{u}P{/u}ostings":
File "game/BKscreen_home.rpy", line 352, in <module>
tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.")
AttributeError: 'NPC' object has no attribute 'quests'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKmain.rpy", line 930, in script
with Dissolve(0.3)
File "renpy/ast.py", line 1443, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1684, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2762, in do_with
clear=clear)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/BKscreens.rpy", line 4300, in execute
screen home():
File "game/BKscreens.rpy", line 4300, in execute
screen home():
File "game/BKscreens.rpy", line 4304, in execute
use right_menu
File "game/BKscreen_home.rpy", line 6, in execute
screen right_menu():
File "game/BKscreen_home.rpy", line 6, in execute
screen right_menu():
File "game/BKscreen_home.rpy", line 12, in execute
vbox ypos 0.1 xalign 1.0 xfill False spacing 20:
File "game/BKscreen_home.rpy", line 32, in execute
frame:
File "game/BKscreen_home.rpy", line 65, in execute
grid 2 rows:
File "game/BKscreen_home.rpy", line 107, in execute
use right_menu_postings
File "game/BKscreen_home.rpy", line 337, in execute
screen right_menu_postings():
File "game/BKscreen_home.rpy", line 337, in execute
screen right_menu_postings():
File "game/BKscreen_home.rpy", line 347, in execute
textbutton "{u}P{/u}ostings":
File "game/BKscreen_home.rpy", line 347, in keywords
textbutton "{u}P{/u}ostings":
File "game/BKscreen_home.rpy", line 352, in <module>
tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.")
AttributeError: 'NPC' object has no attribute 'quests'
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Fri May 19 00:49:38 2023
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/BKmain.rpy", line 955, in script
$ result = ui.interact()
File "game/BKmain.rpy", line 955, in <module>
$ result = ui.interact()
File "game/BKscreens.rpy", line 4300, in execute
screen home():
File "game/BKscreens.rpy", line 4300, in execute
screen home():
File "game/BKscreens.rpy", line 4304, in execute
use right_menu
File "game/BKscreen_home.rpy", line 6, in execute
screen right_menu():
File "game/BKscreen_home.rpy", line 6, in execute
screen right_menu():
File "game/BKscreen_home.rpy", line 12, in execute
vbox ypos 0.1 xalign 1.0 xfill False spacing 20:
File "game/BKscreen_home.rpy", line 32, in execute
frame:
File "game/BKscreen_home.rpy", line 65, in execute
grid 2 rows:
File "game/BKscreen_home.rpy", line 107, in execute
use right_menu_postings
File "game/BKscreen_home.rpy", line 337, in execute
screen right_menu_postings():
File "game/BKscreen_home.rpy", line 337, in execute
screen right_menu_postings():
File "game/BKscreen_home.rpy", line 347, in execute
textbutton "{u}P{/u}ostings":
File "game/BKscreen_home.rpy", line 347, in keywords
textbutton "{u}P{/u}ostings":
File "game/BKscreen_home.rpy", line 352, in <module>
tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.")
AttributeError: 'NPC' object has no attribute 'quests'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/BKmain.rpy", line 955, in script
$ result = ui.interact()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/BKmain.rpy", line 955, in <module>
$ result = ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/BKscreens.rpy", line 4300, in execute
screen home():
File "game/BKscreens.rpy", line 4300, in execute
screen home():
File "game/BKscreens.rpy", line 4304, in execute
use right_menu
File "game/BKscreen_home.rpy", line 6, in execute
screen right_menu():
File "game/BKscreen_home.rpy", line 6, in execute
screen right_menu():
File "game/BKscreen_home.rpy", line 12, in execute
vbox ypos 0.1 xalign 1.0 xfill False spacing 20:
File "game/BKscreen_home.rpy", line 32, in execute
frame:
File "game/BKscreen_home.rpy", line 65, in execute
grid 2 rows:
File "game/BKscreen_home.rpy", line 107, in execute
use right_menu_postings
File "game/BKscreen_home.rpy", line 337, in execute
screen right_menu_postings():
File "game/BKscreen_home.rpy", line 337, in execute
screen right_menu_postings():
File "game/BKscreen_home.rpy", line 347, in execute
textbutton "{u}P{/u}ostings":
File "game/BKscreen_home.rpy", line 347, in keywords
textbutton "{u}P{/u}ostings":
File "game/BKscreen_home.rpy", line 352, in <module>
tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.")
AttributeError: 'NPC' object has no attribute 'quests'
Windows-10-10.0.22621
Ren'Py 7.4.11.2266
Brothel King 0.2 v220711
Fri May 19 00:53:20 2023
Either you put the girl packs the wrong way or you didnt have enough packs. The first 1 commes from the problem that the game cant put enough girls in to the city. The others are just follow ups becuse you ignored the first error.I have been having issues trying to run version 0.2 .
I have added mods, that were working before but I have now been getting an exception right at the start after skipping the intro and picking the game mode/character, which I am able to ignore. Another exception right after pick what my shop starts out as, which I can again ignore, and finally another exception right after ignoring the past exception. I am not sure if i added something in the wrong way or not, I have tried re downloading, but still am having issues.
Here are the 3 exceptions.
----------------
First one after intro and game starting selections:
----------------
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/BKstart.rpy", line 86, in script $ calendar.updates() File "game/BKstart.rpy", line 86, in <module> $ calendar.updates() File "game/BKclasses.rpy", line 2753, in updates weekly_updates(new_district) File "game/BKfunctions.rpy", line 2501, in weekly_updates cycle_free_girls() File "game/BKfunctions.rpy", line 580, in cycle_free_girls girl.location = game.locations[i] IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/BKstart.rpy", line 86, in script $ calendar.updates() File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "game/BKstart.rpy", line 86, in <module> $ calendar.updates() File "game/BKclasses.rpy", line 2753, in updates weekly_updates(new_district) File "game/BKfunctions.rpy", line 2501, in weekly_updates cycle_free_girls() File "game/BKfunctions.rpy", line 580, in cycle_free_girls girl.location = game.locations[i] File "renpy/python.py", line 992, in __getitem__ rv = list.__getitem__(self, index) IndexError: list index out of range Windows-10-10.0.22621 Ren'Py 7.4.11.2266 Brothel King 0.2 v220711 Fri May 19 00:47:04 2023
-----------
Second error, coming after shop type selection:
-----------
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/BKmain.rpy", line 930, in script with Dissolve(0.3) File "game/BKscreens.rpy", line 4300, in execute screen home(): File "game/BKscreens.rpy", line 4300, in execute screen home(): File "game/BKscreens.rpy", line 4304, in execute use right_menu File "game/BKscreen_home.rpy", line 6, in execute screen right_menu(): File "game/BKscreen_home.rpy", line 6, in execute screen right_menu(): File "game/BKscreen_home.rpy", line 12, in execute vbox ypos 0.1 xalign 1.0 xfill False spacing 20: File "game/BKscreen_home.rpy", line 32, in execute frame: File "game/BKscreen_home.rpy", line 65, in execute grid 2 rows: File "game/BKscreen_home.rpy", line 107, in execute use right_menu_postings File "game/BKscreen_home.rpy", line 337, in execute screen right_menu_postings(): File "game/BKscreen_home.rpy", line 337, in execute screen right_menu_postings(): File "game/BKscreen_home.rpy", line 347, in execute textbutton "{u}P{/u}ostings": File "game/BKscreen_home.rpy", line 347, in keywords textbutton "{u}P{/u}ostings": File "game/BKscreen_home.rpy", line 352, in <module> tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.") AttributeError: 'NPC' object has no attribute 'quests' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/BKmain.rpy", line 930, in script with Dissolve(0.3) File "renpy/ast.py", line 1443, in execute renpy.exports.with_statement(trans, paired) File "renpy/exports.py", line 1684, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "renpy/display/core.py", line 2762, in do_with clear=clear) File "renpy/display/core.py", line 3325, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3737, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 436, in visit_all callback(self) File "renpy/display/core.py", line 3737, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 447, in per_interact self.update() File "renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/BKscreens.rpy", line 4300, in execute screen home(): File "game/BKscreens.rpy", line 4300, in execute screen home(): File "game/BKscreens.rpy", line 4304, in execute use right_menu File "game/BKscreen_home.rpy", line 6, in execute screen right_menu(): File "game/BKscreen_home.rpy", line 6, in execute screen right_menu(): File "game/BKscreen_home.rpy", line 12, in execute vbox ypos 0.1 xalign 1.0 xfill False spacing 20: File "game/BKscreen_home.rpy", line 32, in execute frame: File "game/BKscreen_home.rpy", line 65, in execute grid 2 rows: File "game/BKscreen_home.rpy", line 107, in execute use right_menu_postings File "game/BKscreen_home.rpy", line 337, in execute screen right_menu_postings(): File "game/BKscreen_home.rpy", line 337, in execute screen right_menu_postings(): File "game/BKscreen_home.rpy", line 347, in execute textbutton "{u}P{/u}ostings": File "game/BKscreen_home.rpy", line 347, in keywords textbutton "{u}P{/u}ostings": File "game/BKscreen_home.rpy", line 352, in <module> tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.") AttributeError: 'NPC' object has no attribute 'quests' Windows-10-10.0.22621 Ren'Py 7.4.11.2266 Brothel King 0.2 v220711 Fri May 19 00:49:38 2023
----------------
Finally the last exception after ignoring the last
----------------
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/BKmain.rpy", line 955, in script $ result = ui.interact() File "game/BKmain.rpy", line 955, in <module> $ result = ui.interact() File "game/BKscreens.rpy", line 4300, in execute screen home(): File "game/BKscreens.rpy", line 4300, in execute screen home(): File "game/BKscreens.rpy", line 4304, in execute use right_menu File "game/BKscreen_home.rpy", line 6, in execute screen right_menu(): File "game/BKscreen_home.rpy", line 6, in execute screen right_menu(): File "game/BKscreen_home.rpy", line 12, in execute vbox ypos 0.1 xalign 1.0 xfill False spacing 20: File "game/BKscreen_home.rpy", line 32, in execute frame: File "game/BKscreen_home.rpy", line 65, in execute grid 2 rows: File "game/BKscreen_home.rpy", line 107, in execute use right_menu_postings File "game/BKscreen_home.rpy", line 337, in execute screen right_menu_postings(): File "game/BKscreen_home.rpy", line 337, in execute screen right_menu_postings(): File "game/BKscreen_home.rpy", line 347, in execute textbutton "{u}P{/u}ostings": File "game/BKscreen_home.rpy", line 347, in keywords textbutton "{u}P{/u}ostings": File "game/BKscreen_home.rpy", line 352, in <module> tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.") AttributeError: 'NPC' object has no attribute 'quests' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/BKmain.rpy", line 955, in script $ result = ui.interact() File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "game/BKmain.rpy", line 955, in <module> $ result = ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3325, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3737, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 436, in visit_all callback(self) File "renpy/display/core.py", line 3737, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 447, in per_interact self.update() File "renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/BKscreens.rpy", line 4300, in execute screen home(): File "game/BKscreens.rpy", line 4300, in execute screen home(): File "game/BKscreens.rpy", line 4304, in execute use right_menu File "game/BKscreen_home.rpy", line 6, in execute screen right_menu(): File "game/BKscreen_home.rpy", line 6, in execute screen right_menu(): File "game/BKscreen_home.rpy", line 12, in execute vbox ypos 0.1 xalign 1.0 xfill False spacing 20: File "game/BKscreen_home.rpy", line 32, in execute frame: File "game/BKscreen_home.rpy", line 65, in execute grid 2 rows: File "game/BKscreen_home.rpy", line 107, in execute use right_menu_postings File "game/BKscreen_home.rpy", line 337, in execute screen right_menu_postings(): File "game/BKscreen_home.rpy", line 337, in execute screen right_menu_postings(): File "game/BKscreen_home.rpy", line 347, in execute textbutton "{u}P{/u}ostings": File "game/BKscreen_home.rpy", line 347, in keywords textbutton "{u}P{/u}ostings": File "game/BKscreen_home.rpy", line 352, in <module> tooltip __("Learn about available classes and quests.\n") + str(len(quest_board.quests)) + __(" quest") + plural(len(quest_board.quests)) + __(" and ") + str(len(quest_board.classes)) + __(" class") + plural(len(quest_board.quests), __("es")) + __(" are currently available.") AttributeError: 'NPC' object has no attribute 'quests' Windows-10-10.0.22621 Ren'Py 7.4.11.2266 Brothel King 0.2 v220711 Fri May 19 00:53:20 2023
No you didn't. You cant get rid of her from the city. But you can change her traits with King's Way mod.so imma just forgetting something or was there a way to get rid of a city girl if u didn't like her traits?
where do i get this mod at?No you didn't. You cant get rid of her from the city. But you can change her traits with King's Way mod.
The way you can make her "disappear" is either you wait until she's gone from the city (takes a lot of time) or you hire her then dismiss her (take some time + gold but still faster).
You can find itwhere do i get this mod at?
are these mods up to date cuz its say they aren't on the page that is?You can find itYou must be registered to see the links.
Just click on the mod's tab and you should see it. All mod's are working just fine with the current version of the game.are these mods up to date cuz its say they aren't on the page that is?