[QUOTE=CapsAdmin;20235640]Fishing mod is a sandbox addon, not a gamemode!
With the fishing mod you can do the following main things:
- Catch fish
- Store fish
- Level up
- Buy bait
You can catch fish using various bait and and fish at different depths and you can only catch this and that when you reach certain levels.
The table structure for catch look like this:
[lua]
fishingmod.AddCatch{
friendly = "Junk", --Friendly name
type = "prop_physics", --The entity type
models = { --Models
"models/props_junk/Shoe001a.mdl",
"models/props_junk/garbage_coffeemug001a.mdl",
"models/props_junk/garbage_coffeemug001a_chunk01.mdl",
"models/props_junk/garbage_glassbottle001a.mdl",
"models/props_junk/garbage_glassbottle001a_chunk01.mdl",
"models/props_junk/garbage_glassbottle003a.mdl",
"models/props_junk/garbage_metalcan001a.mdl",
"models/props_junk/garbage_milkcarton001a.mdl",
"models/props_junk/garbage_metalcan002a.mdl",
"models/props_junk/garbage_milkcarton001a.mdl",
"models/props_junk/garbage_milkcarton002a.mdl",
"models/props_junk/garbage_newspaper001a.mdl",
"models/props_junk/garbage_plasticbottle001a.mdl",
"models/props_junk/garbage_plasticbottle002a.mdl",
"models/props_junk/garbage_plasticbottle003a.mdl",
"models/props_junk/garbage_takeoutcarton001a.mdl",
"models/props_junk/GlassBottle01a.mdl",
"models/props_junk/glassbottle01a_chunk01a.mdl",
"models/props_junk/glassjug01.mdl",
"models/props_junk/glassjug01_chunk02.mdl",
"models/props_junk/PopCan01a.mdl",
"models/props_junk/PropaneCanister001a.mdl",
"models/props_junk/propane_tank001a.mdl",
},
size = 10, --Size relative to its bounding radius (this means if you make all catch this size, they will all be the same size no matter how big they normally are)
rareness = 2000, --The rareness of the catch. The higher it is, the lower the changes are that you might catch it.
yank = 1000, --Yank power of the bobber
force = 2000, -- Weld force
mindepth = 0, -- Minimum depth it can be caught at
maxdepth = 20000, -- Maximum depth it can be caught at
expgain = 20, -- How much experience you'll get for catching this
levelrequired = 0, --The minimum level required for catching this
remove_on_release = true, --Remove it if it hits the water
}
[/lua]
If you come up with a catch, I'll review it and add it to the svn.
To access the menu, press B while using the fishing rod.
To release bait, press e
To release catch, press r
To reel faster, hold shift
To reel slower, hold alt
To get the rod, spawn it in the weapons tab.
To get the shelf, spawn it in the entities tab.
[img]http://dl.dropbox.com/u/244444/pictures/fishingmod/1.jpg[/img]
[img]http://dl.dropbox.com/u/244444/pictures/fishingmod/2.jpg[/img]
[img]http://dl.dropbox.com/u/244444/pictures/fishingmod/3.jpg[/img]
[img]http://dl.dropbox.com/u/244444/pictures/fishingmod/4.jpg[/img]
[media]http://www.youtube.com/watch?v=0BkFgotkTnM[/media]
(old video)
[b]SVN Link[/b]
[highlight][noparse]http://fishingmod.googlecode.com/svn/trunk/[/noparse][/highlight][/QUOTE]
[highlight](User was banned for this post ("Joined Facepunch to quote a post and not add anything to it, please be careful!" - NiandraLades))[/highlight]
[highlight](User was banned for this post ("Joined Facepunch to quote a post and not add anything to it, please be careful!" - NiandraLades))[/highlight]
I know this is probably a stupid question but, will this work with DarkRP?
Read the posts at the top of the page
I can't even download it since it requires a password :/
Sorry, you need to Log In to post a reply to this thread.