Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

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 - Penguin

Pages: [1] 2
1
Recruitment / Looking for serious spriters & composers
« on: December 20, 2007, 10:30:46 pm »
If you are a serious spriter or a serious composer and is looking for a project that you would like to place on your resume then look no more!  I am starting a project (I have all the project plans finished) and I need some spriters and composers to help with the actual development.  If you are recruited your name will be placed in the Credits (Full name only, this is will be a professional game).  Also, if you want to you can have one character with your name in the game.  Here are the requirements for the positions:

Spriter
  • Must have experience with "cell-shaded" graphic styling
  • Must be able to apply the "cell-shaded" graphic styling to the sprites
  • Must be aware of human body structure and can size weapons, armor, and other things in a realistic manner
  • Must be able to save images (if they are animated) in separate frames
  • Must be able to figure out how to sprite something so it faces different directions
  • Apply the "cell-shading" style so that the image looks 3-D

Background Music Composer
  • Must know how to create music so it loops smoothly
  • Is aware of the type of music that is presented in MMOPRGs
  • Is knowledgeable on what style of music fits with certain areas
  • Is capable of gorgeous sounding compositions

SFX Composer
  • Must know the difference between hallow, semi-liquid, solid in terms of sound
  • Can create unique sounds for each action

About the Game
I don't want to release too much information, but here's the story:

Long ago the Elven race prospered and were the dominant race in the world.  Then, the Elven King, who had an avarice for power, seeked out the ogres for power.  The ogres helped invade the Elven villages with the help of the Elven King.  However, after their victory the King betrayed the ogres and banished them underground.  Since then, the King now dictates over not only the Elves and the Ogres, but the rest of the world.  You are a warrior-in-training who plans to take down the King.  Since the downfall of the magical race, humans, ogres, elves, mer people, and more have been training warriors to take down the King.

And then here's where you come in:

Today's your first day as a warrior and you can choose to be a Bowman, Warrior, or Mage.  Each class has their own unique abilities and can branch on to sub-classes that give you even more choice in what you can do in the game.  You defeat monsters, influenced by the King, to get EXP.  Once reaching a certain amount of EXP, you will level up.  Leveling up gives you points in which you can put into your skills to make them stronger.  There is a wide variety of weapons available for free in the game as well as a Cash Shop which allows you to buy extra items to customize your character.  There are also come Cash Shop items that can help you train such as x2 EXP, x2 DROP, x2 Gold, ect.  The spriters and composers will be paid a portion of the income if they stay on the development team and continue to expand this game.

All staff members will be sent a development forum where I will post more information on what each person needs to work on.  If a staff member is slacking then they will be expelled from the team and removed from the Credits.

2
Entertainment / MapleStory's giving out free maple points!
« on: October 20, 2007, 07:36:22 pm »
Maple points is a another version of Nexon Cash which is used to buy non-necessary virtual items.  These items however may enhance your gameplay.  Nexon America, which is the company who runs MapleStory, is giving out free Maple points for just signing up and sharing the game with other people!


3
I'm not sure if this is advertising or not but if you want to make some money on the internet and help me (I'm poor D:) you can use Adbux which pays you for clicking ads!  (text links).  If your interested please use my referral link (you don't lose any money from using my link): http://adbux.org/?r=pensoftware.  If this counts as advertising then feel free to remove/close this topic =].

4
Discussion / Critique my website please!
« on: March 19, 2007, 05:32:25 pm »
I don't know where this should go...  So if it's in the wrong place please move it Mods :D...  Well I've started remodeling my website and I need suggestions and comments.  If you want, please rate my site from 1-10.  1 being the poor, and 10 being excellent.

Website Link:
www.lytenight.us.to

5
Coding / [GM7] GM Window Dialogs
« on: March 11, 2007, 03:30:22 am »
When using the GM Window Dialogs I have this:
Code: [Select]
    wd_message_set_text("Unable to connect to the login server"+( chr(13)+chr(10) )+"Either you are not online or [name removed for fun!] is going through a server"+( chr(13)+chr(10) )+"check. Please check the  [name removed for fun!]  homepage for more information");
    unable_to_connect=wd_message_show(wd_mk_error,wd_mb_yes,wd_mb_no,wd_mb_none);
    if unable_to_connect=0 {
    execute_program(" [URL removed for fun!] ",0,false);
    game_end();
    }
    if unable_to_connect=1 {
    game_end();
    }
However all it gives me is a hex error.  Anyways, I tried using true and false instead of 0 and 1.  How would I make this work?

6
Discussion / ProjectMS - Redefining Emulation
« on: February 05, 2007, 03:15:43 am »
Info:

Will this ever be released?
Don't know, doesn't matter at the moment.

Will this be scrapped like NinjaStory and PetStory?
Maybe if it gets boring.

What was hard with NinjaStory that made you quit?
Couldn't get the soc working with the other characters.

What was hard with PetStory that made you quit?
It just got boring.

Release Date?
It'll be released when it is.

What is ProjectMS?
It's an attempt to create a Private Server for MapleStory.

Why play this over real MapleStory?
This one has X4 Drop Rate and EXP.  Also it would have new quests that would replace the use of Cash Items (so every cash item is obtainable however still with the three month expiration date).

Will the Server be open source?
Maybe.

Can I be server?
Contact me and we could talk about it.

Do you need a server?
Yes.

What will Version 1 include?
All of Maple Island.

How do you intend to make this "private server"?
Not anything illiegal.  However I can't release that information at the moment, I hope you can all understand.

Are you actually gonna run a Maple Story server?
Not sure yet.  I am most likely going to release the client and the server files.  The server files are what other people can run to create their own server.

Do you have a website where I can discuss this?
www.projectms.us.to

7
Discussion / What would you want?
« on: February 05, 2007, 02:00:51 am »
Would you wan't a MapleStory Private Server with x4 exp and x4 drops all the time??!  Or would you wan't PetStory (http://www.zfgc.com/forum/index.php?topic=11238.0)?

8
Coding / Checking Size on Server Comparing then updating
« on: February 02, 2007, 03:47:40 am »
EDIT:  Sorry people, I forgot to tell you what I can already do...  ;D

Well here is what I want.
1) File Loads (already done)
2) Checks the version number on server (not done), checks version number on computer(done)
3) If Version>CurrentVersion(not done but I'm pretty sure I know how)
4) Download Patcher(from server) (Don't know)
5) Close Program (Done)
6) Patch Program (Done)
7) Delete Patcher (Done)
 ;D

