Forum

> > Stranded II > General > Czechstension mod
Forums overviewStranded II overviewGeneral overviewLog in to reply

English Czechstension mod

158 replies
Page
To the start Previous 1 2 3 4 5 6 7 8 Next To the start

old Re: Czechstension mod

Mc Leaf
Super User Off Offline

Quote
Absolutely amazing the new ideas/stuff!!!

The video about buildable walls, doors and so on reminds me of our new stuff in the german extension mod:

IMG:https://www.bilder-space.de/thumb/u9tDHhqmleN15Uz.PNG


Since last version you're able to build small houses, medium houses, big houses, huge houses... whatever you want. But unfortunately only in the editor. And more unfortunately the extension mod is just only in german... (maybe not as bad, too)

As I already said to hudajan, feel free to ask for stuff from the extension mod (yeah, above all we have players wanting stuff from kidnap mod, too).

garfield751 has written
you should make thw walls snap to the ends of eachother.

Yeah, right! A problem I tried to solve, too... But it doesn't seems as easy as I wish it would do. Not least because there are troubles with the correctness of trigonomical functions like s2 cmd sin in some cases...

Im working on it (I wished, DC would too...) but as I said, it is not that simple (if you really want snapping it together exactly).

PS: nice cow...

Edit: Yeah, the ability menu is also quite awesome. But I would prefer to change attributes like "health", "speed", "weight" (the player may carry), "damage" and so on. These abilities have quite more effect on the gameplay...

old Re: Czechstension mod

HudaJan
Super User Off Offline

Quote
Mc Leaf has written
Edit: Yeah, the ability menu is also quite awesome. But I would prefer to change attributes like "health", "speed", "weight" (the player may carry), "damage" and so on. These abilities have quite more effect on the gameplay...

But.. Mc Leaf, uhm
As I said theese abilities affect exactly these parameters..
Ok I didn't want to release, but I will:
Strength: Maxweight, maxhealth, attack bonus for short range
Dexterity: Jump, jumpfactor, attack bonus for long range, spead of course
Intelligence: Whith Intelligence 1 you wont combine something or build something.
Endurance: Maxhealth, endurance against disieses

And many more. This is simply basic abilities, which will affect game a lot and lot. Maybe the most important thing.

And about that buildable house, I've tried it (just in editor). Its a pity it's not possible ingame. The screens looks very! nice

old Re: Czechstension mod

Raven Shadow
User Off Offline

Quote
Mc Leaf has written
Edit: Yeah, the ability menu is also quite awesome. But I would prefer to change attributes like "health", "speed", "weight" (the player may carry), "damage" and so on. These abilities have quite more effect on the gameplay...


S2Ext mod changes these via script,
what's stopping you from doing it?

old Re: Czechstension mod

DontKnowToScript
User Off Offline

Quote
Mc Leaf has written
Absolutely amazing the new ideas/stuff!!!

The video about buildable walls, doors and so on reminds me of our new stuff in the german extension mod:

IMG:https://www.bilder-space.de/thumb/u9tDHhqmleN15Uz.PNG


Since last version you're able to build small houses, medium houses, big houses, huge houses... whatever you want. But unfortunately only in the editor. And more unfortunately the extension mod is just only in german... (maybe not as bad, too)

As I already said to hudajan, feel free to ask for stuff from the extension mod (yeah, above all we have players wanting stuff from kidnap mod, too).

garfield751 has written
you should make thw walls snap to the ends of eachother.

Yeah, right! A problem I tried to solve, too... But it doesn't seems as easy as I wish it would do. Not least because there are troubles with the correctness of trigonomical functions like s2 cmd sin in some cases...

Im working on it (I wished, DC would too...) but as I said, it is not that simple (if you really want snapping it together exactly).

PS: nice cow...

Edit: Yeah, the ability menu is also quite awesome. But I would prefer to change attributes like "health", "speed", "weight" (the player may carry), "damage" and so on. These abilities have quite more effect on the gameplay...

maybe u can do:
buildplace=object id on the wall thingys

old Re: Czechstension mod

DontKnowToScript
User Off Offline

