Raised This Month: $ Target: $400
 0% 

PokeMod v1.2.3 RC for Public (June 25, 2008)


Post New Thread Reply   
 
Thread Tools Display Modes
lobopack23
Senior Member
Join Date: Jun 2009
Location: California , United Stat
Old 12-22-2011 , 14:17   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #2291

@krazyk if they are your own versions, then yes you can, but if they include my work or linuus, you don't have permission, since we have worked hard in updating the mods, i have posted season 3 before but will update it soon to re-release it
__________________
- Steam: Lobopack23 - Link
Contact me if you need any help with Pokemod.
- 2nd Generation Pokemod - Link
(new skills, items, and pokemons)
- Buy Xp - Link
lobopack23 is offline
krazyk
Member
Join Date: Jun 2011
Old 12-23-2011 , 03:15   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #2292

the season 5 i have is on brazil's server i paid a friend for it. but it is bugged as shit so maybe someone can make it a lil project
__________________
signature
krazyk is offline
liinuus
Senior Member
Join Date: Apr 2010
Old 12-23-2011 , 10:28   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #2293

Quote:
Originally Posted by krazyk View Post
the season 5 i have is on brazil's server i paid a friend for it. but it is bugged as shit so maybe someone can make it a lil project
the bugged part comes mostly from other ppl thats been trying to edit and add new skills, but that is 80% my work.
liinuus is offline
iBrazilian
Senior Member
Join Date: May 2011
Old 12-23-2011 , 15:02   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #2294

My server is based on Hib's and Liinuus work, which the skills from season 5 is 100% Liinuus work and the rest is 100% Hibs so what they say go.. ( even tho i paid for skills )
__________________
Pokemod Season 5 [ |||||||||| Complete]
iBrazilian is offline
liinuus
Senior Member
Join Date: Apr 2010
Old 12-23-2011 , 16:48   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #2295

Quote:
Originally Posted by iBrazilian View Post
My server is based on Hib's and Liinuus work, which the skills from season 5 is 100% Liinuus work and the rest is 100% Hibs so what they say go.. ( even tho i paid for skills )
ye, btw who was it you payd for it? ( i mean who krazyk paid for it )
and since the terms i sold my work to braz was that he cud ggive it to anyone he wants but he wneeds to contact me if he sells it, all u need is him giving you a yes and you can release it :p

Last edited by liinuus; 12-23-2011 at 16:50.
liinuus is offline
iBrazilian
Senior Member
Join Date: May 2011
Old 12-23-2011 , 20:18   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #2296

I gave it to him, but for personal use only. No distributing which was agreed.. Only testing on your local server that's it nothing else.. If it was going to be distributed i wouldn't have given.
I haven't given anyone the files besides for Krazyk.. I know about the selling part liinuus.
__________________
Pokemod Season 5 [ |||||||||| Complete]
iBrazilian is offline
Emp`
AMX Mod X Plugin Approver
Join Date: Aug 2005
Location: Decapod 10
Old 12-24-2011 , 01:10   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #2297

Here is the first Beta release.

Edit: Updated attachment.

Edit: You will need a new oak model which can be found here: https://forums.alliedmods.net/showth...54#post1621054
Attached Files
File Type: zip PokeMod 2.0 Beta 1.zip (374.5 KB, 1838 views)

Last edited by Emp`; 10-16-2012 at 15:04.
Emp` is offline
Send a message via AIM to Emp` Send a message via MSN to Emp` Send a message via Yahoo to Emp` Send a message via Skype™ to Emp`
krazyk
Member
Join Date: Jun 2011
Old 12-24-2011 , 01:42   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #2298

sorry brazil, nobody sold it to me im the one you gave it to, and i wont dick u over. i thought i had S4 but i dont o well.... and it looks like a better present right here neway ^
__________________
signature

Last edited by krazyk; 12-24-2011 at 01:43.
krazyk is offline
lobopack23
Senior Member
Join Date: Jun 2009
Location: California , United Stat
Old 12-24-2011 , 02:08   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #2299

Quote:
Originally Posted by Emp` View Post
Here is the first Beta release.
Just 1 question emp..how much different is this from the alpha version you gave me and linuus?
__________________
- Steam: Lobopack23 - Link
Contact me if you need any help with Pokemod.
- 2nd Generation Pokemod - Link
(new skills, items, and pokemons)
- Buy Xp - Link
lobopack23 is offline
eskemo
Senior Member
Join Date: Dec 2008
Location: Australia
Old 12-28-2011 , 04:43   Re: PokeMod v1.2.3 RC for Public (June 25, 2008)
Reply With Quote #2300

Quote:
Originally Posted by Emp` View Post
Here is the first Beta release.

Edit: Updated attachment.
When i was to install this new version, I had to change oak.mdl to profoak + oakT.mdl to profoakT.mdl..

Good and easy but for this to actually work i needed to download the profoakT.mdl which didnt download after it was added to the folder it kept making the player's crash as it wasn't downloading sorta as if it wasn't precaching correctly. So i simply wrote this very effortless few lines of code. Then it worked, If this was any help or if it wasn't of any help I am glad it was of help and if it was just my server I am very sorry for this useless post.
Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Precacher"
#define VERSION "1.0"
#define AUTHOR "eskemo"

#define oakt "models/pokemon/profoakT.mdl"

public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    
}

public plugin_precache()
{
    precache_model(oakt)

}
EDIT : For the reason of the oak model name being changed is a mystery to me hopefully you'll be able to awnser this emp.
Also how oak is now a hostage is a really new and different feature, would be pretty kewl if their were few maps made for pokemod to suite the fact he can now walk, and actually die. Also a new game style of protect oak on each side while using your pokemon to help protect would be something different but fun.
Also for people thinking "Capture the Flag" Could do the same I know this.
Attached Files
File Type: sma Get Plugin or Get Source (preacher.sma - 675 views - 474 Bytes)
__________________


Free Australian FASTDL Server PM ME

Last edited by eskemo; 12-28-2011 at 04:47. Reason: Forgot to include a line.
eskemo is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:13.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode