Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

SICP VN Development

Name: > 2009-07-14 17:04

http://img357.imageshack.us/img357/9186/1230972834292lc0.png

Where do we stand in this project and what needs to be done? Is there a project development website up? I really want to get the ball rolling on this. I'm not going to let this cause be forgotten.

Name: Anonymous 2009-07-14 17:13

i say go for it

Name: > 2009-07-14 17:17

>>2
If people aren't working on it, I'll do it myself.

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !frozEn/KIg 2009-07-14 17:18

What are you creating? Another clone of hentai game? With book on programming as source?
I guess you lack originality to write a script and draw accompanying artwork. So I suggest:
1. Using more photoshop/realism. Less anime.
2. Writing in smaller, bit clearer font. Text should be higher in content.
3. Designing original game tree(aka choose your own adventure) with original menu choice, instead of bland generic action buttons.
4. Adding photo scenery or 3-D like environment would help.
____________________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
The genius of culture is to create an ontological system so compelling that what is inside and outside of a person are viewed as of a piece, no seams and patches noticeable.

Name: Anonymous 2009-07-14 17:19

>>4
OH GOD I SEE HIM!!!!!!

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !frozEn/KIg 2009-07-14 17:23

>>5 'HIM'. How hysterical. If you think about me as an enemy, you shouldn't be surprised i'll think of you too.


________________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
If there is no struggle, there is no progress.

Name: Anonymous 2009-07-14 17:25

>>4
1. I'm not sure you've been around long enough to understand this.
2. How will this help with originality?
3. Choose Your Own Adventure != original.
4. No it woudn't. IHBT

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !frozEn/KIg 2009-07-14 17:28

>>7
1.IIRC, Its a clone of hentai/anime game with custom text.
2. Writing more original content to display on screen. Not showing off generic answers.
3.It is, if you write your own.
4.Scenery would improve visual perspectives and add realism,bland backgrounds would detract from it.


________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
The mind has greater power over the emotions and is less subject thereto, in so far as it understands all things as necessary.

Name: Anonymous 2009-07-14 17:30

Anybody fancy asking /lounge/ if they'll trade MILKRIBS for FV?

Name: Anonymous 2009-07-14 17:40

>>9
It would be better if we had both around, specially if they started trolling each other.

Name: Anonymous 2009-07-14 18:01

>>3
i bet you won't.

Name: Anonymous 2009-07-14 18:25

>>8
Stop changing your name/trip you gigantic faggot.

Sigh, gotta edit the greasemonkey script again.

Name: Anonymous 2009-07-14 18:26

>>4
LESS ANIME IS NEVER A GOOD THING

Name: Anonymous 2009-07-14 18:36

>>13
OPTIMIZE MY ANUS

Name: > 2009-07-14 18:39

FV, where is your weeaboo spirit? I do agree with you about good scenery, but it seems you don't comprehend the full nature of the SICP VN

Name: Anonymous 2009-07-14 18:39

>>12
// ==UserScript==
// @name           fix prog
// @description    fixes all of FrozenVoid's posts on /prog/
// @namespace      http://dis.4chan.org/prog/
// @include        http://dis.4chan.org/*;
// @version        1.2
// ==/UserScript==

(function(){
 var posts = [];
 var myclass = new RegExp('\\bpost\\b');
 var divs = document.getElementsByTagName('div')
 for(var i = 0; i < divs.length; ++i){
  var classes = divs[i].className;
  if(myclass.test(classes)) posts.push(divs[i]);
 }
 for(var i = 0; i < posts.length; ++i){
  var postername = posts[i].getElementsByTagName('span')[3];
  var postertrip = posts[i].getElementsByTagName('span')[4];
  if((/FrozenVoid/.test(postername.innerHTML)) || (/^!FrOzEn2BUo/.test(postertrip.innerHTML)) || (/^!frozEn\/KIg/.test(postertrip.innerHTML)))
    posts[i].parentNode.removeChild(posts[i]);
 }
})();

Name: Anonymous 2009-07-14 18:41

>>16
My version doesn't include the middle if-option, yet it's version 1.1.2. Something's wrong with version numbers.

Name: Anonymous 2009-07-14 18:42

>>17
I make up my own version numbers as I edit it

Name: Anonymous 2009-07-14 18:45

>>16
Why did you use two separate loops are you afraid of indenting more than 1 level?

Name: Anonymous 2009-07-14 18:55

>>18
Hey, me too. That means that our version numbers should match.

Name: Anonymous 2009-07-14 19:02