Quote
HudaJan has written
You don't know how wrong are you
First, I thought the same. only on drop and timer.. but then I've seen a lot of troubles... And i spent about 3 hours only with fixing these ones... It was awfuly exhausting
Some of the problems:
The meat has cooked in the place where player stays
the meat didnt fry
the free "self" took all of my meats in inventory ets.
Actualy you can see the script
on:drop {
          timer 0,5100,1,"fryvar";
               if ((count_inrange("state",5,50)+count_inrange("state",4,50))>0){
               skipevent;
               if($fry==0){
                    freestored "unit",1,9,1;
                    $id=create("item",9);
                    timer "item",$id,5000,1,"fry";
                    $fry=1;
               }else{
                    msg "I have to wait",3;
                    msg "I won't look after two meals",3;
                    speech "negative";
               }     
          }
     }
     on:fry {
          $id=currentid();
          if ((count_inrange("state",5,50,"item",$id)+count_inrange("state",4,50,"item",$id))>0){
               $x=getx("self");
               $z=getz("self");
               $id=create("item",10,$x,$z);
               $fry=0;
               free "self";
          }
     }

even more realistic:
make that u need some time to the food to get cold because u cant pick up hot things like toast that was this moment at toaster!
and it reminds me:how do i make toast in game?

old Re: Czechstension mod

Pitros
User Off Offline

Quote
DontKnowToScript has written
even more realistic:
make that u need some time to the food to get cold because u cant pick up hot things like toast that was this moment at toaster!
and it reminds me:how do i make toast in game?


Yea ! That's good idea If it will be hot can be showed msg:
Ouch its hot.
I need to wait, this must be cold.

Or something, im from Poland i don't good speak english.

old Re: Czechstension mod

HudaJan
Super User Off Offline

Quote
Raven Shadow has written
Mc Leaf has written
Edit: Yeah, the ability menu is also quite awesome. But I would prefer to change attributes like "health", "speed", "weight" (the player may carry), "damage" and so on. These abilities have quite more effect on the gameplay...


S2Ext mod changes these via script,
what's stopping you from doing it?

Didn't you read the post above?
As I said the Czechst mod DOES change this........
DontKnowToScript has written
maybe u can do:
buildplace=object id on the wall thingys

Don't! even! try! to! teach! Mc Leaf!, he's the best in scripting and he knows what he's talking about!^^
And about your idea; It' s a good idea, but I has had more then enough troubles with this one, I won't edit it any more

old Re: Czechstension mod

Tomasobst
User Off Offline

Quote
Pitros has written
Or something, im from Poland i don't good speak english.


So you will play in czech ?

old Re: Czechstension mod

Builder2-0
User Off Offline

Quote
I don't suppose any of the ideas in this thread are copyrighted?

Just asking out of curiosity. Not really sure if I actually would want MM to have the things you are doing. Makes the game much more complicated.

-Builder

old Re: Czechstension mod

Raven Shadow
User Off Offline

Quote
Builder2-0 has written
I don't suppose any of the ideas in this thread are copyrighted?

Just asking out of curiosity. Not really sure if I actually would want MM to have the things you are doing. Makes the game much more complicated.

-Builder

no disrepect intended, but that's funny, considering
the challenging and complicated additions you're doing to MM2

old Re: Czechstension mod

Builder2-0
User Off Offline

Quote
Raven Shadow has written
Builder2-0 has written
I don't suppose any of the ideas in this thread are copyrighted?

Just asking out of curiosity. Not really sure if I actually would want MM to have the things you are doing. Makes the game much more complicated.

-Builder

no disrepect intended, but that's funny, considering
the challenging and complicated additions you're doing to MM2

True, but most of them are aesthetics and honestly don't change the way the game is played. True, achievements are a fairly new thing, but you still play the game as normal.

The modular building system is fairly interesting, and I'd like to add in that though. Although, it would be cool that achievements would say give a +1 point to your stat pool so you could do cool shit... Hmm. Stat screens would be VERY interesting. I'll consider that.

But I still stand by my opinion that the cooking is way too complicated. *shrug* And the medical menu, as cool as that is I played another game like it once (was a cult classic) and it was horrible to have to micromanage. Although clothing would be interesting, but I can't really think why a game like Stranded would really need it.

