Page 1 of 1

Load replay?

Posted: 2010.09.27 (14:01)
by NPLUS
How do I load replays that I find on the internet? It just wont work.

This what I do(and it wont work).

I took a custom map and put it in userlevels.ini, in this exemple I take this map:
http://www.nmaps.net/205845

Then, on the lower-left there is a replay data box, in there I put this code:

Code: Select all

$Outright Tripe#maxiboninjawesome#fun#318:17895697|17895697|17895697|17895970|17895697|89478609|17896789|106287377|107374182|17913446|17895697|17895697|17895697|17895697|17895697|89986397|89478485|89478485|91575364|89478485|115413333|107374182|107374182|107374182|1118486|17895680|17895697|17895697|17895697|17895697|17895697|17895697|17895697|17895697|115413265|107374182|107374182|35808870|19013905|35787025|33624610|17895714|17965601|17895697|35787025|546
I use NReality, but I guess its the same with N 1.4

Help please!

Re: Load replay?

Posted: 2010.09.27 (14:43)
by golf
The problem here is that all you have is the demo data. The "formula", if you will, that you need to use is this: $MapName#author#MapType#MapData#ReplayData

So, N is trying to read the demo data as map data, and then looking for non-existent demo data. Go back to your userlevels file, and insert the map data before your demo data, and add a # symbol in between them as well. That should fix your problem.

Also, in the future, instead of

Code: Select all

 tags, please use the [map] tags for map and demo data.  It makes the page look much nicer, and doesn't stretch it out horizontally.

Re: Load replay?

Posted: 2010.09.29 (23:30)
by NPLUS
thanks