gfxgfx
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
gfx gfx
gfx
572363 Posts in 510035 Topics by 8218 Members - Latest Member: zaq003 February 13, 2025, 01:44:00 pm
*
gfx*HomeHelpSearchCalendarLoginRegistergfx
gfxgfx
0 Members and 1 Guest are viewing this topic.       « previous next »
Pages: 1 ... 5 6 [7] 8 9 ... 18 Print
Author Topic: Map Editor Download  (Read 183194 times)
Morden Tral
Administrator
1337+
*

E-Cock: 128
Offline Offline

Posts: 9684



« Reply #90 on: May 18, 2007, 08:07:36 pm »

MMM...my post sounded kinda testy....didn't mean it that way teddy
Logged

RogueTeddyBear
1337+
******

E-Cock: 226
Offline Offline

Posts: 2891


Plastic Sealed


WWW
« Reply #91 on: May 18, 2007, 08:13:14 pm »

It's ok

You can make it up to me by having right click in the minmap view go to the large/edit view instead of the gui view and have a left click go to gui view.

Im sure you can capture mousekey presses right?
Logged

I am teddy, ama
Morden Tral
Administrator
1337+
*

E-Cock: 128
Offline Offline

Posts: 9684



« Reply #92 on: May 18, 2007, 08:52:49 pm »

thats a good idea
Logged

Morden Tral
Administrator
1337+
*

E-Cock: 128
Offline Offline

Posts: 9684



« Reply #93 on: May 18, 2007, 09:13:26 pm »

Update nigga
Logged

zorg
Apprentice
*

E-Cock: 0
Offline Offline

Posts: 59


« Reply #94 on: May 19, 2007, 08:28:56 pm »

Isn't it possible to make it so the editor deletes a selected object with the delete button?
Logged
#zx.pr0jk
Global Moderator
1337+
*

E-Cock: 203
Offline Offline

Posts: 4137


WWW
« Reply #95 on: May 19, 2007, 09:19:53 pm »

Isn't it possible to make it so the editor deletes a selected object with the delete button?

I would suggest that as well. However, it does do that for some things. Dunno if it's in the current build but I remember doing it sometime.
Logged

Everyone, are you ready for doom? Because I blacken the sun and bloody the moon.
select
NEWB


E-Cock: 0
Offline Offline

Posts: 15


« Reply #96 on: May 21, 2007, 01:38:49 am »



Download at: www.noxhub.net (download the release for the new version)

Please install with the "Setup.exe" file instea dof the NoxTools.msi file, this will insure that you correctly install the new vc++ runtimes that are required to run the map editor. If you load the editor and it fails to run right away (you did not install properly), please look to the setup folder and find vcredist.exe and run it.


Enjoy.


Hello! I installed setup.exe and NoxTools.msi files but  Map Editor does not work!!!I have WinXp sp2.
Logged
#zx.pr0jk
Global Moderator
1337+
*

E-Cock: 203
Offline Offline

Posts: 4137


WWW
« Reply #97 on: May 21, 2007, 01:43:09 am »

You have a better chance of getting your problem resolved by going into ventrillo when people are on. Usually it just takes explaining your situation in parts.
Logged

Everyone, are you ready for doom? Because I blacken the sun and bloody the moon.
RogueTeddyBear
1337+
******

E-Cock: 226
Offline Offline

Posts: 2891


Plastic Sealed


WWW
« Reply #98 on: May 21, 2007, 04:42:37 am »

Hello! I installed setup.exe and NoxTools.msi files 

you dont need to instal noxtools.msi...
Logged

I am teddy, ama
Morden Tral
Administrator
1337+
*

E-Cock: 128
Offline Offline

Posts: 9684



« Reply #99 on: May 21, 2007, 12:14:38 pm »

What exactly is the map editor doing?
Logged

select
NEWB


E-Cock: 0
Offline Offline

Posts: 15


« Reply #100 on: May 21, 2007, 02:48:53 pm »

What exactly is the map editor doing?

I load the editor and it fails to run. I run vcredist.exe but it  does not help.

AdminTool.exe does not work too
it writes this:
Version: 1.0.2678.26638

Object reference not set to an instance of an object.
   at NoxTrainer.PlayerList.LoadBanList()
   at NoxTrainer.PlayerList..ctor()
   at NoxTrainer.MainWindow.InitializeComponent()
   at NoxTrainer.MainWindow..ctor()
   at NoxTrainer.MainWindow.Main()


Any ideas?
« Last Edit: May 21, 2007, 02:50:59 pm by select » Logged
Morden Tral
Administrator
1337+
*

E-Cock: 128
Offline Offline

Posts: 9684



« Reply #101 on: May 21, 2007, 03:10:01 pm »

Did you install .net 2.0?

You need that to run the programs.
VCRedist is just the new c++ runtimes, you still need .net 2.0

Download a simple install of it here: www.noxhub.net/dotnetfx.zip

Install that (dotnetfx.exe) and then reinstall the VCRedist just in case .net 2.0 overwrote it.

The .net framework installs from the XP install but it is an option...so you might not have done so when you had your OS installed.
Logged

Morden Tral
Administrator
1337+
*

E-Cock: 128
Offline Offline

Posts: 9684



« Reply #102 on: May 23, 2007, 02:21:10 pm »

Wall variations added in, mapeditor.exe updated zorg.
Logged

zorg
Apprentice
*

E-Cock: 0
Offline Offline

Posts: 59


« Reply #103 on: May 23, 2007, 02:41:08 pm »

Yeah I noticed and it works perfectly.

How do I define own colours for the tiles?
Logged
Morden Tral
Administrator
1337+
*

E-Cock: 128
Offline Offline

Posts: 9684



« Reply #104 on: May 23, 2007, 03:28:02 pm »

Open ScriptFunctionList.cs


Find the following

Code:
    public enum tilecolors : uint
    {
        // A,R,G,B
        Mud = 0xFF5E250C,
        StoneLight = 0xFFC0C0C0,
        Lava = 0xFFEE0012,
        WaterDeep = 0xFF053E65
    };

insert a new color by adding its name, then its color value in hex.

Color =: Alpha,Red,Green,Blue

ex: Mud = 0xFF5E250C  (you have the , if its not the last member)

You can get color codes from paintshop and photoshop if ur lazy.


The map editor compiles this automactically on run, your fucked up comp might palce the new dll in the same directory though so you might have to manually move it to your noxtools directory.
Logged

gfx
Pages: 1 ... 5 6 [7] 8 9 ... 18 Print 
gfx
Jump to:  
gfx
Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.033 seconds with 25 queries.
Helios Multi design by Bloc
gfx
Powered by MySQL Powered by PHP Valid XHTML 1.0! Valid CSS!