Author Topic: Remote access to Module  (Read 384 times)

Legacy_cmwise

  • Jr. Member
  • **
  • Posts: 62
  • Karma: +0/-0
Remote access to Module
« on: June 18, 2011, 02:10:37 am »


               I know I've seen it somewhere, but cant find it to save my life.  But there seems to be a way for builders and module administrators to share, update, exchange, modify Modules from outside computer access via internet?

Specifically, as a builder to directly but remotely add script, conversations, or area(tileset) changes to modules on another computer to an existing module whether its running live or not.

I get it that this is a rather  vague request and that there might be several if not more ways to exchange files and such via internet.

I read in several threads about some of these ideas and suggestions. But I kind of wanted to put together as many ideas and feedback as possible from the experts out there in NWN1 land. This might not be the right place to post but didnt want to get into a struggle over that either.

Any suggestions and tips would be appreciated and my thanks to you all in advance! '<img'>
               
               

               
            

Legacy_FunkySwerve

  • Hero Member
  • *****
  • Posts: 2325
  • Karma: +0/-0
Remote access to Module
« Reply #1 on: June 18, 2011, 04:40:08 am »


               The concept you're looking for is 'subversion repository'. We use one on HG for most module file types, so that all the Team members can work on the module at the same time. See, for example:
Click Me

There's also nwnx_resman, short for resource manager, by virusman, which allows you to up resources for use by the server instance, from outside the module, whether it's currently running or not. Here's a link to the NWNX forums:

Click Me

You can use that to inject scripts, creatures, items, and more, on the fly - very handy.

Funky
               
               

               


                     Modifié par FunkySwerve, 18 juin 2011 - 03:41 .
                     
                  


            

Legacy_cmwise

  • Jr. Member
  • **
  • Posts: 62
  • Karma: +0/-0
Remote access to Module
« Reply #2 on: June 18, 2011, 05:42:45 am »


               Thanks a bunch...I'm not familiar with NWNX..well havent used it. I read your posts on these two resources but wasnt sure how they are implemented. Thanks for the quick response and links!!