Video Tutorials

Place to find latest version of HallsNode plus ask questions and get answers.
Post Reply
User avatar
hallsofvallhalla
Site Admin
Posts: 12031
Joined: Wed Apr 22, 2009 11:29 pm

Video Tutorials

Post by hallsofvallhalla »

User avatar
hallsofvallhalla
Site Admin
Posts: 12031
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video Tutorials

Post by hallsofvallhalla »

reserved I guess
User avatar
OldRod
Posts: 1321
Joined: Sun Sep 20, 2009 4:26 pm

Re: Video Tutorials

Post by OldRod »

Awesome!
User avatar
Jackolantern
Posts: 10893
Joined: Wed Jul 01, 2009 11:00 pm

Re: Video Tutorials

Post by Jackolantern »

Very cool! Is the source being released to Github? :D
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12031
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video Tutorials

Post by hallsofvallhalla »

yes but I needed to add a couple more things. Will be released today for sure!!!
User avatar
hallsofvallhalla
Site Admin
Posts: 12031
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video Tutorials

Post by hallsofvallhalla »

added video
Sanity
Posts: 10
Joined: Sat Jan 19, 2013 12:58 am

Re: Video Tutorials

Post by Sanity »

Would this be the desired way to make a chat system for an HTML5 game with impact going off your tutorials or would you use a different method as this is more for a text based game?

P.S.
I saw how you were debugging your server crashing in the 4th video, i think i remember you mentioning reopening command prompt in another video, and there is a simple way to keep the window from closing and that is just adding "pause" below the line in the .bat file.

Code: Select all

c:\wamp\www\impacttut\node app.js
pause
Im sure you already know this, im just curious why you haven't been using it as its easier than opening command prompt and searching for the folder and then rerunning the server.
User avatar
hallsofvallhalla
Site Admin
Posts: 12031
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video Tutorials

Post by hallsofvallhalla »

I actually never thought of that. :oops: Thanks!


Yes this is definitely a great way to do a chat system and I already have rooms and things set up/
User avatar
Epiales
Posts: 1119
Joined: Thu Aug 15, 2013 1:38 am

Re: Video Tutorials

Post by Epiales »

Do you have current files that match video? I'm completely lost and nothing is working except the server. The index.html is completely different, and by the time you got through with video 3, it showed the map and stats and such, and mine didn't show anything except the css. I just gave up on it LOL

I even changed:

Code: Select all

	<script type="text/javascript">
	  var socket = io.connect('http://localhost:8080');
	//////////////Assign each session the player name/////
	  var randid = Math.floor(Math.random() * 9999);
	  //var playername = "player" + randid;
	 var playername = "<?php echo $user['username']; ?>";
	///////////////////////////////////////////////////
///////////////////////////////////////Modules Includes/////////////////////////////
	</script>
And it refuses to put the username. It just says 'joined' with no name :lol:
Nothing fancy, but a work in progress!

http://gameplaytoday.net
User avatar
hallsofvallhalla
Site Admin
Posts: 12031
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video Tutorials

Post by hallsofvallhalla »

The files should match the videos. Let me take a look. I know it works as I am using it in the new videos.
Post Reply

Return to “HallsNode”