Hi all,
I have a question for your guys who develop new maps with ExultStudio. What steps are involved to create a "dungeon/cave"-type of chunks (so that the sextant doesn't work, the light goes darker and the surrounding zone is blacked out)?
How do I create one from scratch? (I'd rather avoid reusing U7's data files).
Is the list of cave-like chunks hard-coded in Exult?
Artaxerxes
exult studio and maps
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Re: exult studio and maps
I *think* it is hardcoded to shapes/chunks. Not sure though
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: exult studio and maps
thx Dominus.
I can see the file:
objs/chunks.cc@1333
but I still have pb. Can anyone tell me how they have created their dungeons?
Artaxerxes
I can see the file:
objs/chunks.cc@1333
but I still have pb. Can anyone tell me how they have created their dungeons?
Artaxerxes
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: exult studio and maps
never mind. I found how to do it.
Use shapes number:
983,
969,
183,
182,
180 or
324
put them on the ground, form a nice looking mountain, then raise them so there are at lift = 5.
Save all and reload map. Reloading the map is very important. If you don't, it won't work. Also, switch to "play" mode. It won't work if you are in "edit" mode
Artaxerxes
Use shapes number:
983,
969,
183,
182,
180 or
324
put them on the ground, form a nice looking mountain, then raise them so there are at lift = 5.
Save all and reload map. Reloading the map is very important. If you don't, it won't work. Also, switch to "play" mode. It won't work if you are in "edit" mode
Artaxerxes
Re: exult studio and maps
can you keep a log of such things? I guess that's somethign other people will stumble over at some point...
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Re: exult studio and maps
Not a bad idea. Those shape #'s are in the code somewhere. Also, the list is different for SI than for BG.
-
- Posts: 1241
- Joined: Thu May 14, 2020 1:34 pm
Re: exult studio and maps
You can't use a sextant indoors. Just make sure that there's somthing above them and it should say "'Twill not function under a roof!" when you try to use it.
At least, it works for the buildings and cave I have going in Blackrock.
on an aside: you still interested in helping with that Arty?
~ Wizardry Dragon
At least, it works for the buildings and cave I have going in Blackrock.
on an aside: you still interested in helping with that Arty?
~ Wizardry Dragon
Cheers, Wizardry Dragon
Lead Designer, Ultima VII: The Feudal Lands
www.thefeudallands.ca
Lead Designer, Ultima VII: The Feudal Lands
www.thefeudallands.ca
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: exult studio and maps
DrCode:
actually, those shape numbers are the same for SI and BG. It happens to be that the original developers were careful to keep the same shape numbers for those mountain tops. There is however an additional set for SI which is used for the frozen caves, so that you see blueish blocks around instead of black blocks.
Wizardry:
Yes I am interested. I also would like to get a hand on your documentation for ES!
Artaxerxes
actually, those shape numbers are the same for SI and BG. It happens to be that the original developers were careful to keep the same shape numbers for those mountain tops. There is however an additional set for SI which is used for the frozen caves, so that you see blueish blocks around instead of black blocks.
Wizardry:
Yes I am interested. I also would like to get a hand on your documentation for ES!
Artaxerxes
-
- Site Admin
- Posts: 1310
- Joined: Thu May 14, 2020 1:34 pm
Re: exult studio and maps
DrCode:
do you know what kind of data is stored in a combo.flx (in ES)?
Is it actual shapes or simply numbers?
The reason I ask is because I was starting to make combos of usual items like stairs and such and I was wondering how I could distribute them.
And btw, what happened to the "groups" tab? I don't see it anymore!
Thx!
Artaxerxes
do you know what kind of data is stored in a combo.flx (in ES)?
Is it actual shapes or simply numbers?
The reason I ask is because I was starting to make combos of usual items like stairs and such and I was wondering how I could distribute them.
And btw, what happened to the "groups" tab? I don't see it anymore!
Thx!
Artaxerxes
Re: exult studio and maps
It's just shape numbers and positions, so there's no reason you couldn't distribute them. If you've got useful ones for BG or SI, you could check them into CVS.