Guest book

28.11.2013 01:06 Guest
Guide for modding read, but on trade there really is nothing. Can anyone have a working link to the mod Moonbear'a? There must be the right script and much more interesting for the balance of the game. Thank you ;)
Sergey A. Zhukov, answer to: Guest
The latest version of the mod Moonbear'a 2.5 and it works correctly only with the mod Derflingerea version 6.0! Apart from it does not work!
Therefore, do not Save link as version 7.4 does not work.
But I can ask at fans of the game, I think they are in store and left the old version of the mod and Derflinger'a this mod.
28.11.2013 12:56 Guest
Try to replace if elapsed_time> = 0 on: got the complete absence of the emergence anything else that vendors sell, except the mass of unnecessary things that were previously sold them protagonist. Actually, I wanted to solve the problem of overstocking junk dealers by radical renewal of assortment for each call to him. How do you make that all sold stuff from accumulation from shopkeepers, and simply disappeared when the next deal?
25.11.2013 08:33 Guest
To add written that I play with mods laid out here, but I think many things are better balanced fashion Moonbear'a, according to the readme for him (self mod, unfortunately, forgotten, dead links). Quietly I pick the game files and even has a little progress, so I decided to tweak the trade. With Python'om not familiar, but in a text editor to edit the game files can. Oh, to know the details ...
Sergey A. Zhukov, answer to: Guest
Compiled information about modding and allocated in a separate section . Understand! :)
25.11.2013 08:11 Guest
Good day! With great interest I read the materials of the site and guest book, so thank you so much personally Sergey and all the guests who writes and do not forget good old Fall: LDoG!
My question is - how to make each visit completely changed from the merchants range (but only one of those items that every trader can trade)? Thank you!
Sergey A. Zhukov, answer to: Guest
I do not know how exactly, but the range is updated after a certain time, if Mods Derflinger'a. Time depends on the complexity of the game. If it is necessary to range updated every time when you start trading, you can replace the line:
if elapsed_time > = timerepr . time ( update_time_limit ()) :

on line:
if elapsed_time > = 0:

file scripts / object_events.py
24.11.2013 12:24 Guest
please tell me how to replace the SG model, for example, model Agnes?
Sergey A. Zhukov, answer to: Guest
Simply no model, it consists of several parameters, such as to obtain a model Agnes, you must perform two commands:
objects.set_attributes ("ALTER_EGO",
model = "high",
gender = "female",
skin = "white",
clothes = "SET_NORMAL_CLOTHES_3",
face = "luise")

character.update_appearance ("ALTER_EGO")

----------------------------
"ALTER_EGO" - an identifier of the protagonist.

"High" - a collection of models, variant: "low", "high", "child", "special". Model variants and identifiers clothes texture and individuals add a separate page, a little later.

"Female" - female, male - "male"

"White" - color, options:

"Black", "white", "red", "grey", but not all models have a certain color.

"SET_NORMAL_CLOTHES_3" - identifier texture clothing list is available in the file scripts character_py.py, note that a set of different textures of clothing for each model!

"Luise" - identifier texture person, the list of options the same place where clothes texture, just below the list of clothing. Just different, depending on the model!
Sergey A. Zhukov, answer to: Guest
Here, nakidal page in more detail .
Development by Sergey A.Zhukov 2007-2012