16 July 2010

TO PLAY COUNTER STRIKE ON INTERNET

Today I played counter strike(cs) on internet and it was fun. I remember that i tried the same few years back but was nt successful to establish a connection between my group.
I know two applications used to connect over internet to play cs...
1. Hamachi(which I have not used yet;))
2.TeamViewer


TeamViewer :

TeamViewer is a simple and fast solution for remote control, desktop sharing and file transfer that works behind any firewall and NAT proxy.


STEPS TO CONNECT THROUGH TeamViewer

STEP1 : Download the teamviewer      download from here
STEP2 : Open the application

















STEP3 : From the above window, we can see our id is 127 256 125 and password is 6666.Now choose one of the players who will become server for the VPN connection. Ask the id of the server and type the same on right hand side textbox labeled id in the CREATE SESSION form , select the VPN radio box and click the button Connect to partner






(in this window, the id of VPN SERVER is 126 903 822)













(ask the password of the server VPN)














STEP4 :  Once the connection is established, the following window will appear





your ip address is 7.79.43.167
server ip address is 7.79.36.251
















NOTE : 1. ROLE OF TEAMVIEWER IS OVER,MINIMIZE IT(DONT CLOSE IT)
               2.VPN SERVER IS NOT SPECIAL, A PRIVATE CONNECTION HAS BEEN
                  ESTABLISHED AND EACH PEER HAS ITS OWN IP ADDRESS.
               3. ANY OF THE PEER CAN CREATE SERVER IN COUNTER STRIKE.


STEP5: All the peers open the same game either CONDITION ZERO(yellow icon) or
             COUNTER STRIKE1.6(white icon)

SIXTH STEP IS FOLLOWED BY THE PEER WHO WILL BECOME SERVER FOR COUNTER STRIKE,ANY AMONG THE PEERS CAN BECOME SERVER

STEP6:In the following window,COUNTER STRIKE1.6(white icon) is opened
            Click on New Game,select the map.
            Do the game settings(optional)
            Click the Start button...so the server established
















SEVENTH STEP IS FOLLOWED BY THE PEERS WHO WILL JOIN THE SERVER ESTABLISHED ABOVE.

THE PEER WHO HAS ESTABLISHED THE SERVER FOR COUNTER STRIKE SHOULD TELL HIS IP ADDRESS TO ALL THE PEERS


STEP7 : Click on Find Servers
              Click on the tab Favorites
              Click on the button Add Server
              Type the ip address of the peer who has established the server for the game.
             Refresh the page twice or thrice.....the server name should be visible in the list
             Select the required server from the list and click on the Connect button

              















(here the server is Freaky_ss)










enjoy the game:)



Delicious add to del.icio.us saved by 0 users

12 July 2010

PROCEDURE TO USE TURBO C IDE ON 64 BIT OS

I recently purchased DELL INSPIRON N5010 laptop. It has 64 bit OS(window 7 home basic). I don't want to jump into the long debated topic on  INTERNET that is "64 bit vs 32 bit OS " , stil here is the link which can bring smile on d faces of d debaters of both sides=>64 BIT OS VS 32 BIT OS

Now back to d topic , I found that turbo c ide wasn't working on my laptop.It was really infurating to see this message,

I searched a lot on internet and discussed the same with my friends(shubham and prabhakar) and finally got 2 solutions for this agonizing problem.

solution 1


use VM ware:

VMware Workstation is a desktop software that allows you to run multiple
x86‐compatible desktop and server operating systems simultaneously on a single PC,
in fully networked, portable virtual machines—with no rebooting or hard drive
partitioning required.



so we can run 32 bit os with the help of vm ware on 64 bit os n the problm is solved bt there is one significant con of this solution....extra load on processor....so this solution is alright for desktops bt for laptops some other viable solution should be used , so here comes more viable soln....

solution 2

use DOSBOX: 

DosBox is a free DOS open source emulator, used to make run games n applications that don't work in modern operating system, or non Microsoft operating system (like Linux)

STEP 1 : DOWNLOAD DOSBOX..DOWNLOAD FROM HERE...

STEP2  :  INSTALL IT  AND RUN THE APPLICATION


(THIS FORM APPEARS)












STEP 3 : USE MOUNT command....z:\>mount c c:\ (THIS STEP IS USED EVERY TIME U OPEN THE DOSBOX APPLICATION)

STEP 4 : MOVE TO THE DIRECTORY HAVING TURBO C INSTALLER(DIS Z FOR INSTALLING IT) , SUPPOSE THE INSTALLER Z IN DIRECTORY C THEN MOVE TO DIRECTORY C FROM DIRECTORY Z.....z:\>c:...  and instal the turbo ide

















STEP 5 : TURBO IDE IS READY TO BE USED NOW(DOSBOX is needed everytime).


















AFTER PRESSING ENTER IN THE LAST LINE...TURBO C WINDOW WILL APPEAR...

NOTE: IF THERE IS AN ERROR REGARDING HEADER FILES....THEN U HAVE TO GIVE THE PATH OF FOLDERS INCLUDE AND LIB







Delicious add to del.icio.us saved by 0 users