Quote:
Originally Posted by dummesel111
Hey Leute.
Ich wollte mal fragen ob man mit dem ResourceTool von -PinkiWinki- ,als Beispiel die Smash-Rifle in eine Minegun umwandeln.Das,das Aussehen der Smash bestehen bleibt sie aber wie die Minegun "funktioniert".
Schonmal im voraus danke für die Antworten ;)
|
Ja, kann man. Man muss
!glaube ich! die
.lua-Datei von der
Smash ein bisschen verändern und die
attackattribindexer.lua-Datei. Leider kenn' ich mich nicht mit der
attackattribindexer-Datei, respektiv mit
Lua aus.
Quote:
Originally Posted by ZjadlbymBuraka
How to add a new map to the DM with Resource Tool? I want to add or replace map Arena to the Deathmatch. I know that only I will be see this map
|
Quote:
Originally Posted by Forbidi
You can't.
|
There is a way! ;)
The file to change maps to into modes is:
map.x7
I will add pictures later, maybe!
-
Tutorial:
-Open the ResourceTool:
Go to xml
and search map.x7 and save it on your desktop or wherever you want..
-
Save a backupfile!
-Open map.x7 in Notepad++ oder the normal Notepad.
Now the "tricky" part:
-All
map-id who has the
mode_numer="1" is a
DM-map:
You search the map that you want to change into Neo Arena, for example Neden 01 into Neo Arena:
PHP Code:
<map id="2">
<base map_name_key="MAPNAME_2" mode_number="1" limit_player="12" index_number="8"/>
<resourse bginfo_path="Resources/MapInfo/bginfo-Neden01.ini" previewinfo_path="Resources/XUI/Image/Lobby/Map_select/neden01.tga"/>
<switch kr="on" eu="on" cn="on" th="on" tw="on" jp="on" id="on"/>
-You change the <resourse bginfo_path="Resources/MapInfo/bginfo-Neden01.ini" into <resourse bginfo_path="Resources/MapInfo/bginfo-neo_arena.ini:
PHP Code:
<map id="2">
<base map_name_key="MAPNAME_2" mode_number="1" limit_player="12" index_number="8"/>
<resourse bginfo_path="Resources/MapInfo/bginfo-Neden01.ini" previewinfo_path="Resources/XUI/Image/Lobby/Map_select/neden01.tga"/>
<switch kr="on" eu="on" cn="on" th="on" tw="on" jp="on" id="on"/>
into:
<map id="2">
<base map_name_key="MAPNAME_2" mode_number="1" limit_player="12" index_number="8"/>
<resourse bginfo_path="Resources/MapInfo/bginfo-neo_arena.ini" previewinfo_path="Resources/XUI/Image/Lobby/Map_select/neden01.tga"/>
<switch kr="on" eu="on" cn="on" th="on" tw="on" jp="on" id="on"/>
(If you're searching other .ini-files and u don't know the names:
-Open the ResourceTool:
-Go to resources and then mapinfo
-There are all .ini-files from the maps)
-Save your modified map.x7-file and replace it in the ResourceTool.
-Go to "File" at the top and save it!
-Open S4 and make a room and go to DeathMatch.
-Search Neden 1 and Neden 1 should be replace by the Arenamap.
NOTE:
-Only u see it, the other players play the normal Neden 1 map.
-You spawn above the enemies or under the enemies.
-The enemies don't see you or just a little bit!
-It doesn't have the Arenasystem (1v1)!
If you have
problems, send me a
PM and i'll give you my skypename.