Welcome Guest ( Log In | Register )

2 Pages V   1 2 >

Rui L'cie
Posted on: Sep 26 2009, 07:17 AM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


About watermark, I think most artist would have them in their art pieces, I believe so that they can promote their art and as well preventing stolen arts.
But if ranchstory would like the one without watermark then they could ask the artist directly. Moreover if they're a member of this forum, then it should be easy right?
  Forum: Library · Post Preview: #234924 · Replies: 91 · Views: 19,038

Rui L'cie
Posted on: Sep 25 2009, 05:37 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


Hm, its interesting to see the possible english name suggestions from all of you.

I would prefer if the names stays the same like the japanese, in fact, I think most of them are going to stay the same eg.
Anemone's

Enju- I would think if its changed it would be Erin.
Freja- I think it would be either "FREYJA" or "FREYA" like the name of norse mythology
Kagetsu- No idea, but I think they should keep the original name
Shelfer- Original name still the best..
Agi- I have no slightest idea about his possible future name, maybe Aegis?
Dirka- Dirk. Urm, I just have this feeling that they'll just remove the "a"
Juris- I have no idea, but I hope it stays the same too, I cant imagine if he has any other names.
Royd- Lloyd
Schmidt- I think this would be another case where they keep the original name.

  Forum: Breeze Town (Grand Bazaar) · Post Preview: #234459 · Replies: 48 · Views: 14,633

Rui L'cie
Posted on: Sep 25 2009, 05:26 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


I love the idea of having artist spotlight.

Just a suggestion, why dont you start giving artist spotlight to the members who submitted their fanart to the gallery first, as a gratitude how they support the site? then once the good ones are done then start with other people.
I bet the members would be grateful to see their art in the mainpage, and I must say, there are a lot of good fanart in ranchstory gallery.

here are some more fanarts that I think they deserve more attention from public.
1 || 2 || 3 || 4 || 5 || 6
  Forum: Library · Post Preview: #234456 · Replies: 91 · Views: 19,038

Rui L'cie
Posted on: Sep 25 2009, 05:12 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


Woa, I would love to try Leia's or H.G wedding dress they look awesome..
And I think I like Lumina's dress the best

I found this fanmade wallpaper when I was browsing for the wedding images
  Forum: Forget-Me-Not Valley · Post Preview: #234453 · Replies: 9 · Views: 4,083

Rui L'cie
Posted on: Sep 16 2009, 03:08 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


I'm a bit confused here..(I'm sorry, but this is really confusing >_<)
so how do you change from char to int?
  Forum: Library · Post Preview: #230731 · Replies: 141 · Views: 11,199

Rui L'cie
Posted on: Sep 16 2009, 10:17 AM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


urm, sorry for went missing for few days while asking a question in this thread.
I hope you guys still willing to help me

anyway, I've done some memory digging, trying to remember what my lecturer taught in class last week, and I've come up with this as the solution of the programming question that I asked

QUOTE
# include <stdio.h>
#include <conio.h>
int main() {
int a, b,c,d;
printf("Please input 4 digits:");
scanf("%d%d%d%d",&a,&b,&c,&d);
if((a == b) && (b == c) && (c == d))

printf("There are same numbers\n");

else
printf("There are no same numbers\n");

getch();
return 1;
}


however, it is different from what Jason gave me. I need to put a space between the 4 numbers that I inputted. If I didnt give space in between, the program doesnt work.

so, mind telling me the answer to that? What should I do so that I can just put 4 numbers without need to give any spaces between the numbers ?

thank you >_<
  Forum: Library · Post Preview: #230710 · Replies: 141 · Views: 11,199

Rui L'cie
Posted on: Sep 16 2009, 10:07 AM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


I hope I'm not too late to say this, but

\(>_<)/\(^_^)/\(>_.)/\(._<)/\(^_^)/\(>_<)/

HAPPY BIRTHDAY JASON !!!
*give a big hug*
  Forum: Introductions · Post Preview: #230709 · Replies: 30 · Views: 1,415

