Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - pecon98

Pages: 1 2 3 [4]
46
http://www.newegg.com/Product/Product.aspx?Item=N82E16817182006 POWER SUPPLY $24.99
http://www.newegg.com/Product/Product.aspx?Item=N82E16827136236 DVDR DRIVE $18.99
http://www.newegg.com/Product/Product.aspx?Item=N82E16833156054 NETWORK ADAPTER $40.99
http://www.newegg.com/Product/Product.aspx?Item=N82E16811154094&cm_re=MIcro_ATX_case-_-11-154-094-_-Product CASE $32.99
http://www.newegg.com/Product/Product.aspx?Item=N82E16814133320 GPU $54.99
http://www.newegg.com/Product/Product.aspx?Item=N82E16822148699 HDD $36.99
http://www.newegg.com/Product/Product.aspx?Item=N82E16820139398 RAM $25.99
http://www.newegg.com/Product/Product.aspx?Item=N82E16819103953 PROCESSOR $69.99
http://www.newegg.com/Product/Product.aspx?Item=N82E16813138290 MOTHERBOARD $49.99
http://www.newegg.com/Product/Product.aspx?Item=N82E16835186134 CPU COOLER $29.99
http://www.newegg.com/Product/Product.aspx?Item=N82E16835200046 CASE FAN $3.99
http://www.newegg.com/Product/Product.aspx?Item=N82E16820227738&cm_sp=Pers_StoreTopSellerMore-_-20-227-738_1_TS_-_-1_119___ SSD $59.99
Sub-Total= $449.88
Tax= $34.87
Sub-Total = $484.75
Shipping and Handling= ??? (About $50?)
Total= ??? (~$550?)


Basically I just want to know if this would make a good build. I have heard that it is perhaps unbalanced, this is probably because I don't know what makes a GPU good. So for the GPU I went with the "Higher price and rating = better item" thing.

Please tell me if I made any terrible mistakes.

47
Help / My Blockland folder appears to be forced into being read-only
« on: October 10, 2011, 10:02:06 PM »
So, I am having Sqlite errors because the directory where I put Blockland seems to be permanently read-only. I made a short video showing what happens when I try to make it not read-only. Don't mind my editing, I'm just paranoid like that.
http://www.youtube.com/watch?v=FDeWIMFhOwA

So my real question is how can I fix it being read-only? The folder has full administrator, system, and user privileges.

Inb4commentsaboutthingsintheb ackground

48
Suggestions & Requests / User Interface Replacer
« on: October 10, 2011, 05:32:00 PM »
So I believe most of us now know that V20 prevents UI edits and so-forth.
So my suggestion is someone make an add-on that allows you to use your own UI "packs".

I do know there is that cursor changing mod that apparently still works, proving this is certainly possible. This should have been made forever ago, and now it is necessary.

Discuss creating this or how it should work ect.

49
Help / Database issue
« on: October 08, 2011, 07:22:32 PM »
Blockland says it cannot write to the cache database and then closes, I didn't have this issue before the V20 update. I am quite certain that My Documents is not read-only.

50
Creativity / So I was having some fun in photoshop today and made this.
« on: October 05, 2011, 07:33:18 PM »

I do not take credit for the photo, only what I did to it.

I think that I have the right effects down, I just need to draw him better now.

51
Games / Nevermind.
« on: October 02, 2011, 10:47:34 PM »
Nevermind.

52
Modification Help / Node coloring
« on: September 14, 2011, 12:10:48 AM »
Alright, so I have this AI I am trying to color every node black. I thought this was done by setting all the color codes to 0, however that just resulted in making all the nodes white.
Code: [Select]
%obj.name = "Renderman";
%obj.chestcolor = "1 .0 0 0";
%obj.hatcolor = "1 .0 0 0";
%obj.rarmcolor = "1 .0 0 0";
%obj.larmcolor = "1 .0 0 0";
%obj.hipcolor = "1 .0 0 0";
%obj.llegcolor = "1 .0 0 0";
%obj.rlegcolor = "1 .0 0 0";

%obj.chest = "0";
%obj.lhand = "0";
%obj.rhand = "0";
%obj.larm = "0";
%obj.rarm = "0";
%obj.hat = "0";
%obj.accent = "0";
%obj.pack = "0";
%obj.secondpack = "0";
%obj.lleg = "0";
%obj.rleg = "0";
%obj.hip = "0";

GameConnection::ApplyBodyParts(%obj);
GameConnection::ApplyBodyColors(%obj);
%obj.setfacename("asciiTerror");
%obj.setdecalname("Mod-Suitblack");
%color = %obj.getdatablock().skincolor;
%obj.setNodecolor($rhand[0], %color);
%obj.setNodecolor($lhand[0], %color);
%obj.setNodecolor("headskin", %color);

Can anyone tell me what I'm doing wrong or fix it?

53
Suggestions & Requests / First-Person tumble event
« on: September 11, 2011, 12:45:54 AM »
Anyone remember the tumble event? It makes you do that tumble thing when you fall off skis. However, what I need is the same tumble event thing except that as you tumble you are stuck in first-person rather than third person. Would be great for making dramatic falling sequences.

Pages: 1 2 3 [4]