SmoothUI 1.7 - Map Icons & Patching!
Comments
-
if your remember user name doesnt work do this
goto My Documents>crossfire
open SaveIdData.dat with notepad
change first line to 1 to save id or 0 to not save it
then on the second line change it to your user name an example is mine
--CHECK 1
--ID reddeath68
the check tells it to remember the id if its set to the value of one
and the id is your user name make sure there is exactly one space between the word id and your user name same for the word check and the numareic value
ill post a simpler way to do it later -
ok i finished the easier way just post the code thats in the quote tags into notepad and save as id.bat
then just double click the newly created file and follow the instructions on screen
for those who dont trust me i am more then willing to explain everypart of the code so you can fully understand how it works@echo off
echo Would you like crossfire to remember your user name? [y/n]
>nul set /p "answer=remember? "
if /i "%answer%" == "y" goto :change
if /i "%answer%" == "n" goto :uncheck
:change
cls
Echo What is your username?
>nul set /p "var2=name "
cls
echo You have selected %var2% as your username is this correct? [y/n]
>nul set /p "var= "
cls
echo %var%
if /i "%var%" == "y" goto :make
if /i "%var%" == "n" goto :change
cls
echo You have selected an invalid option press any key to choose again.
>nul pause
goto :change
:make
cd "%userprofile%\My Documents\Cross Fire"
cls
echo --CHECK 1>SaveIdData.dat
echo --ID %var2%>>SaveIdData.dat
echo Your username has been successfully saved, you may now press any key to exit.
>nul pause
exit
:uncheck
cd "%userprofile%\My Documents\Cross Fire"
echo --CHECK 0>SaveIdData.dat
echo Your username will no longer be remembered, you may press any key to exit.
>nul pause -
i've gotten most of the programming done and a bit of the script files done, it's mostly just the image work to do which will be done sometime after my exams or during half term (next week).Any rough estimated date on the next release? -
AlienWareWP wrote: »It doesnt work...
Heres what I get:
file is changed: W[2007] L[0]
crossfire.exe
It's actually because you were trying to open CrossFire while they were updating the game.
I got the same error to and i re-installed the game, but then I read a thread that says its the devs just updating the game. >.>
Wish I knew that earlier. :rolleyes:
Categories
- All Categories
- Z8Games
- Off-Topic - Go To Game OT Forums
- 1 Z8 Forum Discussion & Suggestions
- 16 Z8Games Announcements
- Rules & Conduct
- 5.2K CrossFire
- 951 CrossFire Announcements
- 942 Previous Announcements
- 2 Previous Patch Notes
- 1.4K Community
- 122 Modes
- 600 Suggestions
- 85 Clan Discussion and Recruitment
- 274 CF Competitive Forum
- 19 CFCL
- 26 Looking for a Team?
- 700 CrossFire Support
- 52 Suggestion
- 116 Bugs
- 28 CrossFire Guides
- 166 Technical Issues
- 47 CrossFire Off Topic