-Builder

old Re: Czechstension mod

HudaJan
Super User Off Offline

Quote
Well...

We (especially me :D) are trying to make completely new mod. Something what would dig all the game up. Change it from basics! Make completely different........ game..... However the theme will be of course the same.

Someone shouldn't like it and we respect it, cause what we are trying to do can have only favoureres or impugners. Some will love it some will hate it. Nothing between it. Not neutral. So I think that the result will be more NON-Stranded than Stranded..........
But still, our goal is to have more poeple who loves it than who hates it

We're also trying to be more like "Castaway simulator" in every way. So player will have to bother himself with control every aspect of his conditions(You still don't know there will be height and current body templature!! ).
-
Everything will affect everything. Clothing will affect immunity against disieses, comfort etc. Body Abilities (strength, Dexterity, Endurance) will affect all aspect of action (movement damage etc). Inteligence will affect your strategy style in the combine and building way.. ETC

Builder 2.0 has written
Makes the game much more complicated.

That's it in short Our aim!
edited 1×, last 20.08.08 05:24:51 am

old Re: Czechstension mod

DontKnowToScript
User Off Offline

Quote
HudaJan has written
Raven Shadow has written
Mc Leaf has written
Edit: Yeah, the ability menu is also quite awesome. But I would prefer to change attributes like "health", "speed", "weight" (the player may carry), "damage" and so on. These abilities have quite more effect on the gameplay...


S2Ext mod changes these via script,
what's stopping you from doing it?

Didn't you read the post above?
As I said the Czechst mod DOES change this........
DontKnowToScript has written
maybe u can do:
buildplace=object id on the wall thingys

Don't! even! try! to! teach! Mc Leaf!, he's the best in scripting and he knows what he's talking about!^^
And about your idea; It' s a good idea, but I has had more then enough troubles with this one, I won't edit it any more

ok
p.s i dont teach,i try to help

old Re: Czechstension mod

Raven Shadow
User Off Offline

Quote
HudaJan has written
Raven Shadow has written
Mc Leaf has written
Edit: Yeah, the ability menu is also quite awesome. But I would prefer to change attributes like "health", "speed", "weight" (the player may carry), "damage" and so on. These abilities have quite more effect on the gameplay...


S2Ext mod changes these via script,
what's stopping you from doing it?

Didn't you read the post above?
As I said the Czechst mod DOES change this........
DontKnowToScript has written
maybe u can do:
buildplace=object id on the wall thingys

Don't! even! try! to! teach! Mc Leaf!, he's the best in scripting and he knows what he's talking about!^^
And about your idea; It' s a good idea, but I has had more then enough troubles with this one, I won't edit it any more


well, the phrasing you used implied you were having issues with doing it.
I guess my telepathy isn't working very well

old Re: Czechstension mod

Pitros
User Off Offline

Quote
Tomasobst has written
Pitros has written
Or something, im from Poland i don't good speak english.


So you will play in czech ?


No i don't like Czech and i can't speak Czech ! I will play English

old Re: Czechstension mod

HudaJan
Super User Off Offline

Quote
IMG:https://megaupload.cz/mini/200/jfjg.jpg

Here's the design of medical menu. You can see here (if you are intelligent enough) current symptoms and possible diagnosis.

old Re: Czechstension mod

DontKnowToScript
User Off Offline

Quote
HudaJan has written
IMG:https://megaupload.cz/mini/200/jfjg.jpg

Here's the design of medical menu. You can see here (if you are intelligent enough) current symptoms and possible diagnosis.


looks cool!

old Re: Czechstension mod

HudaJan
Super User Off Offline

Quote
Disieses are almost finished.
Here you can see the symptoms (this is really terribly ill person )
IMG:https://megaupload.cz/mini/200/untitled-6.jpg

(if you are interested what the fuck means that czech text, it is : Put down: Tshort, pants, shoes, shorts)
To the start Previous 1 2 3 4 5 6 7 8 Next To the start
Log in to replyGeneral overviewStranded II overviewForums overview