Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
RedFusion - 15.01.2018

(Download Links + How-To @ the end of the post)
This thread contains
version 3 of the map editor.
Version 1 can be found here:
https://sampforum.blast.hk/showthread.php?pid=3316027#pid3316027
Version 2 can be found here:
https://sampforum.blast.hk/showthread.php?pid=3789899#pid3789899
Features:- Objects + Colors, Texture and Text Support.
- Vehicles + Fast & Easy Tuning.
- Pickups
- Actors + Animations.
- Player Attachments
- Categories for Models, Vehicles, Skins and Textures.
- Toolbar Instant access to a wide array of useful options.
- Offset Editor Edit the offset of attached objects easily with keys.
- Map File Management Wipe, Load & Save your maps.
- Ingame Help Menu Contains credits, keystrokes and information about the script.
- Category Manager Edit categories and their content.
- Edit Marker A yellow arrow indicating which item is being edited.
- RemoveBuilding Support You can now remove & re-create buildings.
What's New?- Edit Marker
- Simplified Texturing, Texting & Coloring Objects
- Categories + Category Manager
- New Browser Design
- Toolbar with More Options
- Huge amounts of minor tweaks
Screenshots:
If you want your map to be featured here, PM me some screenshots of your map. If it's good enough and created using this map editor it will be added along with your name.
...More Pictures Here!
The map shown in the pictures above is included in the map editor package.
Credits:
How To:
Download everything required, download links can be found further down this post.
How to Compile:- Extract mapedit.pwn to your filterscripts folder.
- Extract the folder mapedit and its' content to your filterscripts folder.
- Extract strlib.inc to your pawno/includes folder.
- Extract sscanf2.inc to your pawno/includes folder.
- Compile the code using pawno.
- If the compilation was successful you should have the file mapedit.amx in your filterscripts folder now.
OR- Extract mapedit.amx to your filterscripts folder.
Before Loading:- Extract sscanf.dll (windows) / sscanf.so (linux) to your plugins folder.
- Add sscanf (windows) / sscanf.so (linux) to your plugins line in your server.cfg file.
- Create a folder in your scriptfiles folder and name the new folder maps.
- Extract mapedit.db from the map editor package to your scriptfiles folder.
- Extract mapedit_maps.db from the map editor package to your scriptfiles folder.
How to Load:- Add mapedit to your server.cfg filterscripts line, then start your server.
OR- Type loadfs mapedit in the server console window once opened, then press enter.
Troubleshooting:
If something doesn't work as it should, try using a blank gamemode combined with the map editor filterscript!
Example provided below.
(Thanks to
Kwarde for the tip)
pawn Code:
#include <a_samp>
main() { }
public OnGameModeInit() {
AddPlayerClass(0, 0, 0, 0, 0, 0, 0, 0 ,0 , 0 ,0);
}
Download:
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
Matz - 15.01.2018
This one's interface is fancy, good job Fusez
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
RedFusion - 15.01.2018
Quote:
Originally Posted by Matz
This one's interface is fancy, good job Fusez
|
Thanks! I spent alot of time getting it right.
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] - justice96 - 15.01.2018
Well done, thanks for this!
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
RogerCosta - 16.01.2018
Fucking nice. Soon i test this version. Version 1 is awesome, version 2 i don't like (dialogs sucks), but this version is really Beautiful.
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
liguanhua123 - 16.01.2018
Good Work,But how to start, there is no command?
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
PT - 16.01.2018
Very nice job i like you keeping improving this.
Very nice
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
RogerCosta - 16.01.2018
Quote:
Originally Posted by liguanhua123
Good Work,But how to start, there is no command?
|
Load the filterscript and press "Y" for open editor.
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
josea12f - 16.01.2018
Woow
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
RedFusion - 16.01.2018
Quote:
Originally Posted by justice96
Well done, thanks for this!
|
Quote:
Originally Posted by RogerCosta
Fucking nice. Soon i test this version. Version 1 is awesome, version 2 i don't like (dialogs sucks), but this version is really Beautiful.
|
Quote:
Originally Posted by PT
Very nice job i like you keeping improving this.
Very nice
|
Quote:
Originally Posted by liguanhua123
Good Work,But how to start, there is no command?
|
Quote:
Originally Posted by josea12f
Woow
|
I'm glad you guys appreciate the work put in here!
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
Pottus - 17.01.2018
This is a really well made FS with an extensible design!
5-Stars from me the work put in here transcends almost every filterscript on the forum. I know the struggle to go the extra mile and there is definitely some work here that did just that. A big part for me with Texture Studio was the interface which lead to an evolving prototype system to bring some high level features to Textdraw manipulation. That system on it's own could be it's own project and release and overall the interface took a lot of time to get right.
I like to see all the new innovations you have come up with for map editing and I think it shows we are slowly moving into a new era of refined in-game map editors. I still think there is a lot of room to grow and at some point someone will release a map editor that brings us into that new era.
One more thing, I think you got way too many screens it takes a while to scroll down and read through the first post a bit annoying.
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
iAmir - 17.01.2018
Didn’t test that yet cuz I’m on my iPhone . but hey! That interface !!! Awesome Man! Gonna test it asap
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
KyNe - 17.01.2018
Wow goodjob
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
BiKode - 17.01.2018
Well now, I'll spend all my time to test everything xD
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
Risq - 17.01.2018
Nice Update

Thank you very much for your beautiful work. I love it
Greets
Risq l Mapping
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
RedFusion - 17.01.2018
Quote:
Originally Posted by Pottus
This is a really well made FS with an extensible design!
5-Stars from me the work put in here transcends almost every filterscript on the forum. I know the struggle to go the extra mile and there is definitely some work here that did just that. A big part for me with Texture Studio was the interface which lead to an evolving prototype system to bring some high level features to Textdraw manipulation. That system on it's own could be it's own project and release and overall the interface took a lot of time to get right.
I like to see all the new innovations you have come up with for map editing and I think it shows we are slowly moving into a new era of refined in-game map editors. I still think there is a lot of room to grow and at some point someone will release a map editor that brings us into that new era.
One more thing, I think you got way too many screens it takes a while to scroll down and read through the first post a bit annoying.
|
I appreciate the constructive criticism in your posts, some of the improvements i made to this editor were points you brought up in the past threads.
The high level textdraw library / features sounds interesting, i'll take a look at it and the texture studio in general, it might ignite some new ideas.
Quote:
Originally Posted by iAmir
Didn’t test that yet cuz I’m on my iPhone . but hey! That interface !!! Awesome Man! Gonna test it asap
|
Quote:
Originally Posted by KyNe
Wow goodjob
|
Quote:
Originally Posted by BiKode
Well now, I'll spend all my time to test everything xD
|
I'm glad you like it!
Quote:
Originally Posted by Risq
Nice Update  Thank you very much for your beautiful work. I love it
Greets
Risq l Mapping
|
Thank you! I hope this tool will take your mapping to the next level, i've seen your maps and some of them are really impressive!
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
Saddin - 17.01.2018
I don't know why but my dialogs won't response at all, dialogs are shown but no reactions when I click them.
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
RedFusion - 17.01.2018
Make sure you return 0 at the end of your OnDialogResponse if none of the dialogid's match, in both your gamemode and any other filterscripts that you load.
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
cuber - 17.01.2018
Everything looks great. Well done.
Re: Fusez's Map Editor (Version 3) [Dynamic Categories] [Improved] [Best of Version 1&2 Combined] -
DonaldDuck - 18.01.2018
Glad to see the new updates. Rep