Rui L'cie
Posted on: Sep 11 2009, 11:18 AM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


@Jason
Just call me Rui :D
Yea, I think the result should be something like that..! You're awesome..!
Thank you for the help..could you show me the codings? :3
  Forum: Library · Post Preview: #227654 · Replies: 141 · Views: 11,199

Rui L'cie
Posted on: Sep 11 2009, 02:49 AM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


Yep, we havent learned that..
Please guide me Saffy-sensei :3
I have to pass this subject no matter what it takes
  Forum: Library · Post Preview: #227552 · Replies: 141 · Views: 11,199

Rui L'cie
Posted on: Sep 11 2009, 02:28 AM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


hm, our lecturer hasnt taught us any of those functions(cin, gets, getline, ...) before.
So I guess we have to keep the things simple and basic, like comparing each of the digits
  Forum: Library · Post Preview: #227528 · Replies: 141 · Views: 11,199

Rui L'cie
Posted on: Sep 11 2009, 02:08 AM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


Please help me Saffy >_<

lets see.. I have 15 questions and I dont have any idea how to do it(bacause we only have 2 classes before and the lecturer isnt good at teaching).
I hope I can translate the questions right.

Question 0

Make a program to check whether all the four digit (positive integer) input are the same.

Input
a positive integer that consists of 4 digits.

Output
Show "is not the same" if there are different figures, show the "same" if otherwise.

EXAMPLE INPUT
8488
INPUT OUTPUT FOR EXAMPLE
not equal

I'm guessing it is using the <if> function, and something like <==>
but I dont know how to apply it.

thank you :D
  Forum: Library · Post Preview: #227513 · Replies: 141 · Views: 11,199

Rui L'cie
Posted on: Sep 11 2009, 01:58 AM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


QUOTE (Saffy @ Sep 10 2009, 08:44 PM) *
Yes, I can :) Just depends on what language. I don't know any Java.


I'm using C++
  Forum: Library · Post Preview: #227505 · Replies: 141 · Views: 11,199

Rui L'cie
Posted on: Sep 10 2009, 11:44 AM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


to brighten the picture just use Microsoft Office Picture Manager and play with the contrast and brightness and TA-DAA..
you're picture would be much clearer and brighter :D
  Forum: Library · Post Preview: #227287 · Replies: 19 · Views: 252

Rui L'cie
Posted on: Sep 10 2009, 11:44 AM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


Can someone help with programming questions?
  Forum: Library · Post Preview: #227286 · Replies: 141 · Views: 11,199

Rui L'cie
Posted on: Sep 9 2009, 02:10 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


I usually use numbers, like
ichii, nina, san, yon, go,roku, etc..
just like names from Madotte Lollipop manga
  Forum: General Harvest Moon · Post Preview: #226884 · Replies: 110 · Views: 31,868

Rui L'cie
Posted on: Sep 9 2009, 02:09 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


yea, and the part where he wear that white horse suit...
I was speechless when I saw that, if I were miku, I'll kick him as well.

  Forum: Introductions · Post Preview: #226882 · Replies: 23 · Views: 1,750

Rui L'cie
Posted on: Sep 9 2009, 01:17 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


8/10
The writing is a bit hard to see, maybe changing the colour or make it glow( outside glow) would be better.
Personally I like your sig, but I think it would be better if the background is red instead of blue
  Forum: Library · Post Preview: #226869 · Replies: 1106 · Views: 19,772

Rui L'cie
Posted on: Sep 9 2009, 12:59 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


Aww..I love your art Miitan <3

especially the one with Misty, she looks really cute and sexy XP

For the first one, the legs are a bit too short for the body, even so, you've drawn a very cute Hagu..
You've captured the personality really well..

The chibi is amazingly adorable >_< I love her expression and the fluffy clothing
  Forum: Library · Post Preview: #226861 · Replies: 19 · Views: 252

