Forum

> > CS2D > Mods > [Unfinished] Fallout New Vegas Skin Pack
Forums overviewCS2D overview Mods overviewLog in to reply

English [Unfinished] Fallout New Vegas Skin Pack

83 replies
Page
To the start Previous 1 2 3 4 5 Next To the start

old Re: [Unfinished] Fallout New Vegas Skin Pack

Apache uwu
User Off Offline

Quote
So something like this?

1
2
3
4
5
6
7
8
9
10
addhook("movetile","_movetile")

function _movetile(id,x,y)
	for _,it in ipairs(item(0,"table")) do
		if x==item(it,"x") and y==item(it,"y") then
			parse("equip "..id.." "..item(it,"type"))
			parse("removeitem "..it)
		end
	end
end

Specify more details for a more polished script.

old Re: [Unfinished] Fallout New Vegas Skin Pack

DevGru
User Off Offline

Quote
I read in Fallout Wiki that Sniper Rifle is an Automatic two handed gun, which weapon do you think I should replace it with?

Also In fallout wiki It says Light Machinegun is on rifles list, I'm gonna use it for M249 but Automatic Rifle fits better with M249. I can't use Minigun for M249 because It is for the new gun in the new version of CS2D. Which weapon do you think I should replace with Light Machinegun? (Rifles only)

BTW can somebody make the sounds for the weapons? Upload it somewhere and give me the link in PM.

old Re: [Unfinished] Fallout New Vegas Skin Pack

Apache uwu
User Off Offline

Quote
that's the same as saying lua is hard -- and then trying to make an extensive mod

     generally you ask people for help because you don't have time, not because you can't do it yourself

old Re: [Unfinished] Fallout New Vegas Skin Pack

DevGru
User Off Offline

Quote
Fine, I'll do the flags, splash, and any other things. I'm not a scripter, that's why I can't make luas. I can only make skins or something I can make by using MS.Paint or whatever.
__________________________________________________

Edit: I need the sprites I requested on this mod:

http://www.unrealsoftware.de/forum_posts.php?post=299638#jn

and then I will make some maps.

Also I really need the sounds for the weapons
edited 1×, last 20.02.12 08:12:56 am
To the start Previous 1 2 3 4 5 Next To the start
Log in to reply Mods overviewCS2D overviewForums overview