Jump to content

Website, documentation, is it gone forever ?


zefklop

Recommended Posts

The website has been down for a long time now. I assume that you plan to repair it one day, but where can I find useful information without disturbing you evrytime I search something ?

 

For example, I am trying to implement thieving skills. In order to do that, I must define a function such as GemRB.Thieving (on the model of GemRB.SpellCast), but I could not find where GemRB.SpellCast was defined !!!

Link to comment

GemRB.SpellCast and any GUIScript functions are defined in C++ code.

The GUIScript plugin implements all the GemRB.* commands.

You must know C++ to add new guiscript commands.

 

Though i believe pickpocket doesn't need too much python code, just change the cursor to PickPocket ;)

 

Of course it isn't possible yet, but it will be something like:

 

GemRB.GameControlSetTargetMode (TARGET_MODE_ALL | TARGET_MODE_THIEVING)

 

Somehow i overlooked this ;)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...