﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Smartlaunch Forum / Smartlaunch Support / Personal User Files </title><generator>InstantForum.NET v4.1.4</generator><description>Smartlaunch Forum</description><link>http://forum.smartlaunch.net/</link><webMaster>forum@smartlaunch.net</webMaster><lastBuildDate>Tue, 06 Jan 2009 22:48:11 GMT</lastBuildDate><ttl>20</ttl><item><title>%SL_USERNAME% NOT BEING READ BY .BAT FILE</title><link>http://forum.smartlaunch.net/Topic19401-19-1.aspx</link><description>Decided to go it alone and do my own bat files for the PUF of most of my games and personal folders &lt;/P&gt;&lt;P&gt;so far its been somewhat working but i cant see why &lt;/P&gt;&lt;P&gt;the bat files omits the SL_username when looking for the users folder&lt;/P&gt;&lt;P&gt;here is the bat script am i doing something wrong ?&lt;/P&gt;&lt;P&gt;the z: drive is a mapped drive with net use off my server &lt;/P&gt;&lt;P&gt;i got the ideas from the other users on the forum btw &lt;/P&gt;&lt;P&gt;very cool forum great source of info for new guy jumping into the gaming cafe world &lt;/P&gt;&lt;P&gt;cheers &lt;/P&gt;&lt;P&gt;____________________________________________________________________________&lt;/P&gt;&lt;P&gt;@echo &lt;BR&gt;for /f "tokens=3 delims=\" %%i in ("%USERPROFILE%") do (set user=%%i)2&amp;gt;&amp;amp;1&lt;BR&gt;for /f "skip=4 tokens=3" %%V in ('reg query HKCU\Environment /v SL_USERNAME') do set SL_USERNAME=%%V&lt;BR&gt;ECHO %SL_USERNAME%&lt;/P&gt;&lt;P&gt;Z:&lt;BR&gt;cd Z:\%SL_USERNAME%\PUF&lt;BR&gt;mkdir crysisWARHEAD&lt;BR&gt;cd crysisWARHEAD&lt;/P&gt;&lt;P&gt;&lt;BR&gt;c:&lt;/P&gt;&lt;P&gt;rd "C:\Users\Client9\Documents\My Games\Crysis_WARHEAD" /s /q&lt;/P&gt;&lt;P&gt;CLS&lt;/P&gt;&lt;P&gt;mkdir "C:\Users\Client9\Documents\My Games\Crysis_WARHEAD" &lt;/P&gt;&lt;P&gt;&lt;BR&gt;echo Loading your Saved games and configs please wait &lt;BR&gt;echo . &lt;BR&gt;echo .&lt;/P&gt;&lt;P&gt;xcopy "z:\%SL_USERNAME%\PUF\crysisWARHEAD" "C:\Users\Client9\Documents\My Games\Crysis_WARHEAD"/e /y /c&lt;/P&gt;&lt;P&gt;&lt;BR&gt;xcopy "Z:\Special files\warhead cfg\game.cfg" "C:\Users\client9\Documents\My Games\Crysis_WARHEAD" /e/y /c&lt;/P&gt;&lt;P&gt;&lt;BR&gt;cls&lt;/P&gt;&lt;P&gt;&lt;BR&gt;ECHO Loading your game please wait.....this might take sometime&lt;/P&gt;&lt;P&gt;cd\&lt;/P&gt;&lt;P&gt;cd C:\Games\Crysis WARHEAD\Bin32\&lt;BR&gt;crysis.exe&lt;/P&gt;&lt;P&gt;cls&lt;/P&gt;&lt;P&gt;echo SAVING your games and configs please wait.........&lt;BR&gt;echo .&lt;BR&gt;echo . &lt;BR&gt;echo . &lt;/P&gt;&lt;P&gt;ECHO %SL_USERNAME%&lt;BR&gt;pause&lt;/P&gt;&lt;P&gt;xcopy "C:\Users\Client9\Documents\My Games\Crysis_WARHEAD" "Z:\%SL_USERNAME%\PUF\crysisWARHEAD" /e/y/c/d&lt;/P&gt;&lt;P&gt;ECHO %SL_USERNAME%&lt;/P&gt;&lt;P&gt;pause&lt;/P&gt;&lt;P&gt;cd &lt;/P&gt;&lt;P&gt;&lt;A href="mailto:z@echo"&gt;z@echo&lt;/A&gt; &lt;BR&gt;for /f "tokens=3 delims=\" %%i in ("%USERPROFILE%") do (set user=%%i)2&amp;gt;&amp;amp;1&lt;BR&gt;for /f "skip=4 tokens=3" %%V in ('reg query HKCU\Environment /v SL_USERNAME') do set SL_USERNAME=%%V&lt;BR&gt;ECHO %SL_USERNAME%&lt;/P&gt;&lt;P&gt;Z:&lt;BR&gt;cd Z:\%SL_USERNAME%\PUF&lt;BR&gt;mkdir crysisWARHEAD&lt;BR&gt;cd crysisWARHEAD&lt;/P&gt;&lt;P&gt;&lt;BR&gt;c:&lt;/P&gt;&lt;P&gt;rd "C:\Users\Client9\Documents\My Games\Crysis_WARHEAD" /s /q&lt;/P&gt;&lt;P&gt;CLS&lt;/P&gt;&lt;P&gt;mkdir "C:\Users\Client9\Documents\My Games\Crysis_WARHEAD" &lt;/P&gt;&lt;P&gt;&lt;BR&gt;echo Loading your Saved games and configs please wait &lt;BR&gt;echo . &lt;BR&gt;echo .&lt;/P&gt;&lt;P&gt;xcopy "z:\%SL_USERNAME%\PUF\crysisWARHEAD" "C:\Users\Client9\Documents\My Games\Crysis_WARHEAD"/e /y /c&lt;/P&gt;&lt;P&gt;&lt;BR&gt;xcopy "Z:\Special files\warhead cfg\game.cfg" "C:\Users\client9\Documents\My Games\Crysis_WARHEAD" /e/y /c&lt;/P&gt;&lt;P&gt;&lt;BR&gt;cls&lt;/P&gt;&lt;P&gt;&lt;BR&gt;ECHO Loading your game please wait.....this might take sometime&lt;/P&gt;&lt;P&gt;cd\&lt;/P&gt;&lt;P&gt;cd C:\Games\Crysis WARHEAD\Bin32\&lt;BR&gt;crysis.exe&lt;/P&gt;&lt;P&gt;cls&lt;/P&gt;&lt;P&gt;echo SAVING your games and configs please wait.........&lt;BR&gt;echo .&lt;BR&gt;echo . &lt;BR&gt;echo . &lt;/P&gt;&lt;P&gt;ECHO %SL_USERNAME%&lt;BR&gt;pause&lt;/P&gt;&lt;P&gt;xcopy "C:\Users\Client9\Documents\My Games\Crysis_WARHEAD" "Z:\%SL_USERNAME%\PUF\crysisWARHEAD" /e/y/c/d&lt;/P&gt;&lt;P&gt;ECHO %SL_USERNAME%&lt;/P&gt;&lt;P&gt;pause&lt;/P&gt;&lt;P&gt;cd &lt;/P&gt;&lt;P&gt;z:</description><pubDate>Sat, 08 Nov 2008 19:11:46 GMT</pubDate><dc:creator>NETCORE.24</dc:creator></item><item><title>PUFs work for CS 1.6, but not CS Source</title><link>http://forum.smartlaunch.net/Topic18428-19-1.aspx</link><description>Ok, a tiny bit of background.  For those of us using personal Steam accounts with Smartlaunch's built-in license management, the config files are saved locally in:&lt;UL&gt;&lt;LI&gt;C:\Program Files\Smartlaunch\Client\Data\Temporary\Steam\cs\   (for Counterstrike 1.6) &lt;LI&gt;C:\Program Files\Smartlaunch\Client\Data\Temporary\Steam\css\   (for Counterstrike: Source) &lt;LI&gt;&lt;P&gt;C:\Program Files\Smartlaunch\Client\Data\Temporary\Steam\dod\   (for Day of Defeat)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And so on.  But here's the thing.  PUFs work fine with CS 1.6 and DoD, but not CS:S or DoD:S for some reason.  The simple file just won't zip and copy back to the server for the newer Steam games.  Once you log out of the client, it says it's zipping and sending info.  But then when checking back on the server PUF directory, nothing is there.  &lt;/P&gt;&lt;P&gt;Is there any reason the old Steam games work with SL, but the newer ones don't?  Can I get an SL rep to chime in on this one, too?</description><pubDate>Fri, 12 Sep 2008 21:41:33 GMT</pubDate><dc:creator>toddler4372</dc:creator></item><item><title>Spore Saved Games</title><link>http://forum.smartlaunch.net/Topic18415-19-1.aspx</link><description>Found the saved games, works fine with PUF.&lt;/P&gt;&lt;P&gt;But for whatever reason teh creatures do not come as well.&lt;/P&gt;&lt;P&gt;I am going to test the theory that the "My Spore Creation" folder also has to come with the PUF.</description><pubDate>Thu, 11 Sep 2008 12:43:08 GMT</pubDate><dc:creator>Erealmz</dc:creator></item><item><title>previous user profiles remaining after new user logs in</title><link>http://forum.smartlaunch.net/Topic18156-19-1.aspx</link><description>Hi everyone, I have this weird problem with pufs:&lt;/P&gt;&lt;P&gt;if I log in as "someone" user and make a profile in cod 4 I can play and save and it's all right, then I log out but still whenever I log back in I find my profile, so pufs transfer seems to work just fine.&lt;/P&gt;&lt;P&gt;the problem is when "someone" logs out and "anyone" logs in after him on the same pc, because he still finds "someone"'s profile in cod4... if you cancel the profile and create yours then it's all good and you will only find yours next time you log in, but if you just click join a game you will play as the old user and his stats...&lt;/P&gt;&lt;P&gt;I know it's no big deal as I just tell newcomers to erase any profile they find in games, but is just to know if someone else have had this problem and solved it maybe in the easiest way ever... I'm pretty sure it's something stupid I forgot, so if anyone knows...</description><pubDate>Mon, 11 Aug 2008 12:44:44 GMT</pubDate><dc:creator>netwars</dc:creator></item><item><title>PUF's/Documents on a different pc</title><link>http://forum.smartlaunch.net/Topic18252-19-1.aspx</link><description>Hi, i have a problem here. I want to save my PUF's and user documents on a different pc, and not at the same one that the smartlaunch server is running. Is it possible to do that? For example lets say that i have my server at a pc using windows server 03 named SERVER and a second pc using windows XP with named FILESERVER! and i just want the user PUF's and documents to be saved at FILESERVER. I figured out what to do with PUF's but i cant make the network mapping to work properly! It cant map the u: drive! at the "Network Mapping" feature of SL Server i used every possible way but it didnt work! I'm guessing that maybe i have to use some bat file! But i want to be last solution! Any ideas will be helpfull and ty in advance!</description><pubDate>Mon, 25 Aug 2008 11:41:09 GMT</pubDate><dc:creator>kyrmike</dc:creator></item><item><title>PUFing with two seperate hard drives</title><link>http://forum.smartlaunch.net/Topic17834-19-1.aspx</link><description>I have 10 computers with two hard drives, and 10 with one. How do I get a puf from the D drive on one, to the C drive on another. Please help me. I have no idea how to do this.</description><pubDate>Sat, 12 Jul 2008 08:44:27 GMT</pubDate><dc:creator>EastCoastEarthquake</dc:creator></item><item><title>Call of duty 4</title><link>http://forum.smartlaunch.net/Topic16855-19-1.aspx</link><description>Can anyone please give a easier solution for call of duty 4 reset stats problem?</description><pubDate>Sun, 16 Mar 2008 12:04:52 GMT</pubDate><dc:creator>joe83</dc:creator></item><item><title>how do i setup SL to include My Documents Menu...</title><link>http://forum.smartlaunch.net/Topic18023-19-1.aspx</link><description>Hi I just migrated to SmartlLaunch Internet Cafe Management system.&lt;br&gt;&lt;br&gt;i will be very grateful if any existing user can help with instructions on how to install the smartlaunch 4.1 server component to run as a windows service on windows server 2003. That is how to make the server run without the need for a user to logon to the windows server 2003. It will be nice to have such implementation.&lt;br&gt;&lt;br&gt;Secondly i will also appreciate if i can get help with instructions on setting "My documents" menu as part of the applications available on customer homepage which will be mapped to the users account and accessible from any of the client computers so that customers can keep their personal files there. We use to use the Pac-Manager Professional internet cafe management system which had this feature. it allowed admin to setup fixed space for every customer created with a scheduling for cleanup. indeed Pac-Manager was very integrated with active directory. unfortunate there is no support for the software anymore. it is a very thorough and robust server-client application module.&lt;br&gt;&lt;br&gt;Thirdly is there any module for controlling bandwidth of customers based on price plan, vip etc&lt;br&gt;&lt;br&gt;lastly are there any other client computer skin templates apart from the three included in the server. especially those which are not based on flash. it will be nice to have clean fast intuitive interfaces for customers. lets say customer clicks on "programs" and then sees all the programs available with their icons on a nice simple page instead of the heavy flash animations.&lt;br&gt;&lt;br&gt;much help in these configurations will bemuch appreciated.&lt;br&gt;&lt;br&gt;"The most beautiful thing to discover is the mysterious; it is the source of all true art and science.</description><pubDate>Sat, 26 Jul 2008 00:19:23 GMT</pubDate><dc:creator>Troy</dc:creator></item><item><title>PUFs for CIV4 and C&amp;C3</title><link>http://forum.smartlaunch.net/Topic17536-19-1.aspx</link><description>Hey all, has anyone figured out how to save the PUFs for Civ4 and C&amp;amp;C3, where it saves to the doc's and setting folders?   As all my computers have a dofferent "name"  Comp1, Comp2 etc, the addresses for saves are all different :(&lt;/P&gt;&lt;P&gt;At the moment I have 1 PC only that can save PUFs for these 2 games.  Comp14&lt;/P&gt;&lt;P&gt;Is there some way using * perhaps in the address?&lt;/P&gt;&lt;P&gt;Adam :)</description><pubDate>Tue, 10 Jun 2008 12:23:31 GMT</pubDate><dc:creator>SurfTheNet@Noosaville</dc:creator></item><item><title>Age of Conan Pufs</title><link>http://forum.smartlaunch.net/Topic17453-19-1.aspx</link><description>Did anyone managed to capture "Age of Conan" Personal user files???</description><pubDate>Mon, 02 Jun 2008 21:15:41 GMT</pubDate><dc:creator>Masai</dc:creator></item><item><title>Personal Interface skin for smartlaunch 4.0</title><link>http://forum.smartlaunch.net/Topic17358-19-1.aspx</link><description>Ok i have finally setup smartlaunch up and running but i bought it to the attention to the school founder and he doesn't seem to like the interface some weird reason he wants it look much like a school program.. so i did a few research and was able to the swf file on this forum but i try to convert it and when i do a test play it seems to be messed up...&lt;br&gt;&lt;br&gt;If so can anyone give me the skin fla's original&lt;br&gt; possibly all so i can explore... But i also seen a skin on beta looks wicked sweet also but still it has a gaming theme...&lt;br&gt;&lt;br&gt;I do work with marcomedia 8..&lt;br&gt;</description><pubDate>Sat, 24 May 2008 00:12:32 GMT</pubDate><dc:creator>WarrLordd</dc:creator></item><item><title>NEED Help - PUF's</title><link>http://forum.smartlaunch.net/Topic15331-19-1.aspx</link><description>Hi. Need help trying to get COD4 Single player save game and MP perks and weapon unlocks transfered to my server. Does anyone know how to do this?&lt;/P&gt;&lt;P&gt;Server: Windows Server 2003 - SP2&lt;/P&gt;&lt;P&gt;Client: XP Pro - SP2&lt;/P&gt;&lt;P&gt;PUF on transfer: On-demand&lt;/P&gt;&lt;P&gt;Type: Files/Directories&lt;/P&gt;&lt;P&gt;Directory: C:\Program Files\Smartlaunch\Server\Data\Users&lt;/P&gt;&lt;P&gt;Any help would be great&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;WGG</description><pubDate>Thu, 08 Nov 2007 01:23:31 GMT</pubDate><dc:creator>we've got game</dc:creator></item><item><title>Steam Cafe PUF's and the valvecafepc### auto assigned login</title><link>http://forum.smartlaunch.net/Topic15207-19-1.aspx</link><description>Up until recently we never bothered saving user configs and games, but with an influx of CSS, TF2, and HL gamers, we're trying to provide the service.&lt;br&gt;&lt;br&gt;Unfortunately, we have no idea how to capture the seemingly random valvecafepc#### directory to use as a variable in a batch to copy files down to the machines.&lt;br&gt;&lt;br&gt;Also, we're not quite clear what happens when steam closes, and where the PUF info is saved.&lt;br&gt;&lt;br&gt;Please help!&lt;br&gt;&lt;br&gt;Darth Chaos&lt;br&gt;The Dark Side&lt;br&gt;Sarasota, FL&lt;br&gt;darthchaos@darksidecomics.com</description><pubDate>Wed, 24 Oct 2007 22:57:12 GMT</pubDate><dc:creator>Darth_Chaos</dc:creator></item><item><title>Error when sending one PUF</title><link>http://forum.smartlaunch.net/Topic16481-19-1.aspx</link><description>I am getting an error sending PUF from all of my computers when users play CounterStrike Source. here is the error contents:&lt;br&gt;&lt;br&gt;Log from PC7: Error sending PUF: c:\program files\counter-strike source\psy counter strike source\cstrike\cfg\ // Cstrike Settings. Description: System.IndexOutOfRangeException: Index was outside the bounds of the array.&lt;br&gt;   at nsoftware.core.ipz71bu.a(ipz71i A_0)&lt;br&gt;   at nsoftware.core.ipz71bu.a(ipz71i A_0, ipz71i A_1, ipz71a A_2, ipz71p A_3, Boolean A_4, Boolean A_5)&lt;br&gt;   at nsoftware.core.ipz71bu.a(ipz71i A_0, ipz71a A_1)&lt;br&gt;   at nsoftware.core.ipz71bu.k(ipz71i A_0)&lt;br&gt;   at nsoftware.IPWorksZip.Zip.IncludeFiles(String filenames)&lt;br&gt;   at Smartlaunch.Classes.Tools.xce75f495de2bc52c..ctor(String Directory, String Include, String Exclude, Boolean IncludeSubDirectories)&lt;br&gt;   at Smartlaunch.Classes.Lists.xb99a8ac3e833cdec.x7334493aacbaaa2d.xd37dc3799c8d1f2f()&lt;br&gt;&lt;br&gt;Smartlaunch.Classes.xcfabc587edf601c1 --- System.String x2bcd89e567531bce()    ||  (0)&lt;br&gt;Smartlaunch.Classes.xcfabc587edf601c1 --- Void xf4744ce684ca8b7e(System.String)    ||  (0)&lt;br&gt;Smartlaunch.Classes.Lists.xb99a8ac3e833cdec+x7334493aacbaaa2d --- Void xd37dc3799c8d1f2f()    ||  (0)&lt;br&gt;System.Threading.ThreadHelper --- Void ThreadStart_Context(System.Object)    ||  (0)&lt;br&gt;System.Threading.ExecutionContext --- Void Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)    ||  (0)&lt;br&gt;System.Threading.ThreadHelper --- Void ThreadStart()    ||  (0)&lt;br&gt; (PC7)&lt;br&gt;&lt;br&gt;i cant figure out why this is, all of my other PUF's work fine. and ive made sure that the folder is not read only as well. it would be greatly appreciated if i could get someone with more knowledge about these things to help me out with this particularly annoying problem.&lt;br&gt;thanks much.</description><pubDate>Fri, 08 Feb 2008 19:20:57 GMT</pubDate><dc:creator>phazerave</dc:creator></item><item><title>PUF to different directory</title><link>http://forum.smartlaunch.net/Topic16438-19-1.aspx</link><description>Hi,&lt;br&gt;I  have a problem with one PUF. I want save all files config.cfg in my game directory. But my probleme is one directory change according user.&lt;br&gt;I have test Gamedirectory\* but is not correct.</description><pubDate>Mon, 04 Feb 2008 11:46:44 GMT</pubDate><dc:creator>cybersp@ce21</dc:creator></item><item><title>PUFs not Updating with Changes</title><link>http://forum.smartlaunch.net/Topic15929-19-1.aspx</link><description>Hi there&lt;br&gt;I have an issue where I have created default PUFs which get downloaded to the client on demand. However when changes are made to these config files, they don't get uploaded on log off. When I then log a client back on they get the default PUF again.&lt;br&gt;&lt;br&gt;Things I've tried:&lt;br&gt;- Changing the PUF Directory&lt;br&gt;- Ensuring "Everyone" has Full Access to the PUF Directory&lt;br&gt;- Sharing the PUF Directory&lt;br&gt;- Changing the PUF Directory to the Shared Directory (ie. \\Server\PUFs)&lt;br&gt;&lt;br&gt;None of these seem to work. The only thing I can think of is that the game in question runs from the Server (ie. \\Server\Game\Game.exe) and the configs are under the same directory. But seeing as the directory is mapped to a drive (Z:\) I can't see this being an issue (Unless its due to Z:\ being disallowed via Security? But the games run fine on it and the configs update on the server but just get reset when the user logs back in). Any ideas are appreciated? Thanks!&lt;br&gt;&lt;br&gt;Versions:&lt;br&gt;Admin: 4.1.301&lt;br&gt;Client: 4.1.302&lt;br&gt;Server: 4.1.300</description><pubDate>Mon, 17 Dec 2007 00:18:17 GMT</pubDate><dc:creator>Daniel Schmidt</dc:creator></item><item><title>Kane and Lynch Dead Men PUF setup</title><link>http://forum.smartlaunch.net/Topic16212-19-1.aspx</link><description>Hi, &lt;br&gt;&lt;br&gt;Have someone find a way to get PUF file for save games in Kane and Lynch? Is it possible to create more the one user per CD-key?</description><pubDate>Sat, 12 Jan 2008 20:39:17 GMT</pubDate><dc:creator>hansendk</dc:creator></item><item><title>new maps for steam cas ???</title><link>http://forum.smartlaunch.net/Topic16194-19-1.aspx</link><description>Hi, &lt;br&gt;I try use TTracker folder for downloaded maps (steamapps/TTracker_Common/cstrike/maps).&lt;br&gt;&lt;br&gt;1. user log in SL&lt;br&gt;2. user start steam&lt;br&gt;3. user start game "css" (folder TTracker rename to account)&lt;br&gt;4. user exit game (folder account rename to TTracker)&lt;br&gt;it work, no problem&lt;br&gt;&lt;br&gt;PROBLEM:&lt;br&gt;1. user log in SL&lt;br&gt;2. user start steam&lt;br&gt;3. user start game "css" (folder TTracker rename to account)&lt;br&gt;4. user no more money or time left in SL account&lt;br&gt;[b]5. SL lock account, kill every app = steam folder NOT rename back to TTracker !!!!!!![/b]</description><pubDate>Thu, 10 Jan 2008 17:09:18 GMT</pubDate><dc:creator>kosmi</dc:creator></item><item><title>Gears of War PUF</title><link>http://forum.smartlaunch.net/Topic15900-19-1.aspx</link><description>Does anyone know how to save the PUF for Gears of War. I have been trying for a while with no luck, would be grateful for any help&lt;FONT size=1&gt;&lt;BR&gt;&lt;/FONT&gt;</description><pubDate>Sat, 15 Dec 2007 04:51:10 GMT</pubDate><dc:creator>KWhelan</dc:creator></item><item><title>Problem with Battlefield 2 PUFs</title><link>http://forum.smartlaunch.net/Topic16116-19-1.aspx</link><description>Yesterday i got this error when a user was trying to run BF2.. Can anybody help?&lt;br&gt;&lt;br&gt;&lt;br&gt;Log from PC13 (v4.1.257.0): Error receiving PUF. State: 0 Percent: 99,9861913002928% Info: C:\Documents and Settings\giga\My Documents\Battlefield 2\Profiles\ // Battlefield 2 (Saves).&lt;br&gt;&lt;br&gt;Smartlaunch.Classes.xcfabc587edf601c1 --- System.String x2bcd89e567531bce()    ||   &lt;br&gt;Smartlaunch.Classes.xcfabc587edf601c1 --- Void xf4744ce684ca8b7e(System.String)    ||   &lt;br&gt;Smartlaunch.Classes.Lists.xb99a8ac3e&lt;br&gt;Ο χρήστης tasos λέει:&lt;br&gt;Log from PC13 (v4.1.257.0): Error receiving PUF. State: 0 Percent: 99,9608881749678% Info: D:\Games\EA Games\Battlefield 2\Profiles\ // Battlefield 2 (Settings).&lt;br&gt;&lt;br&gt;Smartlaunch.Classes.xcfabc587edf601c1 --- System.String x2bcd89e567531bce()    ||   &lt;br&gt;Smartlaunch.Classes.xcfabc587edf601c1 --- Void xf4744ce684ca8b7e(System.String)    ||   &lt;br&gt;Smartlaunch.Classes.Lists.xb99a8ac3e833cdec+x7334493aacbaaa</description><pubDate>Sat, 05 Jan 2008 19:42:10 GMT</pubDate><dc:creator>NoS</dc:creator></item><item><title>U drive mapping errors</title><link>http://forum.smartlaunch.net/Topic15760-19-1.aspx</link><description>I am have activated the "Network Mapping" feature in the SL server.  I am getting errors relating to the mapping of this drive  such as  "Could not map the U: drive to the users personal folder. Code: 1326. Description: Invalid username/password OR attempt to connect NT with NW code (PC15)"&lt;/P&gt;&lt;P&gt;There are 3 fields under "Network mapping". For "Server Network Name" have the ip address of the SL server typed into the first line.  For "username" I am unsure what to input.  Is this for a user name and password for the SL server?  Or to log the client in.  The clients all use the same user and do not require a log in.  Also is the U: drive created automaticly or do I nned to create it manually on all the clients or the server? </description><pubDate>Thu, 06 Dec 2007 01:19:37 GMT</pubDate><dc:creator>clueless</dc:creator></item><item><title>Changing User Password Problem</title><link>http://forum.smartlaunch.net/Topic15930-19-1.aspx</link><description>hi there&lt;/P&gt;&lt;P&gt;i use the latest ver of smart launch with last update in 13-12-2007 &lt;/P&gt;&lt;P&gt;I have problem when i rest pass for customer &lt;/P&gt;&lt;P&gt;when they ask me for changing pass &lt;/P&gt;&lt;P&gt;i open his windowe and chose &lt;/P&gt;&lt;P&gt;next login &amp;gt;&amp;gt;&amp;gt; ask for password&lt;/P&gt;&lt;P&gt;when i did that in the past it was working they login with no pass then the program ask them to set a new pass&lt;/P&gt;&lt;P&gt;but now the problem is the can login without pass &amp;amp; the clint never ask them to set a new pass at all and it's working without pass every time&lt;/P&gt;&lt;P&gt;so please help me &lt;/P&gt;&lt;P&gt;sorry about my english&lt;/P&gt;&lt;P&gt;alaadayel&lt;/P&gt;&lt;P&gt;cyber game net&lt;/P&gt;&lt;P&gt;saudia arabia</description><pubDate>Mon, 17 Dec 2007 03:46:42 GMT</pubDate><dc:creator>ma7ash</dc:creator></item><item><title>Personal User Files For This Games</title><link>http://forum.smartlaunch.net/Topic15654-19-1.aspx</link><description>Good Morning From Greece.&lt;br&gt;&lt;br&gt;I Need this personal user files path for this games.&lt;br&gt;&lt;br&gt;Call Of Juarez&lt;br&gt;Unreal Tournament 3&lt;br&gt;Crysis&lt;br&gt;Champioship Manager 2008&lt;br&gt;Need For Speed Pro Street&lt;br&gt;MotoGP 2007&lt;br&gt;Escape from Paradise City&lt;br&gt;Helldorado&lt;br&gt;&lt;br&gt;&lt;br&gt;Thank You</description><pubDate>Mon, 03 Dec 2007 08:53:33 GMT</pubDate><dc:creator>krhthkos</dc:creator></item><item><title>Fear PUF disconnected from server error</title><link>http://forum.smartlaunch.net/Topic3654-19-1.aspx</link><description>&lt;DIV&gt;I am trying to configure the PUF for Smartlaunch with Fear, it seems to be extracting the PUF's ok from the SL server and putting them on the client but when I start Fear and choose to load a game I get "disconnected from server". I have COD saving and loading with no problem. I tried with and w/out a placeholder file in the PUF zip file to see if it would make a difference, nothing. Still in testing phase, here is the directory that I have the Fear directory set to.&lt;BR&gt;&lt;BR&gt;c:\Documents and Settings\All Users\Documents\Monolith Productions\FEAR\Save\Profile000\SinglePlayer\&lt;BR&gt;&lt;BR&gt;Anyone got any ideas why this is not working for me here, and does on COD.&lt;/DIV&gt;</description><pubDate>Fri, 13 Jan 2006 06:07:52 GMT</pubDate><dc:creator>kmartnd</dc:creator></item><item><title>Halo PUFS</title><link>http://forum.smartlaunch.net/Topic15652-19-1.aspx</link><description>Have been trying to set up game PUFs for a few weeks now, with moderate success, but am currently stumped.&lt;br&gt;&lt;br&gt;When a user logs in and makes a user profile, logs out, logs in again, starts the game (on the same PC), the same profile is there (good).&lt;br&gt;&lt;br&gt;When a user logs in and makes a user profile, logs out, someone else logs in, starts the game (on the same PC), the same profile is there (very very baaaaaaad).&lt;br&gt;&lt;br&gt;I have a default profile set up in the PersonalUserFiles folder like i believe i'm supposed to. I've changed the directory in which PUFs are stored to D:\SL PUFs not that that's relevant because that doesn't change the default PUFs folder to my understanding.&lt;br&gt;&lt;br&gt;This is a big problem because SL isn't deleting the PUFs on the client's computers, it only does half the job and copies them to the server without deleting them so when the next person comes along and logs in to the same computer they will be using the previous person's PUF (if it's their first time in the game).&lt;br&gt;&lt;br&gt;HELP!!!&lt;br&gt;&lt;br&gt;EDIT: I'm not getting any PUF errors so I'm thinking that it THINKS that it's doing its job properly. hmmmmmmm...&lt;br&gt;&lt;br&gt;ANOTHER EDIT: am having the same problem with oblivion. No problems with world of warcraft though, that works just great and defaults work fine. What I don't understand is why the default PUF for Halo won't work when it was automatically made by smartlaunch:w00t:</description><pubDate>Mon, 03 Dec 2007 01:02:44 GMT</pubDate><dc:creator>Xaduurv</dc:creator></item><item><title>PUF Command Line Issue</title><link>http://forum.smartlaunch.net/Topic14214-19-1.aspx</link><description>Hi all. I'm currently using the trial of SL and getting used to the functionality before we start our cyber cafe. We seem to have most of the bugs ironed out, with one exception.&lt;br&gt;&lt;br&gt;When creating the PUFs for games, where you specify the command line for the saves and config files, it only seems to work when I type in the [i]exact[/i] command line. I've read about many others in the forums who have used things like %Userprofile% or %MyDocuments% instead of C:\Users\FIGP1\Documents\My Games\Oblivion\Saves.&lt;br&gt;&lt;br&gt;Since we would like to use different usernames for each PC, the [i]exact[/i] command line specification of C:\Users\FIGP1\Documents\My Games\Oblivion\Saves would only work on the computer with the username of FIGP1, so you can see the importance of getting %Userprofile% or %MyDocuments% to work in its place.&lt;br&gt;&lt;br&gt;Am currently running all the computers on Windows Vista Home Basic so they say "Documents" instead of "My Documents", as you can see in my above examples; would that be why the %MyDocuments% and %Userprofile% aren't working? I've also tried %Documents% but that doesn't work either.</description><pubDate>Mon, 30 Jul 2007 06:17:12 GMT</pubDate><dc:creator>Xaduurv</dc:creator></item><item><title>How to exclude more than one type of files</title><link>http://forum.smartlaunch.net/Topic14614-19-1.aspx</link><description>Hello,&lt;/P&gt;&lt;P&gt;I'm trying to exclude more than one type of files in call of duty 2 \main folder (*.iwd done, works fine). I know i can only set it to the \main\players directory without excluding any files, but something it's freezing the game when trying to continue a single player game right when someone press Yes in the confirmation box. I tryed Excluding Files like this: "*.iwd; *.tmp" dont work, also "*.iwd, *.tmp" doesn't work. I'm trying to save a .dat and .log file in the \main folder that maybe fix my little problem. Is there any other way to do this or it's not possible?&lt;/P&gt;&lt;P&gt;Thanks for your help :)</description><pubDate>Wed, 05 Sep 2007 00:56:40 GMT</pubDate><dc:creator>HeX</dc:creator></item><item><title>Network Mapping feature with Vista</title><link>http://forum.smartlaunch.net/Topic14513-19-1.aspx</link><description>This seems to not be working properly with Windows Vista, anyone have a solution to get the documents folder correctly mapped to the U: Drive?</description><pubDate>Mon, 27 Aug 2007 21:39:10 GMT</pubDate><dc:creator>Freakdomination</dc:creator></item><item><title>Looking for a PUF expert in Southern California</title><link>http://forum.smartlaunch.net/Topic15006-19-1.aspx</link><description>We're looking for someone experienced in setting up PUFs and license management (Battlefield 2142 in particular) to set them up for us at our PC cafe in Orange County. We in the management don't have the technical know-how or time (we all work full-time elsewhere) and would like to hire someone just to get this going and for possible consulting work in the future. For a list of games we have, go to: [url=http://ig-zone.net/index.php?option=com_content&amp;task=view&amp;id=17&amp;Itemid=35]http://ig-zone.net/index.php?option=com_content&amp;task=view&amp;id=17&amp;Itemid=35[/url]&lt;br&gt;&lt;br&gt;If interested, PLEASE e-mail me at [url=mailto:dan@ig-zone.net]dan@ig-zone.net[/url].</description><pubDate>Sun, 07 Oct 2007 23:52:49 GMT</pubDate><dc:creator>danigz</dc:creator></item><item><title>Sending PUF's to different locations?</title><link>http://forum.smartlaunch.net/Topic14698-19-1.aspx</link><description>I have 2 locations for different OS's.&lt;/P&gt;&lt;P&gt;On XP systems the games are in C:\Program Files\&lt;/P&gt;&lt;P&gt;but on the XP 64 Bit systems they are in c:\Program Files (x86)\&lt;/P&gt;&lt;P&gt;Is there a way to make SL copy the PUF's to the correct location on the 64bit machines?  At the moment they are going into the standard Program Files path, which obviously makes the games miss them.</description><pubDate>Thu, 13 Sep 2007 19:25:30 GMT</pubDate><dc:creator>ReDorDeD</dc:creator></item><item><title>Obscure 2</title><link>http://forum.smartlaunch.net/Topic14961-19-1.aspx</link><description>Anyone can help me to find it's save path? Or anyone knows it?</description><pubDate>Thu, 04 Oct 2007 17:58:26 GMT</pubDate><dc:creator>NoS</dc:creator></item><item><title>ut  2004 ISSUES</title><link>http://forum.smartlaunch.net/Topic14010-19-1.aspx</link><description>i cant find any posts on UT 2004, it seems that they whir removed from the SL forums on Lisc management for UT 2004. it would be a great help if you guys could help out. random computers are saying CD key is invalid. and i cant find out why its not working</description><pubDate>Fri, 06 Jul 2007 23:20:27 GMT</pubDate><dc:creator>Punx</dc:creator></item><item><title>Question about PUFs and Server OS</title><link>http://forum.smartlaunch.net/Topic14376-19-1.aspx</link><description>"If you are going to store the cd-keys and image files for games on the same machine as the Smartlaunch server, and have more than 10 computers in your café, make sure that you are running a server operating system such as Windows NT or Windows Server 2003 on the machine."&lt;br&gt;&lt;br&gt;That was from the SL manual.. Does this also apply to PUFs? or will more than 10 computers be able to use PUFs on a Windows XP server? Im still trying to decide if SL is worth the extra money..</description><pubDate>Wed, 15 Aug 2007 15:14:40 GMT</pubDate><dc:creator>peps</dc:creator></item><item><title>Steam Cafe PUFs</title><link>http://forum.smartlaunch.net/Topic13113-19-1.aspx</link><description>Im trying to setup Steam Cafe PUFs for certain games that would make use of it (i.e. Psychonauts, FlatOut 2, etc..)&lt;/P&gt;&lt;P&gt;I have Steam Cafe setup through SL using the set of keys that were issued to me from Valve.  I have 10 IDs for 10 pcs and it auto assigns the keys when a user luanches a Steam Cafe game.  &lt;/P&gt;&lt;P&gt;What I want to do is be able to setup PUFs for some fo the games using Steam Cafe.  Does anyone know how I would do this?  Since there is no individual accounts (such as when they have thier own steam account), Im not sure how to set it up properly to assign user names to saves people create while using Steam Cafe.  Any help would be appreciated.</description><pubDate>Tue, 17 Apr 2007 22:38:07 GMT</pubDate><dc:creator>trooper11</dc:creator></item><item><title>Documents</title><link>http://forum.smartlaunch.net/Topic14338-19-1.aspx</link><description>We finally had time to set up PUF's and it is working great. :)&lt;/P&gt;&lt;P&gt;Just one question regarding documents. I see under users there is a puf folder and a documents folder. How do we implement the documents saves.&lt;/P&gt;&lt;P&gt;example - User does resume and saves in default location...my documents and logs out the file is transferred to her documents folder under her username. I cant get it to do that.&lt;/P&gt;&lt;P&gt;Thanks in advance...</description><pubDate>Fri, 10 Aug 2007 21:53:05 GMT</pubDate><dc:creator>Syberscream</dc:creator></item><item><title>Heroes of Might &amp; Magic V....wont run on client</title><link>http://forum.smartlaunch.net/Topic9232-19-1.aspx</link><description>I had problem with this....if i run from normal windows it works ok....but from smartlaunch it gets error....&lt;br&gt;do i need to use PUF for this game?&lt;br&gt;If Yes what is the PUF setting for Heroes of Might &amp; Magic V Collector Edition?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;ASAP!! [Hehe]</description><pubDate>Sat, 16 Sep 2006 17:43:35 GMT</pubDate><dc:creator>shingo</dc:creator></item><item><title>GAME PUF Settings</title><link>http://forum.smartlaunch.net/Topic8966-19-1.aspx</link><description>Anyone know if these games need PUF?&lt;br&gt;&lt;br&gt;Rise of Nations&lt;br&gt;Rise of Nations Rise of Legends&lt;br&gt;Far Cry&lt;br&gt;Blitzkrieg 2&lt;br&gt;Age of Empire 3&lt;br&gt;Battlefield 2&lt;br&gt;Prey&lt;br&gt;Fifa 06&lt;br&gt;&lt;br&gt;if yes what is to set? thanks so much</description><pubDate>Fri, 08 Sep 2006 18:13:11 GMT</pubDate><dc:creator>shingo</dc:creator></item><item><title>Problems with User files with all games</title><link>http://forum.smartlaunch.net/Topic13862-19-1.aspx</link><description>I'm trying to set up a new gaming center and can't figure out how to get the personal user files to work.  I've read the pdf and read multiple threads in the forum but can't seem to get things to work out.  &lt;br&gt;&lt;br&gt;This is my setup right now for the Oblivion stuff:&lt;br&gt;&lt;br&gt;The personal user file setup options are.  transfer on demand, type: files/directories, directory: %My Documents%\My Games\Oblivion\, include files:  *, no excludes, and it includes subfolders.  It is linked to the game, and when the game loads on the clients it says it copies the PUFs and extracts them, but then they aren't there when the game loads up.  I'm thinking it probably has something to do with a dumb mistake in my directory that it's copying to, but i can't seem to get one that works.  Also, if it makes a difference, the game is actually being run from the server and is not installed on the clients.  I don't believe that should affect it though, because the game is pulling the saves from the computer's harddrive.  When signing in on any username on any computer, all the saved games are the same for all users, and particular to each computer.  &lt;br&gt;&lt;br&gt;Also, i'm having problems getting WoW's user files to work.  My setup is the same as the previous, but the directory is C:\Games\World of Warcraft\WTF\ and it only copies Config.wtf.&lt;br&gt;&lt;br&gt;I'd really appreciate any suggestions,&lt;br&gt;&lt;br&gt;-Caleb</description><pubDate>Wed, 20 Jun 2007 17:55:03 GMT</pubDate><dc:creator>Caleb T</dc:creator></item><item><title>PUF Neverwinter nights 2</title><link>http://forum.smartlaunch.net/Topic13324-19-1.aspx</link><description>I am having a problem with the PUF for NWN 2. &lt;/P&gt;&lt;P&gt;The games save the files as:&lt;BR&gt;C:\Documents and Settings\Computer 2\My Documents\Neverwinter Nights 2\Saves&lt;/P&gt;&lt;P&gt;I have the dir as:&lt;BR&gt;C:\Documents and Settings\%userprofile%\My Documents\Neverwinter Nights 2\Saves&lt;BR&gt;Its creating a profile called %userprofile% and putting the saved game there!&lt;BR&gt;&lt;BR&gt;When I try:&lt;BR&gt;C:\Documents and Settings\"%userprofile%"\My Documents\Neverwinter Nights 2\Saves&lt;BR&gt;&lt;BR&gt;When I try this, I start the game on computer 1 then save it. If you go to any other computer there is no saved game however if you go back to computer 1 game save is still there. Also the game is saving the folder but no contents&lt;/P&gt;&lt;P&gt;There is another thing I dont understand... I have been reading alot of posts and all refer to creating user profiles. Is this a Smartlaunch feature that when a user logs in it creates a temp userprofile? Where is this feature or am I miss understanding. I am not using smartluanch to log into windows.</description><pubDate>Tue, 08 May 2007 00:03:47 GMT</pubDate><dc:creator>Vukar123</dc:creator></item><item><title>group mail</title><link>http://forum.smartlaunch.net/Topic13350-19-1.aspx</link><description>hello,&lt;/P&gt;&lt;P&gt;how do i get a organised list of all users and their e-mail adress? so that we can send out a news-letter by e-mail?&lt;/P&gt;&lt;P&gt;&lt;BR&gt;plz help with this.</description><pubDate>Thu, 10 May 2007 15:33:43 GMT</pubDate><dc:creator>Hajo</dc:creator></item></channel></rss>