I knew how to do this before, but I forgot?  Can anyone help me?

9
Discussion / TRM might release OOT real soon!
« on: January 28, 2007, 08:27:54 pm »
Mods if this isn't allowed then delete this.
Mods if this isn't in the right area then move this.

http://trmgames.com/index.html

I went there today, and he setup the site into categories!  Even one with DOWNLOADS!  Except OOT to come out soon, or maybe in three more years...  ANYWAYS...  This is just a observation.

10
Recruitment / Hackers Needed!
« on: January 28, 2007, 04:11:17 pm »
I need Hackers that are willing to donate time to try to heck HackerWall.  If you are interested in doing this post here or PM me.  NOTE:  You will have to provide me with the process name of the hecking tool that you used to successfully change the text on the test demo provided with the HackerWall beta.

11
Coding / [Question] Checking Open Processes
« on: January 26, 2007, 10:03:52 pm »
Is there a built-in function in gamemaker or a dll that I can use to check if a process is open with the correct hash?

12
Other Projects / [App] HackerWall - Current Rev: Rev25
« on: January 26, 2007, 03:36:37 am »
Explanation:
HackerWall blocks certain hecking, hex, and memory editing programs from being able to be accessed.  Currently it just closes the game but however I am thinking of it closing the game while showing an error. Please vote for that in the poll.  You may test this by downloading HackerWall and Cheat Engine which can be found at www.cheatengine.org.  Try to open it after you install it and see if it works.

Download:
Download Rev 2
Download Rev 13
Download Rev 13 EXE Fix
Download Rev 25
Download Rev 26

Credits:
Roach - Cyptor.dll
Infinitus - Anti-Task Manager Method
CrystalAngel04 - The AWESOME Hackerwall logo!
Drew200 - hecking Program Finder :D

Known Blocked Programs:
-CheatEngine + Most engines MADE with the Cheat Engine source.
-Tsearch
-OllyDbg

How it works
If I told you, it would be easy to bypass it with the correct knowledge.

I downloaded the beta, where is the exe?
The beta is hackerwall.hwp.  You can't use this file on your own game.  However you may contact me if you are interested in incorporating this into your own project.

Can I have the source code?
No

Does it automatically update?
Not yet, but very soon yes.

Bugs:
None

Processes HackerWall uses:
  • winbckp.exe
  • hackerwall.exe

Will HackerWall ever be complete?
No, there will ALWAYS be something to update.

I need help!
I am recruiting hackers to help improve this program:
http://www.zfgc.com/forum/index.php?topic=13215.0

13
Discussion / [Question] What do YOU want in gamemaker?
« on: December 27, 2006, 03:36:32 am »
What do you want in a game maker.  Please post your ideas and explain.  You never know someone might use this  ::).

14
Coding / [Help] Drawring Sprite Text
« on: December 02, 2006, 04:50:01 am »
I'm using draw_text_sprite on GM6 (script):
Code: [Select]
t29fd=round(global._str*4+global._dex/100);
t29fd=random(t29fd);
if t29fd>0 {
damage=t29fd;
draw_text_sprite(obj_cat.x,obj_cat.y,damage,29,999,spr_n_damage,"0");
screen_redraw();
}
if t29fd<1 {
draw_text_sprite(obj_cat.x,obj_cat.y,':',29,999,spr_n_damage,"0");
screen_redraw();
}
Why won't it draw the damage?

15
Other Projects / PetStory
« on: December 01, 2006, 01:08:50 am »

PetStory v0.002


Beta Versions:
v0.0001 Menu and HP/MP/EXP System
  • This beta version includes a system that allows the adding and subtracting of HP,MP,EXP.  It also includes the hover and pressing of the menu buttons.  A special feature of this beta is when the HP reaches zero, a tombstone falls from above.  Look out away!

    Controls:
    Q - Increase HP
    W - Increase MP
    E - Increase EXP
    A - Decrease HP
    S - Decrease MP
    D - Decrease EXP
v0.002 Game System Test
  • This beta version allows you to play as a cat.  You can attack, gain exp, and level up to level 10.  However HP and MP increase by level is not included.

    Controls:
    Left Key - Move Left
    Right Key - Move Right
    Down Key - Lay
    Control (CTRL) Key - Attack
    ALT Key - Jump
    F2 - Smile
    F3 - Queesy
    F4 - Sad
    F5 - Angry

Screenshots:


This shows that the hovering buttons work, and that I decreased the HP and MP, but also increased the EXP.

This shows what the tombstone looks like and gives a little sample of it.

16
Feedback / I think admins should...
« on: October 28, 2006, 04:00:52 pm »
I think admins should ask before they close someone's topic.  This is my topic: http://forum.zfgc.com/index.php?topic=9887.0 and why did an admin close it?  I wasn't done talking.  I was going to post in the topic about how the game was and leave it open for feedback but then an admin closed it -_-...

17
Coding / [Visual Basic Help] Do on Exit?
« on: October 28, 2006, 01:53:46 pm »
For example if I closed my program using taskmanager, is there a code that makes something happen when it closes?  Thanks in advance.

18
Other Projects / HackerWall - Anti-hecking Protection Program
« on: October 27, 2006, 10:39:03 pm »
Hacker Wall
Anti-hecking Protection Program

Summary:
HackerWall was first designed to block hackers from NinjaStory, later on it was planned to be used in Oracle of Life.  But was removed because of a major glitch which closes mIRC.  However now that glitch is fixed and I plan to continue to work on HackerWall.

Free or Paid?:
HackerWall WILL have to be bought by the user.  It is only a one time $5 fee.  Buying it also guarantees updates to occur.  As continuing to develop HackerWall takes time.

How to purchase?:
Currently HackerWall is still in testing stages and may not be purchased yet.

Sample of HackerWall
Download the Sample of HackerWall by clicking on the below link.  This version shows HackerWall in work!  How would you test HackerWall?  Well download a common hecking program.  Try downloading CheatEngine from www.cheatengine.org.  Then when you are finished, install it and try to open it.  You will find that it will not open.  But if you close the sample program you are able to open it.  Coincidence?  I think not.  Now when CheatEngine is open try opening the sample program.  You will find that CheatEngine closes while the test program is still open.
Download Sample Now

How would I be able to include HackerWall into my game?
On the first room of your game you just add:
Code: [Select]
if file_exists("HackerWall.exe") {
execute_program("HackerWall.exe",0,false)
}
else
{
show_message("HackerWall Error!  HackerWall.exe not found.");
game_end();
}
.  But now you wonder can't anyone just OPEN HackerWall and use it will their own programs?  Well that is false!  You can't HackerWall only attaches to certain programs.  For example make a new game called test2.gm6.  Then compile it with the code on the first room.  Once you open it you will find out the HackerWall just closes.

Does HackerWall have a website?
http://www.freewebs.com/hackerwall/

Screenshots

http://www.freewebs.com/hackerwall/screenshot1.PNG
EDIT:  Instead of not showing anything working I will show this!  It shows me developing HackerWall.

Only for Online Games?
Nope, you can also use it for offline games.  If you created a super hard game and you don't wanna risk it being beaten the first day using hacks then you can use HackerWall to prevent most of the hacks from comming in.  But usally HackerWall is used for online games because those are the ones that are hacked the most.

Current Games under the HackerWall system!:
???Oracle of Life
If you would like to beta test HackerWall in YOUR game, please PM me with a logical reason why you could use HackerWall efficiently in your game.  If your game gets accepted HackerWall will be avalible to you for free, you may pick it up via MSN or AIM.

19
Other Discussion / SMF gone?
« on: August 19, 2006, 03:18:50 pm »
I tried to download SMF today.. and guess what.. ITS GONE!

20
Coding / Ok, choose what you want to be continued here...
« on: August 12, 2006, 05:01:32 am »
Ok, now I have made 2 mmorpg games (Ocarina of Time Online and NinjaStory)... Now it is time to decide which one will be continued and which one's source will be released to the public! VOTE NOW!

Pages: [1] 2

Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.039 seconds with 33 queries.