Jump to content

9 Screenshots

About This File

NEW VERSION: 

 

 

Version 0.3 - March 22nd, 2018

Changelog(0.3)

  • -Support for 1.43 added. This resource also supports 1.41 and 1.42.
  • -Added freeze/unfreeze ability for objects. (Use this on doors. Just press F to toggle)
  • -Fix duplication bug.

Changelog(0.2.2)

  • -Fix "mobj" command with string/number hash detection.

Changelog(0.2.1)

  • -Fix crash when trying to dupe map hashes.

Changelog(0.2)

  • -Dupe function (Right click objects and you can place the same object again) (Works on non-editor objects).
  • -Hash checker (Look at any object on the map, not just editor objects to check their hash).
  • -Auto adjustement in placement stage. Right click to automatically rotate/position object on the ground.
  • -Scroll improvement by loading models ahead of time.
  • -Other fixes.
  • -Some code restructure thanks to mtz64.

Changelog (0.1)

  • -Initial Release

Yes there are lack of features or some bugs, 0.1. Make bug reports/suggestions if you have any.
**Note that your current edit is autosaved every 30 seconds. To load it call '/mload autosave'.

(Yes I know commands throw "Command not found". Ignore it for now)

There are roughly 50,000 objects. The list needs a bit of cleaning but it includes many new objects not seen before such as sections of the map.

Installation:

Drop the "MapEditor" folder inside the "client_packages" folder into your own "client_packages" folder.
Merge the index.js file found inside "client_packages" with your own.

Drop the "MapEditor" folder inside the "packages" folder into your own "packages" folder.

Usage:

To start/exit the editor press F2. (NOTE THAT OBJECTS CURRENTLY IN EDIT MODE WILL REMAIN ON THE MAP. USE /mclear)
Press 1 for Selector Mode (You can click on objects, or click off to deselect)
Press 2 for Object Placement Mode
Press 3 for Adjustment Mode

Press ENTER to save objects inside Adjustment Mode. Press SPACE to rotate objects by 90 degrees in Object Placement Mode.
WASD to move around. E and Q to move up and down.
Shift to speed up movement, control to slow down movement.
Ctrl + Z to undo object creation, Ctrl + Y to redo it. This only applies to object creation for now.

Controls are defined on the screen for you. Mostly point, click, and drag.

Commands: (Yes, commands in 2018, stop crying until I make some UI framework)

/msave [name] - used to save your map
/mmaps - used to see what maps you have saved in your session

