View previous topic :: View next topic |
Author |
Message |
Aerisarn
Joined: 11 Mar 2008 Posts: 14
|
Posted: Sun Jun 01, 2008 15:16 Post subject: Nwn functions not working? |
|
|
Is It possible that from latest nwnx linux beta and nwnx_functions i can't get the whole object description?
here's my nwnx_fn.log, please let me know if there's something else relevant to post
Code: |
NWNX Functions V.1.8.6-beta2
(c) 2004 by the APS/NWNX Linux Conversion Group
Based on the Win32 version (c) 2003 by Ingmar Stieger (Papillon)
(c) by virusman, 2006-2007
visit us at http://www.avlis.org
GetObjByOID: 080B99C0
GetPlayer: 080AEB18
GetFaction: 080AB08C
GetFactionEntry: 080B9094
ChangeFaction: 081D41AC
GetObjectFactionEntry: 08111658
GetFactionLeader: 081D53C0
GetZCoordinate: 080D4C7C
GetAreaByID: 080AF26C
GetIsWalkable: 080D4E28
GetModule: 080AEBB0
SetMovementRate: 0815BB14
ActionUseSkill: 08129E1C
DisconnectPlayer: 082A8420
RemoveObjectFromLocation: 08119D48
AddObjectToLimboList: 081BE4B4
All functions set
* Module loaded successfully.
Request: "GETDESCRIPTION"
Params: " "
|
and this is the description part i got
Code: |
[Sun Jun 1 15:08:07] DCS: SetLocalConvoScreensFromText: Text: Una Cameriera <init_screen>welcome</init_screen>
<screen_1>
<name>welcome</name>
<message>Welcome to Dynamic Convo System</message>
<script_handler></script_handler>
<option_1>
<text>Yeah! Finally</tex
|
As you notice, the description is broken. Any clue?[/code] |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
Posted: Sun Jun 01, 2008 18:15 Post subject: |
|
|
A ticket has been created for this bug:
http://nwn.virusman.ru/trac/nwnx2-linux/ticket/1
GetDescription is outdated: it doesn't use the new memory allocating features from NWNX 2.7, so the output is limited by the length of the spacer. Just extend it or wait for a new version of NWNX Functions. |
|
Back to top |
|
|
virusman
Joined: 30 Jan 2005 Posts: 1020 Location: Russia
|
|
Back to top |
|
|
|