Jump to content

Patcha

Members
  • Posts

    55
  • Joined

  • Last visited

Blog Comments posted by Patcha

  1. Here comes the corrector! :D

     

    You wroten "NWN2 general form", instead of "forum" I think.

     

    You used the wrong link for "Glacier's Edge Sword by Freeloader", the right link is:

    http://nwvault.ign.com/View.php?view=NWN2Models.Detail&id=79

    (you used a forum-shoter version).

     

    Same thing for "Nytir's Building Construction Kit: Oriental Expansion", the right link is:

    http://nwvault.ign.com/View.php?view=NWN2Models.Detail&id=78

     

    For now I founded those... If I'll find more, I'll report them!

  2. I'm editing a module using a custom TLK files.

    If you use "Custom TLK" check it doesn't work, because it adds automatically 2147483648 to your custom ResRef value and treat it as a starndard ResRef value.

    At the contrary, if you manually add 16777216 (instead of 2147483648) to your custom ResRef and manually you treat it as starndard ResRef value, it works in the game!

     

    So the problem is Toolset uses different file names and location, and different custom ResRef values than the game!

     

    Toolset:

    Custom file shouldn't have .tlk extension and should be located in the NWN2 installation directory.

    Custom ResRef value will be treated as standard ResRef value + 2147483648.

     

    Game:

    Custom file should have .tlk extension and should be located in Documents' NWN2 tlk directory.

    Custom ResRef value will be treated as standard ResRef value + 16777216.

     

    I tested it with objects names and descriptions, with dialogues, and with scripts... and it works.

    But if you use "Toolset method", you can see toolset text, but in game you'll see standard dialog.tlk entryes (es: custom ResRef 1 will be Barbarian as standard ResRef 1).

    Instead if you use "Game method", you'll see it correctly in the game, but you'll see nothing in the toolset! So it's really hard to manage a game-working TLK module in the toolset!

     

    Sample:

    We've got custom.tlk file, with entry 0 is "Holy Mount" (:brows:) and entry 1 is "Light Ray".

    Toolset: To see it properly into the toolset, you need the file named "custom" (with no extension) in NWN2 installation folder (i.e.: C:\Programs\Atari\Neverwinter Nights 2\"), and when you'll set entry 0 as ResRef wherever, it will use 2147483648, and it will use 2147483649 for custom entry 1. But in Game you will see 0 as nothing and 1 as Barbarian, as it is in standard dialog.tlk NWN2 file!

    Game: To see it properly into the game, you need a copy of custom.tlk (with extension) in Documents\Neverwinter Nights 2\tlk folder, and to treat custom entries as standard entries + 16777216... so custom entry 0 will be 16777216 and custom entry 1 will be 16777217. But in the toolset you'll see nothing/empty!!!

     

    So, my suggestion is to fix the toolset, so the "Game method" would be valid and automatic in the Toolset, too... ;)

     

    [sorry for bad English... I can't re-read it to search for mistakes! I have to hurry! Bye!]

  3. Obivious "easier"... my mystake! o:)

    I used quotation marks just to "grab" the sense: "easy but not easy". ;)

    Actually "easier" sounds better. o:)

     

    However there is another thing useful if you'll use TLK files: you'll be able to test TLK features and report issues to Obsidian. ;)

    I'm in the habit of doing bi-laguage contents (ENG/ITA... even if I'm not so good with English), so I really look forward for TLK feature improvement! :thumbsup:

     

    I guess you didn't realice that custom TLKs doesn't work on conversations :D

    Unfortunately I do realize TLK system has some issues, yet.

    That's the second motivation I hope Rogue Dao guys will try to adopt TLK for an easy translatability of custom products.

     

    I think Rogue Dao guys are (rightly) trusted by Obisdian guys.

    So I hope them could create a direct "link" to excange TLK use informations and issues... so finally we'll have got a better international support for custom content. ;)

  4. Obivious "easier"... my mystake! o:)

    I used quotation marks just to "grab" the sense: "easy but not easy". ;)

    Actually "easier" sounds better. o:)

     

    However there is another thing useful if you'll use TLK files: you'll be able to test TLK features and report issues to Obsidian. ;)

    I'm in the habit of doing bi-laguage contents (ENG/ITA... even if I'm not so good with English), so I really look forward for TLK feature improvement! :thumbsup:

  5. [...]

    I could go on like that for a long time but truely, it's just not bout the same thing at all. the only thing in commun is we all use the same toolset.

    and that's a point... a toolset user. thats a fairly good category ! (still restrictive though ;) )

    But you are still a modder... what is extension of your files? .mod

    For instance: Rally drivers and F1 drivers should have a really different technique of driving, with different cars and on different streets... but both are drivers. ;)

    But that's just my point of view. I belive you'll rest on your opinion... and me on mine. :)

     

     

    But what I'm sure on by now, is that these poll results are due to a link and to an incitement on some PW forums... that's too much unbelivable this sudden rise on PW player option... and doubling all the others!

    The problems is that now PW players will go around forums and blogs claiming PW patchs and PW news everywhere... it's already happening on NWN2 forums' theard for 1.07 Patch Note... -_-

  6. I agree with carter in that PW builders arent the same as SP mod builders. From my point of view as a scripter, when Im working on a PW module, I tend to make numerous custom systems that enhance the game play with interesting features that players can spend their time with, such as a crafting system or housing. These things give the players something to do besides going out to kill monsters or doing quests. When Im working on an SP module, the focus tends to be more on the story and moving the player along through it, rather then creating something to distract them from it. PWs are built to last far longer then an SP mod (for each person that is) so they need such systems to entertain the players. Thats just how I see it anyway.

    These are two different way to create a module, but it's always module building! ;)

    However these are just "how YOU build modules"... Think to Official Campaign (also developers are module builders, not?), there are crafting system also in OC, not? So "distraction systems" are possible in single player modules, too.

     

    However SP and PW building may be different... but it's always module building. ;)

  7. I don't understand who (restrictively) consider himself as a "PW builder" so vote for "PW player"...

    IMHO, what are you building are always ".mod" files... so them are modules... Modules are not only "Single Player Custom Modules", modules are every ".mod" files, whatever is its final use. ;)

    And, always IMHO, also who does much things with tutorial (i.e. scripting, building area, creating UI and custom content, almost all together) is better identifiable as "Module Builders", because tutorial main production are always .mod files. ;)

     

    These are my two cents. :)

     

    However, I'm just suspecting somebody linked the poll into a PW forum and incited users to "support" PW player option... I don't know what them thinks to obtain, but if it's true, them risks only to alter results!!!

    Always IMHO, just who reads weekly news (directly here, or reported somewhere else) should vote.

     

    But it's just "IMHO"... so I could mistake on all along the line! ;)

     

    NOTE: if you go on NWVault's poll, PW player are just 5th on 10 options!

  8. [sorry for the double posting!]

     

    Seeing I punctually translate your news into a dedicated thread on an italian NWN forum... I dediced to create a clone poll into the same forum!

    I thinked that my readers could actually be intendend as your readers, so I shared the poll, too.

     

    If you are intested into those results, the link is the following: http://neverwinternights.playbyforum.forum....net/?t=8677358

     

    I know, is all Italian, but I don't expect you'll read all posts... You can just check results (when there will be some... the thread is enough new for now). The poll's question and the answers sequence are the same... so it should be easy to you to understand poll results. ;)

     

    NOTE: I advised users against voting both here and on my poll! I.e.: I voted only there (scripter) and not on my poll. ;)

  9. Props & Miscellaneous (equipable items that don't fit into any specific category - such as books and bouquets of flowers)

    If I'll found a good "equipable book" thanks to this contest, maybe I'll put it into my "Rest, Pray & Study with Obj" scripts set. ;)

    (With creator permission and credits, obviously!)

     

    I think I'll surely not be into this contest... (I know nothing about 3DsMax, for now).

    And... I think I'll not partecipate on team up contests, too...

    So... good luck and have fun to every competitor! ;)

     

     

    For Monsters Fan Art Contest, my bet was the exact contrary: 1st Ogre Mage, 2nd Shadow Reaver and 3rd Earth Elemental! :D

     

     

    PS: Rob, can we ask you specific comments about specific Fan Art Entries via PM on Official Forums?

     

     

    EDIT:

    [...]

    I didn't rename the extension. Though it looks like my Media Player will run it with either extension.

    I confirm that's an mp3 file... my WinAmp Player reads it only with ".mp3" extension. ;)

  10. LOL: I'm hearing NWN2 songs (I bought the Collector's Edition)... I created a Winamp list where I putted the MoTB Theme downloaded here, too.

     

    When the MoTB Theme starts, the dog of my neighbor starts to howl... but to me it sounds as a part of the music.

    So I said to myself "uhm... I wasn't remembering there was wolfs on background"! :D

    I have to say that wolfs' howls dosn't sount bad at the start of the MoTB Theme! :D

  11. LOL: I'm hearing NWN2 songs (I bought the Collector's Edition)... I created a Winamp list where I putted the MoTB Theme downloaded here, too.

     

    When the MoTB Theme starts, the dog of my neighbor starts to howl... but to me it sounds as a part of the music.

    So I said to myself "uhm... I wasn't remembering there was wolfs on background"! :D

    I have to say that wolfs' howls dosn't sount bad at the start of the MoTB Theme! :D

  12. I like the sound of Sakiya's voice just not the script of the chant - I suppose its supposed to be funny but its just idiotic to me.

    Ehm... I second this... and... I'm not sure about the whole spell "Mass Fowl"... it may be funny (MAY... but I'm not so sure, too)... but he taked time and resources that could be use for better things. ;)

     

    However... I hope that the "Mass Fowl" means that now chickens has every animation (as to say "attack" and "died", too... that in NWN2 are absent).

  13. As you can see... Wyvernes are really much more scaled (similar to dragons)... on back and abdomen scales "explodes" similar to projections.

    The model in the MoB screenshot, to me, seems much more as a mix of leather skin and feathers... no scales.

    Actually, that's what we thought at first, too - but WotC kindly informed us that they are, in fact, feathers, and that wyverns are feathered. So feathers they got :)

    Uhm... ok... well... but... may be much more feathers are needed... on cheek, thighs, abdomen... and we can't see the back...

    And may be not "red on brown"...

    Well... I'm still not so sure that the final job is so similar to MM Art Work... b27.gif

    This is still not convincing me...

  14. Ehm... uhm... I'm sorry if I say that... ehm... but I prefere to be sincere...

    I also checked Monster Manual to be sure... but...

    This Wyvern model don't convince me really much...

     

    As you can see...

    MM35_PG259a.jpg

    Wyvernes are really much more scaled (similar to dragons)... on back and abdomen scales "explodes" similar to projections.

    The model in the MoB screenshot, to me, seems much more as a mix of leather skin and feathers... no scales.

     

    Please don't kill me... it's only what I think... look.gif

    ... may be I'm wrong and you not... b27.gif

×
×
  • Create New...