/mload [name] - used to load a map (you can load/deload as many maps as you want) (it is synced)
/mdeload [name] - used to deload a map if it is loaded (not if it's in edit mode)
/mlmaps - used to see what maps are loaded (That's an "L" not an "I")
/medit [name] - used to edit a map (it will load in client sided only and you can edit it)
/mclear - used to clear your current edit

/mindx [index number] - used to set the list index since it is a huge list
/mobj [name of hash] - used to spawned a specific object by name

API:
LoadMap(name);
DeloadMap(name);
SaveMap(name, data);

DO NOT PASS IN THE "_map.json" EXTENSION. THAT IS HANDLED ON ITS OWN. ONLY PASS THE NAME YOU SAVED IT AS.
Ex. /msave map1 - will save it as map1_map.json. To load it call /mload map1 or LoadMap("map1");

 

https://github.com/DisapprovedByMe/MapEditor


What's New in Version 0.3   See changelog

Released

Added support for 1.43. Added ability to freeze/unfreeze objects (Do this for doors). Fixed some duplication bug.

  • Like 21

User Feedback

Create an account or sign in to leave a review

You need to be a member in order to leave a review

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

TheFlorigamer

   1 of 1 member found this review helpful 1 / 1 member

hen I try to load the map, a few objects doesnt exist anymore and when I fly around the map and come back, the objects are unsorted on the air

Hejskilled

   1 of 1 member found this review helpful 1 / 1 member

Thanks for sharing:D

  • Like 1
MiLT

   1 of 1 member found this review helpful 1 / 1 member

+ rep

Firefly

   1 of 1 member found this review helpful 1 / 1 member

Thanks so much
+ rep

rchl2

   1 of 1 member found this review helpful 1 / 1 member

best

Captien

   1 of 1 member found this review helpful 1 / 1 member

Impressing timmy

Adam

   1 of 1 member found this review helpful 1 / 1 member

Very good!!! +rep

SuperiorUser

   9 of 10 members found this review helpful 9 / 10 members

Fix guide:

1) Open file "client_packages\MapEditor\Natives.js" and insert this code:

const __GameVersion__ = 2;

const __Natives__ = {
    SET_ENTITY_ALPHA: ['x44A0870B7E92D7C0'],
    RESET_ENTITY_ALPHA: ['0x9B1E824FFBB7027A'],
    GET_ENTITY_MODEL: ['0x9F47B058362C84B5']
};

const proxyNatives = new Proxy(__Natives__, {
    get: (target, name, receiver) => __Natives__[name][__GameVersion__]
});
exports = proxyNatives;

Let's try F2. Profit!

  • Like 5
slikerdev

   6 of 7 members found this review helpful 6 / 7 members

Nice. Can you Update for 1.44 ? of version 

Azexir

· Edited by Azexir

   5 of 6 members found this review helpful 5 / 6 members

Hi !
Here for Objet Database : https://cdn.rage.mp/public/odb/index.html#02gate3_l

But, you need to complete installation information.


If you need it, the Map Editor pack slips into your Rage:MP folder in > server-files.

After that, you need to launch "server.exe". Launch Rage:MP and "Direct Connect" to :
127.0.0.1:22005 (Normally this is the default)

When you are in game, wait few second for download the package, and after press "F2" and enjoy ;)

JNSRider

   3 of 4 members found this review helpful 3 / 4 members

HI

I press F2 and this https://imgur.com/a/vbpjz8O happens 

What the problem?

Pls PM with Troubleshooting

mew

   3 of 4 members found this review helpful 3 / 4 members

Awesome dude!

Trinity

   2 of 3 members found this review helpful 2 / 3 members

It's not working anymore in lastest update, I'd really like to use it in 1.46, this would save me a lot of time!
Thank for you works anyway, i hope this is gonna be updated soon 

DNP

· Edited by DNP

   2 of 3 members found this review helpful 2 / 3 members

hen I try to load the map, a few objects doesnt exist anymore and when I fly around the map and come back, the objects are unsorted on the air

  • Like 2
n0minal

   2 of 3 members found this review helpful 2 / 3 members

Awesome release, best map editor I ever seen, although is there any command to get a list of all objects with an preview or something?

MrPancakers

   2 of 3 members found this review helpful 2 / 3 members

Hottest thing out there

MrCarter

   1 of 2 members found this review helpful 1 / 2 members

I would suggest some little changes:
- reduce the speed of the camera, that's to fast for proper placement
- fixed the native for SET_ENTITY_ALPHA is wrong

https://hastebin.com/icohumugab.js
 

  • Mask 1
ragempdev

· Edited by ragempdev

   1 of 2 members found this review helpful 1 / 2 members

silly productions +rep 

notsosmart

   0 of 1 member found this review helpful 0 / 1 member

nice mod

 

maybe some ui..... when the flicker bug is fixed.....

Joshua

· Edited by Joshua

   0 of 4 members found this review helpful 0 / 4 members

Didn't realize that you were producing this for public release, looking amazing man.

 

Three stars? Pffttt

Take five.

  • Sad 1
Guest Chauncey Plant

  
債務重組 - 李建民協助你解決債務困境|債務重組 - 李建民iva收費透明|債務重組 - 李建民全港最多人選用
tom-saedinia

  

hi. how can i add my custom map to my server, can u help me ???

×
×
  • Create New...