Can objects be deleted from maps?

02/06/2012 22:47 Verontier#1
I have been searching over 2 hours for an answer with no luck. I found this same question asked in 2 different "editing" post, but, they were never answered. Is it possible to delete nonessential solid objects from a map? If so, how?

Examples: large fountain in Cronus or boxes in Misty Marsh.
02/06/2012 23:56 SZero[PM]#2
you can delete them..
look for there action's ID when u talk or click at them
and look in CQ_ACTION and find the ID and just delete the line.. and its related line.
look for id_next column and delete too.. but just make Backup before.. as i'm not 100% sure

-

Hope i Helped. if not tell me :)
02/07/2012 00:20 PowerChaos#3
he means the fontain and the cave and that kind of stuff (like that castle in cronus)

they are pure graphical and can only be removed by editing the map itself in the client

Greetings From PowerChaos
02/07/2012 00:30 SZero[PM]#4
Aha.. Sorry. got it wrong.. thought it Map (DB side)
02/07/2012 15:52 Verontier#5
Quote:
Originally Posted by PowerChaos View Post
he means the fontain and the cave and that kind of stuff (like that castle in cronus)
they are pure graphical and can only be removed by editing the map itself in the client
Greetings From PowerChaos
I found some graphical stuff for Market, player castles, paths, water, various ground types, rocks, and shore lines using GIMP 2, but, nothing for the actual city maps.
Am I using the wrong program to view/edit the city maps? Do I need to find the files and use a file extension converter to view the images in GIMP? Any help would be greatly appreciated. I have been working on this for around 8 months now (extensive makeover of the game) and this is all that stands in my way at the moment.
02/07/2012 19:35 SZero[PM]#6
search Google for DDS Plugins to GIMP or DDS Thumb. Viewer
02/08/2012 05:51 Verontier#7
I just spent the last 1 1/2 hours searching every file with GIMP + DDS Plug-in looking for the fountain in Cronus with no luck. In fact, I can't find any of the main city map objects in any of the .dds images (except market booths)...
02/08/2012 08:39 idlemonkey#8
yes you can delete them but they are built to work with the items in them if you delete something you have to fill in the hole where it used to be or you will have an empty spot (use a thumbnail viewer to easily find the dds youre looking for)
02/09/2012 19:38 Verontier#9
Quote:
Originally Posted by idlemonkey View Post
yes you can delete them but they are built to work with the items in them if you delete something you have to fill in the hole where it used to be or you will have an empty spot (use a thumbnail viewer to easily find the dds youre looking for)
Ummm... I viewed every .dds file that's in the client and there was absolutely none of the solid objects you find in the cities (fountains, boxes, etc...).
02/09/2012 20:06 PowerChaos#10
well
if you look at .\data\map\puzzle\champaign\link\rampart
then you can see alreay that part where you walk in the city ( that bridge)

but i guess the other things are in the c3 files
as my image vieuwer can not open the C3 files is it not possible for me to check them

alteasy i could find already a lot in those dds files , like the roads and the bricks and the market parts

hopely this can help you

Greetings From PowerChaos
02/10/2012 00:42 Verontier#11
Quote:
Originally Posted by PowerChaos View Post
well if you look at .\data\map\puzzle\champaign\link\rampart then you can see alreay that part where you walk in the city (that bridge) but i guess the other things are in the c3 files
That's what I was thinking, too. Is there any way of viewing c3 file?

Also, I have been trying to put it on a friend's laptop running Vista and when I start it up it goes to "TEST" client. The thing is: I renamed the client when I first started working on it on Windows 7. It even runs fine on my Win7 machine. And before anybody asks: yes, everything is done correctly. It has the same "exact" files as on my laptop.
02/10/2012 06:55 cruey#12
Yeah there is a way of viewing c3 files. You need to download bitrun. Anyway, there are no actual 3d models (c3 files) as far as it goes for map objects like the ones you speak of. Even if you edit the bits of the map out by changing their dds files, it won't change the boundaries. Which means they will probly just be invisible boundaries.
02/13/2012 04:00 PraDevil[ELITE]#13
as far from what i know the map dont have any relation to the c3 file except the map interface/object. btw to delete the object on the map you may need to edit the dmap file and get the Data.dnp extractor to extract the DDS file(you need to get Data.dnp version 1070)..its contain many of map dds file so you can edit it using ur image editor(i recommend to use photoshop) then place it on ur client where the file should be. goodluck