Newbie questions
-
- Plus (Size) Member
- Posts: 51
- Joined: 2010.07.19 (15:52)
Hello
I dont really get how this work, how do I place the yellow drones and the other new stuff on my maps? Becuse they dont exist in the stage builder.
I dont really get how this work, how do I place the yellow drones and the other new stuff on my maps? Becuse they dont exist in the stage builder.
-
- Global Mod
- Posts: 1596
- Joined: 2008.09.26 (13:10)
- NUMA Profile: http://nmaps.net/user/gloomp
- MBTI Type: INTP
- Location: Troy, New York
- Contact:
You need to edit the level code (a.k.a. the stuff in the top box in the level editor [a.k.a. "stage builder"]) in certain ways to make NReality features. For information on how to that, refer to this extremely helpful guide, and/or someone knowledgeable in such matters.

- Admin
- Posts: 2332
- Joined: 2008.09.27 (16:53)
- NUMA Profile: http://www.nmaps.net/user/Aidiera :3
- Steam: www.steamcommunity.com/id/
- MBTI Type: INTJ
- Location: Phoenix, Arizona
- Albany, New York
- Posts: 526
- Joined: 2008.09.26 (05:41)
- NUMA Profile: http://nmaps.net/user/cucumber_boy
- Steam: www.steamcommunity.com/id/
- MBTI Type: ESTP
- Location: Southern California, USA
- Contact:
Insert shameless plug *here*
-
- Plus (Size) Member
- Posts: 51
- Joined: 2010.07.19 (15:52)
I have now spent like 6-7 hours infront of the computer testing NReality.
Now I know alot, alot!
But I there is sitll some things I cant make.
How can I make these?
http://www.nmaps.net/159383
http://www.nmaps.net/160105
The Tank & The Bomb Drone
Now I know alot, alot!
But I there is sitll some things I cant make.
How can I make these?
http://www.nmaps.net/159383
http://www.nmaps.net/160105
The Tank & The Bomb Drone
- Admin
- Posts: 2332
- Joined: 2008.09.27 (16:53)
- NUMA Profile: http://www.nmaps.net/user/Aidiera :3
- Steam: www.steamcommunity.com/id/
- MBTI Type: INTJ
- Location: Phoenix, Arizona
I believe he got them from this thread. You might be able to use kk's ModMaster link above to actually make the mechanics of the drones, since Animator only makes the images. If you don't get drone modding, just post in this thread.

//--^.^--\\
\\.:.^.:.//
-
- Plus (Size) Member
- Posts: 51
- Joined: 2010.07.19 (15:52)
I already downloaded those image drones by Animator.
I also already know how to modify drones using ModMaster 1.4
But lets talk about The Tank, so this is a drone that move, and behind it is a gauss turret that move behind the drone.
There is no code in ModMaster allowing gauss turret to move, and I dont know how to do it.
Some help?
I also already know how to modify drones using ModMaster 1.4
But lets talk about The Tank, so this is a drone that move, and behind it is a gauss turret that move behind the drone.
There is no code in ModMaster allowing gauss turret to move, and I dont know how to do it.
Some help?
- Admin
- Posts: 2332
- Joined: 2008.09.27 (16:53)
- NUMA Profile: http://www.nmaps.net/user/Aidiera :3
- Steam: www.steamcommunity.com/id/
- MBTI Type: INTJ
- Location: Phoenix, Arizona
You might want to try PMing UniverseZero for the data, or just take it directly from the map.NPLUS wrote:I already downloaded those image drones by Animator.
I also already know how to modify drones using ModMaster 1.4
But lets talk about The Tank, so this is a drone that move, and behind it is a gauss turret that move behind the drone.
There is no code in ModMaster allowing gauss turret to move, and I dont know how to do it.
Some help?

