194 982
602
-
19 août 2017
- This is still a WIP so expect updates later on.
- Please report any issues that you may be having and I will fix them.
- Any advice/recommendations are helpful, so let me know, please.
- In 1.0.3 I've included an example DLC pack.
DESC.
- This mod allows you to convert MapEditor & Menyoo maps to ymap format. Simply open the map file, and export. Don't rename the file from ymap.xml to ymap, that's not how this works. It's an openFormats file, so just drag it into OpenIV and it will be converted to ymap automatically.
INSTALLATION
- Install .NET Framework 4.5.2 or higher
- Install C++ Redist 2013
- Extract the mod files to a folder on your computer, and start ME2YM.exe to run the application.
GETTING AN ERROR?
- If you seem to be getting an error when opening a map editor and/or a menyoo file, then install this https://slimdx.org/download.php and use the x86 version for *4.0*. Also, make sure that the mod files are not in a zip archive when you run the exe. All files need to be in the same folder, besides the example dlc pack, it's not relevant to this. Hope this helps!
- Remove all ped and pickup references from your xml files, these are not supported in ymaps and you will get an xml error when trying to import the map.
CREDITS
- Credits to Unknown Modder for supplying me with a prop hash table.
- Credits to Dekurwinator for helping me with quaternion conversion from MapEditor to YMap.
- Credits to Guadmaz for being the creator of map editor.
- Credits to Dexy for source code examples. (None used but did use source as reference)
Changes 1.0.1
- Fixed parsing issues with maps that contain peds/markers.
- Fixed "new" button not working.
Changes 1.0.2
- Add support for non-dynamic objects.
- Add support for menyoo maps.
- Add a "Calc. Extents" button so people making interiors don't need to type in custom extents.
Changes 1.0.3
- Using SlimDX library.
- Add support for vehicle generators.
- Included example DLC pack. Just drop your ymaps into the custom_maps.rpf and be sure to add dlcpacks:\custom_maps\ to dlclist.xml
Changes 1.0.4
- FIXED MENYOO ROTATIONS!!!!.
- Fixed door issues w/ map editor maps.
- Misc GUI updates.
Source Code C# Voir le topic sur les forums de GTA5-Mods.com »
Première mise en ligne : 18 août 2017
Dernière mise à jour : 2 septembre 2017
Téléchargé pour la dernière fois : il y a 10 minutes
358 commentaires
More mods by sollaholla:
- This is still a WIP so expect updates later on.
- Please report any issues that you may be having and I will fix them.
- Any advice/recommendations are helpful, so let me know, please.
- In 1.0.3 I've included an example DLC pack.
DESC.
- This mod allows you to convert MapEditor & Menyoo maps to ymap format. Simply open the map file, and export. Don't rename the file from ymap.xml to ymap, that's not how this works. It's an openFormats file, so just drag it into OpenIV and it will be converted to ymap automatically.
INSTALLATION
- Install .NET Framework 4.5.2 or higher
- Install C++ Redist 2013
- Extract the mod files to a folder on your computer, and start ME2YM.exe to run the application.
GETTING AN ERROR?
- If you seem to be getting an error when opening a map editor and/or a menyoo file, then install this https://slimdx.org/download.php and use the x86 version for *4.0*. Also, make sure that the mod files are not in a zip archive when you run the exe. All files need to be in the same folder, besides the example dlc pack, it's not relevant to this. Hope this helps!
- Remove all ped and pickup references from your xml files, these are not supported in ymaps and you will get an xml error when trying to import the map.
CREDITS
- Credits to Unknown Modder for supplying me with a prop hash table.
- Credits to Dekurwinator for helping me with quaternion conversion from MapEditor to YMap.
- Credits to Guadmaz for being the creator of map editor.
- Credits to Dexy for source code examples. (None used but did use source as reference)
Changes 1.0.1
- Fixed parsing issues with maps that contain peds/markers.
- Fixed "new" button not working.
Changes 1.0.2
- Add support for non-dynamic objects.
- Add support for menyoo maps.
- Add a "Calc. Extents" button so people making interiors don't need to type in custom extents.
Changes 1.0.3
- Using SlimDX library.
- Add support for vehicle generators.
- Included example DLC pack. Just drop your ymaps into the custom_maps.rpf and be sure to add dlcpacks:\custom_maps\ to dlclist.xml
Changes 1.0.4
- FIXED MENYOO ROTATIONS!!!!.
- Fixed door issues w/ map editor maps.
- Misc GUI updates.
Source Code C# Voir le topic sur les forums de GTA5-Mods.com »
Première mise en ligne : 18 août 2017
Dernière mise à jour : 2 septembre 2017
Téléchargé pour la dernière fois : il y a 10 minutes
-
-
Lire la suite
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'SlimDX, Version=4.0.13.43, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9' or one of its dependencies. The system cannot find the file specified.
File name: 'SlimDX, Version=4.0.13.43, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9'
at YMapExporter.YMapExporter.ConvertToYMap(SpoonerPlacements spoonerPlacements)
at YMapExporter.YMapExporter.OpenToolStripMenuItem_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4075.0 built by: NET48REL1LAST
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
ME2YM
Assembly Version: 1.0.0.0
Win32 Version: 1.0.4.0
CodeBase: file:///C:/Users/abofahd/Desktop/ME2YM.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4110.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Design
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.24 janvier 2020 -
Hey guys, I found a fix for y'all. So I used the waybackmachine to download the SDK file for the SlimDX since they removed their website/redirects to some reviews pos.
Download the "SlimDX SDK (January 2012).msi"
https://web.archive.org/web/20180120055305/https://code.google.com/archive/p/slimdx/downloadsEnjoy. :)
6 mars 2020 -
@ego_Summer hey man i use enhanced native trainer menu on story mode which map mod loader is the best thatll work w my menu where i can load incertain map mods or events?
13 mars 2020 -
@nikochico56 , I usually use menyoo, but you really can use whatever you want.
15 mars 2020 -
-
good evening, I have a problem with the program, the file converts it correctly but when I open the game most of the map that I have loaded is not visible
14 avril 2020 -
-
@ego_Summer , Yeah that archive is gone. So I guess this mod is dead then....
3 juin 2020 -
-
hello good afternoon I would like a question if you have any ymap to xml file converter?
12 juin 2020 -
@ego_Summer me puedes explicar cual era tu error y como aplico esta solucion a mi no me cargan los ped ni los marcadores y muchas cosas de los mapas puedes ayudarme te lo agradeceria?
19 juin 2020 -
Here, looks like they removed it from the link posted.
https://drive.google.com/drive/folders/1qe3TgjualAaTa1H3uhxVNRbg6AAG3Oq4?usp=sharingNot sure if that is allowed (admins), but if so just lmk and remove.
Went ahead and put the folder in my drive for you guys to access/download @iammistahwolf11 juillet 2020 -
For anyone getting the failed to read file error. Please install and run all of these! https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/
28 août 2020 -
-
Guys, for "Failed to read file" error open the .xml and remove all peds and pickups you might have, it worked for me!
22 octobre 2020 -
-
-
@sollaholla pin me and make love with me