Game Development Community

Read-only problem with windows xp

by inman · in Torque Game Engine · 12/23/2008 (10:42 am) · 3 replies

Hey, I'm running through the first tutorial on the TDN and I'm encountering a read-only problem on XP when trying to save a new mission (the first step in the tutorial).

I've reset permissions, set C:/torque to be shared, granted full control access for all users, but I'm still encountering the read-only error.

When I check the directory (c:\torque\tgea_1_7_1\GameExamples\Stronghold\game\scriptsAndAssets\data\missions) there are two new .ml files created, but not my mission with its new name.

The error I receive is: "Mission file 'C:/..../missions/newMissionName' is read-only".

Any thoughts?

#1
12/28/2008 (10:29 am)
Did you ever find a solution to this problem? I started running through the same tutorial and hit the same error using TGEA 1.7.1 on Vista.
#2
12/28/2008 (10:48 am)
Weird error but to get around it was easy. Click the Save as type drop down and select All Files (*.*) instead of the default of Torque Mission Files (*.mis)

Hope this helps.
#3
01/02/2009 (9:10 am)
Hi, yes, that almost worked, thanks! I switched the type option to All Files (*.*) but then had to give my filename an explicit .mis extension. Then it saved the file without error.