Page 1 of 1
Rabbitoshi for Integramod

Posted:
Wed Jul 19, 2006 7:56 pm
Author: Dioncecht
Has anyone attempted to port Rabbitoshi to Integramod? If not, does anyone know how to do it (or could someone take a stab at it)?
please, please, please??? here's a link to teh code [url=http]Rabbitoshi 3.0[/url]
Once I get this all put together, I could make available a vanilla integramod package with ADR, Zone Mod, Rabbitoshi, and a ton of the add-ons that Shadowtek released included so nobody has to go through the daunting task of installing all this stuff and making tweaks as necessary. I have been working on this for roughly 4 weeks and I am still not done. Rabbitoshi has me stuck at the moment, so any assistance would help me get closer to getting this working and making it avialable for the rest of the IM community.

Posted:
Wed Jul 19, 2006 8:21 pm
Author: star
Mr DSL had intergration on the old forum for pcp
http://www.integramod.com/forum/viewtop ... 6518646732shadowteks premod will work with everything already installed and just use the adr intergration for integramod from here
http://www.ozziesworld.com/forum/ if nothing else you can always pull the pcp files you need from them to use in what your doing

Posted:
Tue Jul 25, 2006 8:12 am
Author: MrDSL
Doesn't rabbitoshi 3.0 have to be used with ADR?
Re: Rabbitoshi for Integramod

Posted:
Wed Jul 26, 2006 9:18 am
Author: Mandoo
Looking at the files, it seems that rabbitoshi dosnt have to be run with ADR, there is a sepperate battle integration section for it. Im going to give v3 a go on my test server and see what happens.
Re: Rabbitoshi for Integramod

Posted:
Wed Jul 26, 2006 9:43 am
Author: Mandoo
MrDSL, ive just been racking my brains and my hardrive to find your original instructions for installing rabitoshi on pcp, cant find them anywhere, any chance you still have a copy kicking around?

Posted:
Wed Jul 26, 2006 10:05 am
Author: Holy Rickus
Talking about ADR is there anyway that anyone can tell me the link to download ADR?
Re: Rabbitoshi for Integramod

Posted:
Wed Jul 26, 2006 10:27 am
Author: Mandoo
The link for ADR is [url=http]here[/url]
also check out [url=http]http://www.ozziesworld.com[/url] in the downloads section there is a file containing instructions for installing with pcp <-- you will need these.
ill update with more specific links when i get a second.

Posted:
Wed Jul 26, 2006 10:39 am
Author: Holy Rickus
Does the RPG actually come with a forum? Or is that just a demo?

Posted:
Wed Jul 26, 2006 11:02 am
Author: Holy Rickus
Never mind, I knwo the answer. I honestly don't have a clue what any of that instalation means. Could you give me a hand please?
Thanks.
Re: Rabbitoshi for Integramod

Posted:
Wed Jul 26, 2006 11:51 am
Author: MrDSL
"Mandoo";p="12449" wrote:MrDSL, ive just been racking my brains and my hardrive to find your original instructions for installing rabitoshi on pcp, cant find them anywhere, any chance you still have a copy kicking around?
I don't but its just a link so integration would be pretty easy..

Posted:
Wed Jul 26, 2006 11:54 am
Author: Holy Rickus
The problem is I don't know a lot about installing mods that come without an install folder and the instructions that come I just can't figure out what they mean.
Re: Rabbitoshi for Integramod

Posted:
Fri Jul 28, 2006 5:31 am
Author: Mandoo
MrDSL is helping me with making the latest version of rabbitoshi compatible with IM. When its sorted ill be happy to help you install it on your board.

Posted:
Fri Jul 28, 2006 7:16 am
Author: MrDSL
Done..
This is for IM
- Code: Select all
##-----[ OPEN ]------------------------------------------#profilcp/def/def_userfuncs_custom.php ##-----[ FIND ]------------------------------------------#?> ##-----[ BEFORE, ADD ]------------------------------------------#function pcp_output_user_rabbitoshi($field_name, $view_userdata, $map_name=''){ global $board_config, $phpbb_root_path, $phpEx, $lang, $images, $userdata, $server_url, $db; global $values_list, $tables_linked, $classes_fields, $user_maps, $user_fields; $txt = ''; $img = ''; $res = ''; $lang['Rabbitoshi_topic']='See this user's pet'; $txt = '<a>'.$lang['Rabbitoshi_topic'].'</a>'; $res = pcp_output_format($field_name, $txt, $img, $map_name ); return $res;} ##-----[ OPEN ]------------------------------------------#profilcp/def/def_userfields.php ##-----[ FIND ]------------------------------------------#// messengers informations ##-----[ BEFORE, ADD ]------------------------------------------# 'user_rabbitoshi' => array( 'lang_key' => 'Pet', 'class' => 'generic', 'type' => 'VARCHAR', 'dsp_func' => 'pcp_output_user_rabbitoshi', 'visibility' => true, ), ##-----[ OPEN ]------------------------------------------#profilcp/def/def_usermaps.php ##-----[ FIND ]------------------------------------------# '[lf]3' => array( ), ##-----[ BEFORE, ADD ]------------------------------------------# 'user_rabbitoshi' => array( 'leg' => true, 'txt' => true, ), ##-----[ FIND ]------------------------------------------# 'user_country' => array( 'img' => true, 'style' => '<br><div>%s ', ), ##-----[ BEFORE, ADD ]------------------------------------------# 'user_rabbitoshi' => array( 'txt' => true, 'style' => '<div>%s ', ),
Re: Rabbitoshi for Integramod

Posted:
Fri Jul 28, 2006 7:28 am
Author: Mandoo
Wonderfull. Ive had a poke around on it and cant find any problems. Do you mind if i copy the instructions over to the ADR site as well?
Re: Rabbitoshi for Integramod

Posted:
Fri Jul 28, 2006 7:32 am
Author: MrDSL
"Mandoo";p="12588" wrote:Wonderfull. Ive had a poke around on it and cant find any problems. Do you mind if i copy the instructions over to the ADR site as well?
No worries I will since they may be different for users running regular PCP