A new mount added to the repo plus a correction.

Discussion about the development of POL's official distribution scripts.

Moderators: POL Developer, Distro Developer

Post Reply
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

A new mount added to the repo plus a correction.

Post by Yukiko »

I added the Windrunner to both the Distro- Alt and the "distro". Also on May 7 2017 when I added the new mounts I inadvertently placed the updated parts of BrainAI in the root directory of the "distro" under \systems\BrainAI instead of where they were supposed to be, under \pkg\systems\BrainAI. That is fixed.

I didn't include the Fame and Karma values for the windrunner in the Edwards' "distro" because he doesn't appear to use Fame and Karma and we figured it might cause some confusion if those values were present in only one NPC.

Again, thanks to ThisIsMe, our spy in the enemy's camp, for the info on the Windrunner mount.
boberski
Grandmaster Poster
Posts: 275
Joined: Tue Oct 15, 2013 12:00 pm

Re: A new mount added to the repo plus a correction.

Post by boberski »

Updating TestShards! :grouphug:
boberski
Grandmaster Poster
Posts: 275
Joined: Tue Oct 15, 2013 12:00 pm

Re: A new mount added to the repo plus a correction.

Post by boberski »

Alt distro get:

Code: Select all

Compiling: /home/ancaria/099-alt/scripts/ai/tamed.src
Token 'c3ECC' cannot follow token '0L'
Error compiling statement at /home/ancaria/099-alt/scripts/ai/tamed.src, Line 633
Error compiling statement at /home/ancaria/099-alt/scripts/ai/tamed.src, Line 583
Error compiling statement at /home/ancaria/099-alt/scripts/ai/tamed.src, Line 569
Error in function 'OpenMyPack', File: /home/ancaria/099-alt/scripts/ai/tamed.src, Line 633

Error in function 'OpenMyPack'.
Also runtime error:

Code: Select all

Error reading configuration file config/npcdesc.cfg:
        Expected '{' on a blank line after element type
        Near line: 229
        Element started on line: 228
Error reading configuration file config/npcdesc.cfg:
        Expected '{' on a blank line after element type
        Near line: 229
        Element started on line: 228
Server Shutdown: load_npc_intrinsic_equip
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: A new mount added to the repo plus a correction.

Post by Yukiko »

Hmm.. I seem to create more bugs each time I post updates. Let me look at it. Looks like it's just a typographical error based on your compile errors. Probably the same for the npcdesc.cfg file as well.
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: A new mount added to the repo plus a correction.

Post by Yukiko »

Yep, I accidentally hit the 'c' key instead of the 'x' key when putting in the new mounttype, 0x3ECC, in tamed.src and I left a line of erroneous text in the npcdesc.cfg file. It's been fixed on the repo.
boberski
Grandmaster Poster
Posts: 275
Joined: Tue Oct 15, 2013 12:00 pm

Re: A new mount added to the repo plus a correction.

Post by boberski »

I'm here for you buddy... More tests are better :)
Post Reply