Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ SMAUG
➜ SMAUG coding
➜ Adding new object data corrupting area files.
Adding new object data corrupting area files.
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Valna
(15 posts) Bio
|
Date
| Sun 11 Apr 2004 02:26 AM (UTC) |
Message
| I had expected this to happen when i began to start adding
pObjIndex data, but i thought i had covered all the bases.
I was simply trying to add a new array. Value2[6]. Following
basically the same format as the value array already in place.
placing code in the same places in save.c such as fwrite_obj and load_obj.
Now i knew going in this was going to change the area version
and the like, but i'm having trouble getting value2 index values
to save to the .are files. I editted db.c to write value2
to the area files as well. but as far as i can tell it still
does not write them when the area file is created...
Here is an example of objects written under the different
code:
#OBJECTS
#200
anchor object~
an anchor object~
An anchor object is lying on the ground~
~
13 1073741824 0
0 0 0 0 value
1 0 0
#OBJECTS
#700
dagger~
a dagger~
A dagger is here.~
~
5 1073741824 32769
12 10 3 2 value
0 10 0 0 value2
1 0 0
everything appears correct to me. it writes the field in
the .are files as i anticipated. However when i attempt to load it
crashes.. any thoughts?
| Top |
|
Posted by
| Valna
(15 posts) Bio
|
Date
| Reply #1 on Sun 11 Apr 2004 03:28 AM (UTC) |
Message
| nevermind, i just needed to add that set of values to all existing objects in the area.lst and remove a conditional statement from the load_objects function. sorry for the
wasted subject. | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
8,651 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top