Rui L'cie
Posted on: Sep 9 2009, 12:33 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


@Happy
Thanks..! Woa, you have a good name there..:D
Hey, is that from soul eater?

@Miitan
Yea, miku's songs are great, but for character wise, I prefer the twins..They're awesome..
Especially on those songs made especially for them (like the daughter of evil+servant of evil, kokoro+kokoro/kiseki, paper plane+prisoner)

Have you watch the video of The world is mine Kaito version?? It's hilarious. You should try and watch it if you haven't.
  Forum: Introductions · Post Preview: #226860 · Replies: 23 · Views: 1,750

Rui L'cie
Posted on: Sep 9 2009, 12:22 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


Hi there Leiko , nice to meet you :D
  Forum: Introductions · Post Preview: #226857 · Replies: 14 · Views: 964

Rui L'cie
Posted on: Sep 8 2009, 03:27 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


I guess my skill isnt up to the standart to help..maybe I'll give some screenshots of IoH.

  Forum: Library · Post Preview: #226286 · Replies: 14 · Views: 1,279

Rui L'cie
Posted on: Sep 8 2009, 02:50 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


I'll try to contribute something to the site.
May I know what do you mean by pixel art?and what do you mean by "good at drawing in pastel art?"
  Forum: Library · Post Preview: #226280 · Replies: 14 · Views: 1,279

Rui L'cie
Posted on: Sep 8 2009, 02:33 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


yup, for the harvest goddess pond its the only pond in the forest area, just throw something there and the goddess will appear before you.

for the horse, need to befriend with Chen, he loves noodles, and most of the homemade food. But I usually give him curry.
It will take awhile, but I'm sure by fall you'll get it.
  Forum: Handheld Harvest Moon · Post Preview: #226276 · Replies: 7 · Views: 1,290

Rui L'cie
Posted on: Sep 8 2009, 02:21 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


Hi there moesuke!! *wave*
I'm pretty new here and my English isnt that good as well..I'm sure we can learn and improve together :D
  Forum: Introductions · Post Preview: #226270 · Replies: 18 · Views: 763

Rui L'cie
Posted on: Sep 7 2009, 01:41 PM


Member


Group: Members
Posts: 41
Joined: 5-September 09
From: Somewhere in the world
Member No.: 1,994


QUOTE (Lindstrom @ Sep 7 2009, 10:30 AM) *
EarthBound - I think I've probably said enough about this series already
Chrono Trigger/Cross - fairly Final Fantasy-like, but it's generally sillier and there's no need to grind for more experience points
Secret of Mana - pretty amazing considering how few games are co-op multiplayer, and this actually has a good deal of length to it


Owh, I used to play earthbound ... It was one of my favorite for SNES games...interesting story, I like it especially the part where you have mushroom on your head, and you have to see the doctor to take them off from your head and you sell the mushroom for money (IMG:style_emoticons/default/lalaexdee.gif)

I stopped playing Chrono Cross halfway because I got stuck and I get very frustrated. The story is pretty confusing to me,but the fighting element is sure interesting and different from other games.

Yay for Mana series.. I love it so much especially for Legend of Mana! I played that game over and over to get all the quest and all endings. But the newest series on NDS is pretty disappointing..

I should say, Yaggdrasil Union (not sure how to spell the names right) is pretty awesome as well..

QUOTE (~Miitan @ Sep 7 2009, 01:59 PM) *
Aw, everybody added descriptions.. - feels left out -


dont worry, I didnt add description as well.. so you're not alone :)
  Forum: The Old Arcade · Post Preview: #225784 · Replies: 23 · Views: 238

2 Pages V   1 2 >

New Posts  New Replies
No New Posts  No New Replies
Hot topic  Hot Topic (New)
No new  Hot Topic (No New)
Poll  Poll (New)
Poll  Poll (No New)
Closed  Locked Topic
Moved  Moved Topic
 

Lo-Fi Version Time is now: 25th December 2024 - 07:40 AM