Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Army Builder Forums > Army Builder
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
ace at madbomber.net
Guest
 
Posts: n/a

Old February 10th, 2003, 07:21 AM
OK, I need the assistance of the group, because I'm stumped.

David Brons and I are in the process of completing all of the
Inquisitor file updates I've been too lazy to make over the past
year . However, one of the requests i've received is to create
a "custom weapon" option, so that players can create their own
weapons, where one is not available.

I think this is a great idea, and am in the process of implementing
it. However, I didn't want there to be a 20 page list of options to
select, so I'm trying to borrow an idea that I saw in the new 40k
chaos file--using the 'tabl' attribute.

Specifically, i'm attempting to use 'ztbl', which is the "tweaks"
version of 'tabl'.

What I'm trying to do is this:

For a custom pistol, there is only ever one range for the weapon--
it's either Range A, or Range J, for example. So I want the user to
select their range using the 'ztbl' attribute. Looking at the code
for the chaos.40k file, I believe I've put the attribute together
correctly, and it lets me save it (meaning there are no errors in it).

However, I've specified a list of about 20 ranges or so to appear in
the table/list--all but one of those "tweak" options are in
the "inquisitor.inq" file, while the last one is in
the "customweapons.inq" file. When I launch AB to look at what I've
created, the tabled tweak/option shows up for "Custom Pistol", but it
only has 2 options, and they don't correlate to anything that I've
created (they do, somehow--but I don't get it!).

So--what am I doing wrong? I've put a folder in the files
section, "temporary inquisitor file problem", if you're interested in
taking a peek. I can't figure out if it isn't working because some
of the tweaks are in "customweapons.inq" and some are
in "inquisitor.inq", or because I've keyed the data wrong, or because
of some other reason? I believe I've spelled all of the tweaks
correctly, and now I'm stumped!

Any help is appreciated.


To unsubscribe from this group, email

armybuilder-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
  #1 Reply With Quote
imhotepthearchitect at ya
Guest
 
Posts: n/a

Old February 10th, 2003, 08:33 AM
Just a note... I used tables for options (Mark of Chaos etc.). I have also used tables for tweaks, specifically when upgrading a pintle weapon. I have noticed some quirks with ztbl... notably that it won't show your Text description beyond the First 3 characters.... maybe rename the description part of the ztbl (The part before the tweak name) so they are all unique.
It may have been me, but I had an awful time getting ztbl to work.
Cheers,

"Mike E <ace@madbomber.net>" <ace@madbomber.net> wrote:OK, I need the assistance of the group, because I'm stumped.

David Brons and I are in the process of completing all of the
Inquisitor file updates I've been too lazy to make over the past
year . However, one of the requests i've received is to create
a "custom weapon" option, so that players can create their own
weapons, where one is not available.

I think this is a great idea, and am in the process of implementing
it. However, I didn't want there to be a 20 page list of options to
select, so I'm trying to borrow an idea that I saw in the new 40k
chaos file--using the 'tabl' attribute.

Specifically, i'm attempting to use 'ztbl', which is the "tweaks"
version of 'tabl'.

What I'm trying to do is this:

For a custom pistol, there is only ever one range for the weapon--
it's either Range A, or Range J, for example. So I want the user to
select their range using the 'ztbl' attribute. Looking at the code
for the chaos.40k file, I believe I've put the attribute together
correctly, and it lets me save it (meaning there are no errors in it).

However, I've specified a list of about 20 ranges or so to appear in
the table/list--all but one of those "tweak" options are in
the "inquisitor.inq" file, while the last one is in
the "customweapons.inq" file. When I launch AB to look at what I've
created, the tabled tweak/option shows up for "Custom Pistol", but it
only has 2 options, and they don't correlate to anything that I've
created (they do, somehow--but I don't get it!).

So--what am I doing wrong? I've put a folder in the files
section, "temporary inquisitor file problem", if you're interested in
taking a peek. I can't figure out if it isn't working because some
of the tweaks are in "customweapons.inq" and some are
in "inquisitor.inq", or because I've keyed the data wrong, or because
of some other reason? I believe I've spelled all of the tweaks
correctly, and now I'm stumped!

Any help is appreciated.


To unsubscribe from this group, email

armybuilder-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



--
Graham H. Tracey (40k3 Maintainer)
If we can't fix it, then it ain't broke!
40k3 Datafile Support Group: http://groups.yahoo.com/group/ab-40k3
40k3 Datafiles Bug Tracker: http://bugtrack.lscfn.ca





---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

[Non-text portions of this message have been removed]


To unsubscribe from this group, email

armybuilder-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
  #2 Reply With Quote
ace at madbomber.net
Guest
 
Posts: n/a

Old February 10th, 2003, 10:10 AM
Nope, that's what it is doing, exactly--showing the first 3 characters only!
Luckily, for this feature, I think I can fix that. Thanks for the help, and
the inspiration in the first place!
>
>Just a note... I used tables for options (Mark of Chaos etc.).
>I have also used tables for tweaks, specifically when
>upgrading a pintle weapon. I have noticed some quirks with
>ztbl... notably that it won't show your Text description
>beyond the First 3 characters.... maybe rename the description
>part of the ztbl (The part before the tweak name) so they are
>all unique.
>It may have been me, but I had an awful time getting ztbl to work.
>Cheers,
>
> "Mike E <ace@madbomber.net>" <ace@madbomber.net> wrote:OK, I
>need the assistance of the group, because I'm stumped.
>
>David Brons and I are in the process of completing all of the
>Inquisitor file updates I've been too lazy to make over the past
>year . However, one of the requests i've received is to create
>a "custom weapon" option, so that players can create their own
>weapons, where one is not available.
>
>I think this is a great idea, and am in the process of implementing
>it. However, I didn't want there to be a 20 page list of options to
>select, so I'm trying to borrow an idea that I saw in the new 40k
>chaos file--using the 'tabl' attribute.
>
>Specifically, i'm attempting to use 'ztbl', which is the "tweaks"
>version of 'tabl'.
>
>What I'm trying to do is this:
>
>For a custom pistol, there is only ever one range for the weapon--
>it's either Range A, or Range J, for example. So I want the user to
>select their range using the 'ztbl' attribute. Looking at the code
>for the chaos.40k file, I believe I've put the attribute together
>correctly, and it lets me save it (meaning there are no errors in it).
>
>However, I've specified a list of about 20 ranges or so to appear in
>the table/list--all but one of those "tweak" options are in
>the "inquisitor.inq" file, while the last one is in
>the "customweapons.inq" file. When I launch AB to look at what I've
>created, the tabled tweak/option shows up for "Custom Pistol", but it
>only has 2 options, and they don't correlate to anything that I've
>created (they do, somehow--but I don't get it!).
>
>So--what am I doing wrong? I've put a folder in the files
>section, "temporary inquisitor file problem", if you're interested in
>taking a peek. I can't figure out if it isn't working because some
>of the tweaks are in "customweapons.inq" and some are
>in "inquisitor.inq", or because I've keyed the data wrong, or because
>of some other reason? I believe I've spelled all of the tweaks
>correctly, and now I'm stumped!
>
>Any help is appreciated.
>
>


To unsubscribe from this group, email

armybuilder-unsubscribe@yahoogroups.com

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
  #3 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with the "take" attribute fusilier at kc.rr.com Army Builder 8 July 22nd, 2004 11:31 AM
Tweaks & ztbl mach_5 at rocketmail.com Army Builder 0 January 14th, 2004 10:59 AM
Inquisitor terrymaltman at hotmail.c Army Builder 5 May 11th, 2001 01:45 PM
Inquisitor sebastian.rogers at tikit Army Builder 0 April 7th, 2001 03:05 AM
"coun" local attribute problem voidhammer at yahoo.com Army Builder 2 November 1st, 2000 12:02 PM


All times are GMT -8. The time now is 08:26 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.