Reply to topic  [ 266 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 18  Next
 Aw.. shit. 
Author Message
Level 22
Level 22
User avatar

Cash on hand:
174,929.20
Posts: 2255
Joined: Sat Nov 17, 2012 11:10 am
Location: SR388
Group: Special Access
Post Re: Aw.. shit.
W00t

we has a login server! the client is still being fitted to log in with it and the game server is yet to be finalized but hey! it's a serious start!

_________________
mepsipax

Image

got any?

His name is not Robert Paulsen, His name is Gregory Matthew Bruni, he won so hard.

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.


Fri Jul 11, 2014 6:43 am
Profile E-mail
Level 22
Level 22
User avatar

Cash on hand:
174,929.20
Posts: 2255
Joined: Sat Nov 17, 2012 11:10 am
Location: SR388
Group: Special Access
Post Re: Aw.. shit.
:cool :cool :cool :cool :cool :cool
So now.
:cool :cool :cool :cool :cool :cool

I's got some pro ideas.

My programming abilities have again gotten some new skills. I be ball'in yo!

here's the skimmy;

my current typing system is great for heavily controled text boxes. but it'd be a monstrous bitch to do 300 or more text characters that way. Chat and mail need to have 300+ as well as character background stories.

Text system for chat, character origin text and mail in game:
#Same system for adding to the Property called 'Place', but have Place output to sensor2 "sens2" 's value field.
#New feature, when colliding with a rectangle called by a row name it will add to a value called "Row" this value of Row will be output to sensor3 "sens3" 's property value field.
#sensor1 will be a collision sensor set to record collissions with a rectangle object with the property called "End".
Change = cont.sensors['Place']
end = cont.sensors['sensor1']
place = sens2.getValue()
row = sens3.getValue()
DefLoc = Get['Cursor1_1'].getLocation() #default location value (x,y,z)
LocInc = ((0.150)) #Location Increase
def Move():
if Change.positive and not end.positive:
own.setLocation(LocInc * place + DefLoc[0], DefLoc[1], DefLoc[2])
if Change.positive and end.positive:
own.setLocation(DefLoc[0], DefLoc[1] - (LocInc * row), DefLoc[2])
Move()

#that will handle the motion alot more smoothly than what I'm doing now. the second if statement may seem like it's not balanced, but it is because even if row=1 (the lowest) then the updown location will have 0.150 subtracted from it sending it down a line.

Recording will be done the same as it is now, meaning each spot will have a recording script and there will be a main Recorder which sums up all the lines into Text.

Update; server script nearly finished (not tested), next is character designer (gonna whip through it giving everything at least 3 options with slightly different placeholder objects), then, main game Interactions!!!!

then I make a chat and we have a Zeta test.

could be finished sometime in August.

_________________
mepsipax

Image

got any?

His name is not Robert Paulsen, His name is Gregory Matthew Bruni, he won so hard.

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.


Wed Jul 16, 2014 6:21 am
Profile E-mail
Level 22
Level 22
User avatar

Cash on hand:
174,929.20
Posts: 2255
Joined: Sat Nov 17, 2012 11:10 am
Location: SR388
Group: Special Access
Post Re: Aw.. shit.
Update!

I'm into the character designer! :mario :seizure

the login is set to auto at the moment, no server interactions just for testing purposes. the user name is collected and a functional client login script is present.

the password field is currently blank but will be updated shortly.

the registration fields are also not functional yet and the registration server needs to be written.

I have written the license and will put it in the game shortly.

Once the character designer is finished Bang, gameplay will be completed.

so far all is on schedule

_________________
mepsipax

Image

got any?

His name is not Robert Paulsen, His name is Gregory Matthew Bruni, he won so hard.

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.


Sun Aug 03, 2014 1:45 am
Profile E-mail
Level 39
Level 39
User avatar

Cash on hand:
2,187.55

Bank:
5,250.50
Posts: 21063
Joined: Sat Feb 14, 2009 11:44 pm
Group: Sysop
Post Re: Aw.. shit.
Looking forward to see the finished product, joshex!

_________________
Image
Yeap.

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
4 pcs.


Sun Aug 03, 2014 7:36 am
Profile E-mail WWW
Level 22
Level 22
User avatar

Cash on hand:
174,929.20
Posts: 2255
Joined: Sat Nov 17, 2012 11:10 am
Location: SR388
Group: Special Access
Post Re: Aw.. shit.
I encountered a big whiny bitch of a virus that has KOed my internet on the dev machine, I removed most of it except for 2 registry entries which have null characters in thie names causing them to be undeletable, I have tried alot to delete them even sys internals regdelull and psexec they wont delete and are raping my winsock2.

I need to make a bootable CD that can access windows registry and kill them, any suggestions?

game update; null, need to test teh server and client can't do it with broken winsock2 and this minicomputer shit I'm on now is slow as fuck.

_________________
mepsipax

Image

got any?

His name is not Robert Paulsen, His name is Gregory Matthew Bruni, he won so hard.

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.


Thu Aug 21, 2014 4:41 am
Profile E-mail
Level 38
Level 38
User avatar

Cash on hand:
435.45

Bank:
2,750,364.30
Posts: 10364
Joined: Sun Oct 26, 2008 5:47 am
Group: Dev Team
Post Re: Aw.. shit.
if it's in the registry, shouldn't a normal system restore fix the problem?

_________________
My Pixiv
Image
Spoiler: show
OLD VERSION, BITCHES!
Image


Thu Aug 21, 2014 7:47 am
Profile E-mail
Level 22
Level 22
User avatar

Cash on hand:
174,929.20
Posts: 2255
Joined: Sat Nov 17, 2012 11:10 am
Location: SR388
Group: Special Access
Post Re: Aw.. shit.
Newpurple wrote:
if it's in the registry, shouldn't a normal system restore fix the problem?


Given that I ran regedit under super priveledged SYSTEM account and they were still undeletable I would venture to say No. besides even if system restore would work it's impossible because the virus nuked my prior restore points weeks ago before I knew I had it the earliest restore point is the install of the virus.

I also don't have the OS disk, mine is an OEM so that guy who sold me my laptop has teh disk. and I'm leaving the country in 2 days and not even sure he's still around to give help.

so this is one of those instances where a live bootable CD OS is my best hope, just need to get to doing it, will do it while in the usa. unless someone knows a way to edit the windows registry in a hex editor?

:black Wait just a cotton picking minute! :black cooki: :shinjif

If I can use a .REG file as a restore point then this may work after all! I will make a full copy of the registry and delete the values from said copy then use it as a restore point. BRILLIANT parpol!

_________________
mepsipax

Image

got any?

His name is not Robert Paulsen, His name is Gregory Matthew Bruni, he won so hard.

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.


Thu Aug 21, 2014 8:45 am
Profile E-mail
Glitchy
Glitchy
User avatar

Cash on hand:
307,955.68

Bank:
18,000,000.81
Posts: 3564
Joined: Wed Mar 06, 2013 6:51 pm
Location: Inside both your parents
Group: פlᴉʇɔɥʎ¿¡Crime Squad
Post Re: Aw.. shit.
Shouldn't this be moved to the dev thread?

_________________
▬Words From Your Betters▬
Spoiler: show
Orange Juice Jones wrote:
Oh fuck off

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.


Thu Aug 21, 2014 1:00 pm
Profile E-mail
Level 39
Level 39
User avatar

Cash on hand:
2,187.55

Bank:
5,250.50
Posts: 21063
Joined: Sat Feb 14, 2009 11:44 pm
Group: Sysop
Post Re: Aw.. shit.
Maybe. Hey joshex! How'd you like to have this thread moved to the dev forum?

_________________
Image
Yeap.

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
4 pcs.


Thu Aug 21, 2014 5:37 pm
Profile E-mail WWW
Level 22
Level 22
User avatar

Cash on hand:
174,929.20
Posts: 2255
Joined: Sat Nov 17, 2012 11:10 am
Location: SR388
Group: Special Access
Post Re: Aw.. shit.
Yeah, that sounds good, I suppose I'm far enough into the project to consider it a development now.

Move to dev forum please.

in Computer news, I don't know how to edit the system restore file, I tried everything. I'll be going back to the previous attempts at a live CD.

_________________
mepsipax

Image

got any?

His name is not Robert Paulsen, His name is Gregory Matthew Bruni, he won so hard.

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.


Thu Aug 21, 2014 7:27 pm
Profile E-mail
Level 22
Level 22
User avatar

Cash on hand:
174,929.20
Posts: 2255
Joined: Sat Nov 17, 2012 11:10 am
Location: SR388
Group: Special Access
Post Re: Aw.. shit.
Argh, the live CDs did nothing, still couldn't delete the registry values.

gonna have to transfer out files and nuke the system then reinstall. pain in buttski.

I will need help;

I need to get the product key from inside my OS because the sticker is rubbed off.

I also need to create a repair/instal CD from my current OS win 7 because I don't have teh disk.

any help would be appreciated.

I fly out of here at midnight, leaving internet at 9 AM my time 9 PM USA time.

_________________
mepsipax

Image

got any?

His name is not Robert Paulsen, His name is Gregory Matthew Bruni, he won so hard.

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.


Fri Aug 22, 2014 4:28 am
Profile E-mail
Level 22
Level 22
User avatar

Cash on hand:
174,929.20
Posts: 2255
Joined: Sat Nov 17, 2012 11:10 am
Location: SR388
Group: Special Access
Post Re: Aw.. shit.
Fixed mah net and got a working MMO server from a friend O.O that will save alot of work, I merely have to adapt it to what I'm doing.

in other news I will be making graphical assets today because it's about time we saw something other than text.

_________________
mepsipax

Image

got any?

His name is not Robert Paulsen, His name is Gregory Matthew Bruni, he won so hard.

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.


Fri Sep 26, 2014 7:13 am
Profile E-mail
Level 39
Level 39
User avatar

Cash on hand:
2,187.55

Bank:
5,250.50
Posts: 21063
Joined: Sat Feb 14, 2009 11:44 pm
Group: Sysop
Post Re: Aw.. shit.
Victoly!

_________________
Image
Yeap.

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
4 pcs.


Fri Sep 26, 2014 3:26 pm
Profile E-mail WWW
Level 22
Level 22
User avatar

Cash on hand:
174,929.20
Posts: 2255
Joined: Sat Nov 17, 2012 11:10 am
Location: SR388
Group: Special Access
Post Re: Aw.. shit.
Image

the new steel texture, one steel girder done.

next is a billboard hopefully it should be done soon.

_________________
mepsipax

Image

got any?

His name is not Robert Paulsen, His name is Gregory Matthew Bruni, he won so hard.

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
1 pcs.


Sun Sep 28, 2014 11:51 am
Profile E-mail
Level 39
Level 39
User avatar

Cash on hand:
2,187.55

Bank:
5,250.50
Posts: 21063
Joined: Sat Feb 14, 2009 11:44 pm
Group: Sysop
Post Re: Aw.. shit.
*writes on billboard*

Yom has a shiny butt.
(-Loliparpol)

_________________
Image
Yeap.

_________________
Click the icon to see the image in fullscreen mode  
1 pcs.
Click the icon to see the image in fullscreen mode  
4 pcs.


Sun Sep 28, 2014 12:43 pm
Profile E-mail WWW
Display posts from previous:  Sort by  
Reply to topic   [ 266 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 18  Next
 

Similar topics

 
HOLY SHIT NEWS! #22
Forum: ./General Spam
Author: madassgamer
Replies: 4
HOLY SHIT NEWS! #57
Forum: ./General Spam
Author: madassgamer
Replies: 2
HOLY FUCK! US FALLOUT EXPOSURE... SHIT! WE ARE Y2KED! O_O
Forum: Fuck all
Author: RV-007
Replies: 6
HOLY SHIT NEWS! #112
Forum: ./General Spam
Author: madassgamer
Replies: 9
HOLY SHIT NEWS! #59
Forum: ./General Spam
Author: madassgamer
Replies: 1
Top


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Mods Database :: Imprint :: Crawler Feeds :: Reset blocks
Designed by STSoftware for PTF.

Portal XL 5.0 ~ Premod 0.3 phpBB SEO