This is my first map and I cant get it to appear in the multiplayer map selection screen. I have been using Rich Diesels tutorials and the .arena file isnt working for some reason. Any solutions?
-thx
Master Carter
Can you post the arena file you're using?
it is:
map yavinffa
longname Yavin Courtyard
type duel ffa team
and the file is located in gamedata\base\scripts and called yavinffa.arena, and is saved as a .txt file.
It is saved as a txt file? So, the filename is yavinffa.arena.txt? That won't work, it needs to be yavinffa.arena. Other than that, it looks fine.:)
you forgot your quotes...
{
map "yavinffa"
longname "Yavin Courtyard"
type duel ffa team
}
Also it is easier to save it as a .txt and rename it to .arena.
"Also it is easier to save it as a .txt and rename it to .arena."
Unless you're one of those people who has "Hide file extensions for know file types" enabled, then you'll never get anywhere :p
Originally posted by WadeV1589
"Also it is easier to save it as a .txt and rename it to .arena."
Unless you're one of those people who has "Hide file extensions for know file types" enabled, then you'll never get anywhere :p
your right... forgot about that :p
whenever i save the yavinffa.arena file it automatically makes it a .txt! is there anything I can switch off to fix this?
also, what would you put under type for a power duel game?
-thx
Originally posted by WadeV1589
"Also it is easier to save it as a .txt and rename it to .arena."
Unless you're one of those people who has "Hide file extensions for know file types" enabled, then you'll never get anywhere :p
Doesn't Windows have this ON by default? How stupid of them.:p
Shouldnt it be:
{
map "yavinffa"
longname "Yavin Courtyard"
type duel ffa team
}
Originally posted by Merovingian
Shouldnt it be:
{
map "yavinffa"
longname "Yavin Courtyard"
type duel ffa team
}
yeah but I though he/she would have stuck them in... I'll edit my post.
Originally posted by gotcha8903
whenever i save the yavinffa.arena file it automatically makes it a .txt! is there anything I can switch off to fix this?
Make sure when you save it, in the file type window, make sure "All Files" is selected - it will then use the file extension you give it, and not add a common one to it.
Yeah, M$ Winblows keeps pissing me off, all the crap. Oh man, I've messed with XP a few times, and that's probably the shortest I've ever gone from "oh, hello there new computer" to "I damn you to the deepest reaches of computer hell you god damn POS!!!"
heheheheh. Sorry.
Just type "yavinffa.arena", WITH the quotes..
For those of you wanting to disable the stupid hide file extensions thing (in XP):
Go into any folder
In the Tools menu go to Folder Options.
Click the View tab
Find "Hide extensions for known file types" and uncheck it.
Click OK
Originally posted by WadeV1589
For those of you wanting to disable the stupid hide file extensions thing (in XP):
Go into any folder
In the Tools menu go to Folder Options.
Click the View tab
Find "Hide extensions for known file types" and uncheck it.
Click OK
same for 98SE too :D
thanks, the "yavinffa.arena" wih the quotes worked. Anyone know what the type name is for power duel?
-thanks again
powerduel
:D yeah.. simple. I just looked in the .arena file in assets0.pk3 :p
ok thanks, i didnt know you could the .arena files.