//--^.^--\\
\\.:.^.:.//
- Depressing
- Posts: 1989
- Joined: 2008.09.28 (01:10)
- NUMA Profile: http://nmaps.net/user/UniverseZero
- Steam: www.steamcommunity.com/id/universezero/
- MBTI Type: ENTJ
- Location: The City of Sails, The Land of the Long White Cloud
- Contact:
Aw, you guys are talking about me! I didn't realise I was so famous. :D
Anyway, I got a couple of PMs over the last week talking about those maps, and I think I should posts the replies for anyone else that may have troubles.
Anyway, I got a couple of PMs over the last week talking about those maps, and I think I should posts the replies for anyone else that may have troubles.
Universezero, whilst talking about the moving gauss in his level The Tank wrote:Ah, so that's what you want to do! Personally, I don't use ModMaster; it stops you from understanding how the Nreality code works... and it has its limitations, like this one.
You can make just about any object in Nreality move like a drone does. Here's an example of one:
Again, look at the link and it will tell you what each of the numbers after the ^^^ mean. I wrote a lot of it, so it's a fairly trustworthy source. ^_^Code: Select all
3^444,252^^^,2,2,7
~Uzi
Universezero talking about the x and y offsets for custom icons wrote:The x and y offset determine how close or far away the icon going over the object is. For instance, if your x offset is very high, then the icon will not be directly over the object; it will be far away to the right of this. If you leave the x and y offset at 0, you'll most likely end up like this:
( Where the cluster of 8s is a drone, and the cluster of 4s are the custom icon. Obviously, in this case, the drone and the icon are the same size. )Code: Select all
88 88 44 44
Generally, you have to tweak the offsets to -12 and 12 (I'm not sure which is x and which is why, so just try them out) if you're using a drone and a custom icon the size of a drone. However, for some objects you may want to adjust it to make sure that the icon is in the correct position relative to the object.
~Uzi
-
- Plus (Size) Member
- Posts: 51
- Joined: 2010.07.19 (15:52)
Thanks to Universezero for the anwser.
I now understand how to make gauss turret move, and made my own map, using Animators Tank.
Now I got another two questions:
- When I add a custom image for a drone, the custom image dont rotate when the drone change direction, the "eye" of the drone is always on the same angel. Is it possible to make it rotate? Prehaps with a GIF Image?
- Sorry Universezero for being so annyoing, but this is my last question to you, can you explain how you made that bomb omb drone?
So how this works, is when this bomb omb drone "walk" into a mine, the N guy dies. But I have no clue have to make this.
I now understand how to make gauss turret move, and made my own map, using Animators Tank.
Now I got another two questions:
- When I add a custom image for a drone, the custom image dont rotate when the drone change direction, the "eye" of the drone is always on the same angel. Is it possible to make it rotate? Prehaps with a GIF Image?
- Sorry Universezero for being so annyoing, but this is my last question to you, can you explain how you made that bomb omb drone?
So how this works, is when this bomb omb drone "walk" into a mine, the N guy dies. But I have no clue have to make this.
- Depressing
- Posts: 1989
- Joined: 2008.09.28 (01:10)
- NUMA Profile: http://nmaps.net/user/UniverseZero
- Steam: www.steamcommunity.com/id/universezero/
- MBTI Type: ENTJ
- Location: The City of Sails, The Land of the Long White Cloud
- Contact:
No problem. Glad to help. ^_^NPLUS wrote:Now I got another two questions:
- When I add a custom image for a drone, the custom image dont rotate when the drone change direction, the "eye" of the drone is always on the same angel. Is it possible to make it rotate? Prehaps with a GIF Image?
- Sorry Universezero for being so annyoing, but this is my last question to you, can you explain how you made that bomb omb drone?
So how this works, is when this bomb omb drone "walk" into a mine, the N guy dies. But I have no clue have to make this.
For the first question, you can't make the image rotate. Sorry, but it's just not possible. With a gif though? That -might- be possible, although it would only work if A) The drone always changed direction at the exact same time, i.e. it doesn't stop moving, and B) The person playing the map started playing once the custom icon had loaded, which is unlikely. So yes, it may be possible, but it would be damn hard.
For the second question... ugh, no, that's not how I did it at all. What I did is I simply made the gausses move with the drone (which you now know how to do) and then added properties to the gausses so that if you stayed within sight of them for a certain amount of time, they would fire. I believe I did this by increasing the PrefireDelay very high and then adjusting the Aim Speed to be really fast, so it would never miss. More info on that here.
Oh, and just so you know, what you said about the mine triggering the gausses could technically be possible. I don't know much about area triggers, but an example on what you described can be found here, along with some information here.
Triggers are quite hard, so if you plan to make one... good luck. :P
Hope that helps.
Who is online
Users browsing this forum: No registered users and 0 guests