Forum

> > CS2D > Scripts > Making a CS2D campaign mode
Forums overviewCS2D overview Scripts overviewLog in to reply

English Making a CS2D campaign mode

56 replies
Page
To the start Previous 1 2 3 Next To the start

old Re: Making a CS2D campaign mode

Time
User Off Offline

Quote
user Ultimate programmer has written
ohoh ,i am also kid,as you said i am 12))) joke. but i am junger dc for 10 years. byut you are funs-noobs

Do you always talk like a mentally retarded person? I'm not a grammar nazi but, oh boy, your English is one fucked up son of a bitch.

old Re: Making a CS2D campaign mode

Mechanolith
User Off Offline

Quote
user Time has written
Do you always talk like a mentally retarded person? I'm not a grammar nazi but, oh boy, your English is one fucked up son of a bitch.

His avatar says "genius", ironically.

old Re: Making a CS2D campaign mode

SkullzOrig
User Off Offline

Quote
@user Apache uwu: In my plans, I do not plan on using the default skins for the main characters, that is where the is needed at. The one part I am stuck on is what the scenery should be, where the story takes place. I understand the difficulty of the scripting will be. I hope whoever does the scripting will do atleast 30-50 of the coding so we will be able to release soon as possible. But rhe group is going to have to work together, because the map maker is going to be finished with the map so the scripter may finish or start(depending) on the script. I will be writing the story plot and will paste it on this post when done. So those of you may read what the story is about. If all goes well, I will see if the group would like to continue to make another Campaign/Story mode

old Re: Making a CS2D campaign mode

Yates
Reviewer Off Offline

Quote
user SkullzOrig has written
@user Apache uwu: Yes, I have thought of a plot. Problem is I am not proficient enough to create a lua script. My skills for lua scripting is very low.

Honestly you do not need Lua at all for a campaign map.

I assume you want some bots to follow you and tell you what to do? - Then yes, Lua is necessary and this would need a bit of skill to do.

Please remember that 99% of people that create games, code etc. will not accept your idea's.

old Re: Making a CS2D campaign mode

Apache uwu
User Off Offline

Quote
I hope I'm not flaming when I say that this sounds like something that will never be finished--just like the other mods/ideas in this forum subsection.

If you have an awesome script idea, post it, we will consider making it. (or not)

old Re: Making a CS2D campaign mode

Ultimate programmer
BANNED Off Offline

Quote
@Joaopcvcastro,Yea you are one who have understood it.

russian have different order of words so it is hard for me to follow english ,russian break , rules of order of words.

Lua is shit shit shit. it do not make check for sintax like unindicated variable. for example

1
2
3
4
a=5
a=b
c=a
print(c)
it will say that c have nill value. here is the way,order of events:
a begin value 5
a begin value nill because b have not been indicated
c begin value a(nill)

that is sooo stupit. +lua have shity sintax.

i like c++ sintax.
engel script is better.

old Re: Making a CS2D campaign mode

Alistaire
User Off Offline

Quote
user Ultimate programmer has written
1
2
3
4
a=5
a=b
c=a
print(c)


1
2
3
4
5
6
7
8
a=5
	-- a is 5
a=b
	-- a is 5; - b is nil, a is b, a is nil
c=a
	-- c is nil; - c is a, a is nil, c is nil
print(c)
	-- c is nil; print(nil)

What is your problem dude!? Why the fuck is there a random b in the code anyways, also if you're making codes like these which were meant not to work, I see why you're mad at Lua.

old Re: Making a CS2D campaign mode

EngiN33R
Moderator Off Offline

Quote
user Ultimate programmer has written
Lua is shit shit shit. it do not make check for sintax like unindicated variable. for example

1
2
3
4
a=5
a=b
c=a
print(c)


As people said above me, it actually makes perfect sense. You don't seem to have the capability to understand. If you set a to 5, then set it to a non-existent variable, in other words nothing, that is nil in Lua, and then set c to a, which is nothing, c will be nothing as well, thus it will equal nil.

Now please discontinue this discussion and stay on topic.

old Re: Making a CS2D campaign mode

SkullzOrig
User Off Offline

Quote
So, what shall I do? Write every signal story plot, then have different maps for each level, then after that there will be 5 out 100 percent chance that someone will help. This is supposed to be a group project for people who love CS2D. I have read comments on the post "Ideas for CS2D 1.2.1". And one had read Story mode, so I thought to myslef, "Hmm, that does sound like a good idea. It also sounds like alot of work. I will need help (felt dumb and powerless)". So I decided to post on the script section of the CS2D forum. Hoping for help on this, as a gift to the gamers of CS2D. I did not say this was a for sure thing. But if I can not recieve any help, then the story mode will not be finished for most likely 5 years. I will have to learn lua scripting, graphic designing, and other bullshit. By the time I learn and finish I will have to edit for most likely CS2D 1.2.4 or 1.2.5, how great is that. Hopefully by then I will have a new computer, because my pc is from the year 2002. Yes, I am 10 years behind in technology(my technology that is, I am completely aware of all the new things they have out now). So I am here in my living room, eating my gosh damn scrabbled eggs, asking you all for help. Seriously someone with experience tho it probably useless. If you think I might as well stop trying to continue on this project, reply "dead". So I will know that all hope is lost. If I see 10 deads, I will remove this post, and never bother any of you for help. Good day to you all. And ultimate programmer learn to fucking spell. If your german or whatever I dont give a fuck, stay the fuck off of the USA side of CS2D. When you obviously do not know english.
To the start Previous 1 2 3 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview