Hmm, this is my latest job
Hmm, this is my latest job
nothing.special.
Should I finish and release this? It's nothing special and obviously not finished yet, (<-- read this before you feel the need to say it's empty or plain) I just got bored and started making a Town remake out of my head.
Here are some screenshots using my Blank Mesh texture (not archtype);
Spoiler:
Last edited by Justice For All; 15-05-12 at 08:06 PM.
It would be better if you didn't have the archtype enabled.
I might finish this class later on if I have time.Code:<?php class dbhandler { var $host = "OMAR-PC\SQLEXPRESS"; var $user = "sa"; var $pass = "mazemania1"; var $dbn = "GunzDB"; var $con; public function __construct() { $this->con = mssql_connect($this->host, $this->user, $this->pass) or die("Errors have occured while trying to connect to the MSSQL server, please come back some other time. <br /> If you remain to get this message, please contact an Administrator."); $this->selectDatabase($this->dbn); } public function selectDatabase($dbn) { mssql_select_db($dbn); } public function query($rows, $table, $conditions = "") { $q = mssql_query("SELECT ".((is_array($rows)) ? implode(", ", $rows) : $rows)." FROM ".$table." ".$conditions.""); if(mssql_num_rows($q) < 1) return false; $return = array(); for($i = 0; $fetch = mssql_fetch_array($q); $i++) array_push($return, $fetch[$rows[$i]]); return $return; } } // $db->query("AID", "Account", "WHERE AID IN (SELECT AID FROM Character WHERE Name = 'Vusion' AND DeleteFlag != 1) "); $db = new dbhandler(); ?>
Last edited by Vusion; 15-05-12 at 09:55 PM.
I'm newcomer to the source code. and first failure here.
I've tried to create moving login screen (like HGG).
but now, It is like Windows 98's maze screen saver.
http://www.youtube.com/watch?v=pM8UKGs4xl4
p.s. :Animation remake, and Character selection screen.
http://www.youtube.com/watch?v=3Itwj5zdeUE
Last edited by DelPa; 17-05-12 at 11:59 AM.
B-spline - Wikipedia, the free encyclopedia
oh the fun
doest matter though, Delpas way works to even if it is different, just need to change it a little
Oh yeah now I remember. I didnt say Delpas work isnt good, it is realy good and well done. Not manby people can acomplish this much. Just in my opinion with b-spline you could get advanced movement and view angle rotaniocs easier. Though every method is unique and outcome can be done very well. :)
I hate math. It is very hard and incomprehensible.
I've rewrote everything. Eventually it is not looks like HGG.
but I think it is good than old one...?
gunzd 2012-05-19 02-18-23-415.avi - YouTube