>>19
for(var i = 0; i < divs.length; ++i){
!=
for(var i = 0; i < posts.length; ++i){

Name: Anonymous 2009-07-14 20:02

>>12
FV is a javascript expert. It would be nice to see it create an FV-hiding script to demonstrate it's prowess.

Name: Anonymous 2009-07-14 20:59

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !frozEn/KIg 2009-07-15 0:09

i have to note, my script was designed for shiichan to hide posts which match specific content
not specific people(which would be futile here). Its much more appropriate then any of those "tripcode filters", because i can easily be posting anon.

_________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
Biology has progressed tremendously due to the model that Darwin put forth. But the black boxes Darwin accepted are now being opened, and our view of the world is again being shaken.

Name: Anonymous 2009-07-15 1:48

>>24
i can easily be posting anon
That's where you are wrong. You think that you could easily post Anonymously because you see yourself as above Anonymous, that at any point you could choose to be on his level and that would be fine. In reality, you are below him. He is controlled and restrained enough to neither need nor see a need for credit, personalities in the course of mature programming discussion. Yes, posting anonymously is a mechanically trivial task. So is cutting off your dick with a knife. The difference here is that having the will power to sacrifice your ego and any respect that came with it for a greater good is something you seem to be unable to grasp. It naturally follows that any such person would find it prudent to hide your posts.

Name: Anonymous 2009-07-15 3:33

Those are just concept screenshots. Noone has actually started on the script, but it seems like it'll start with the protagonist being accepted into MIT and traveling to the US from Japan.

Name: Anonymous 2009-07-15 4:58

>>25 You think so highly of yourself. As if anonymous is some elite club, and not generic joe average without a name.
``having the will power'  -  I can easily switch between more then dozen identities in one thread if i desired so(i've roleplayed for several years) without blinking and you believe that I cannot be Anonymous?
 anonymous is not a high society of intellectually superior/restrained people. Anonymous is /b/. Anonymous is the retard possting "HAX MY ANUS" and "READ SICP" at every opportunity(or similar memes).  Anonymous is lowest common denominator here. There is nothing below that. Not now, not ever.
Even your mom can be anonymous. It requires no effort whatsoever or "mythical restraint" for the ego.

posted anonymously just to point how retarded your outlook is.
_________________________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
A free press is not a privilege but an organic necessity in a great society. Without criticism and reliable and intelligent reporting, the government cannot govern. For there is no adequate way in which it can keep itself informed about what the people of the country are thinking and doing and wanting.

Name: Anonymous 2009-07-15 5:54

>>27
Sadly, your message is completely lost on the fact your post is quite clearly NOT anonymous.

Name: Anonymous 2009-07-15 6:04

>>28
You think so highly of yourself. As if anonymous is some elite club, and not generic joe average without a name.
``having the will power'  -  I can easily switch between more then dozen identities in one thread if i desired so(i've roleplayed for several years) without blinking and you believe that I cannot be Anonymous?
 anonymous is not a high society of intellectually superior/restrained people. Anonymous is /b/. Anonymous is the retard possting "HAX MY ANUS" and "READ SICP" at every opportunity(or similar memes).  Anonymous is lowest common denominator here. There is nothing below that. Not now, not ever.
Even your mom can be anonymous. It requires no effort whatsoever or "mythical restraint" for the ego.

posted anonymously just to point how retarded your outlook is.

Name: !KwOJRBWOVE 2009-07-15 6:15

Please do not feed the trolls.

Name: Anonymous 2009-07-15 6:22

>>30
On diet today, eh?

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !frozEn/KIg 2009-07-15 6:27

>>30 I'm not feeding anyone. I perform intelligent discourse which i can stop at any point i wish.


____________________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
The primitive mentality is a condition of the human mind, and not a stage in its historical development.

Name: Anonymous 2009-07-15 6:36

>>32
intelligent discourse
Oh, is that what you it?

Name: =+=*=F=R=O=Z=E=N==V=O=I=D=*=+= !frozEn/KIg 2009-07-15 6:42

>>33 Unlike Anonymous flocks of readers who reply to random posts without determining which is the recipient,
 it could be contrasted to threads with me(or e.g. anyone with tripcode, or in some cases a name) in them
 have a defined relational tree structure with all posts connected.


____________________________________________
http://xs135.xs.to/xs135/09042/av922.jpg
orbis terrarum delenda est

Name: Anonymous 2009-07-15 7:07

>>27
hax my anus

Name: Anonymous 2009-07-15 11:43

>>26
LET'S TALK MOAR ABOUT THIS PRIJECT

I want to actually play a game that contains both SICP lectures and the option to "Put it in"

Name: > 2009-07-15 23:17

>>33
At least FV has enough decency to take responsibility for his posts. I can't believe people are talking about how much of a great sacrifice it is to post anonymously. Its ridiculous. People just post anonymously to avoid the stigma that ensues after people get pissed off at their ignorance or otherwise dickish behavior.

Name: > 2009-07-15 23:23

>>36
Me too. We should get back on topic. Who is developing this anyway? I started this thread without even knowing where those screen caps came from.

Name: Anonymous 2009-07-16 0:58

>>38
They were obviously shoops. But I would play this srsly

Name: > 2009-07-16 1:04

>>39
I don't believe it. As I do with most things I deny the less favorable possibility over one that suits my fancy.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List