I need a help.

» Siedler Map Source Forum » Mapping » I need a help.

Seiten: 1

polaster64
#1
21.11.2014 22:39
Beiträge: 184

I need a help.

Can u make for me Map Kyrana Settlers Hok that Im varg colour yellow and every 1 minute near barracks there will be resping 5 bandit soldier it means
bowman leader sword mace man and this 4th. I really want to and I dont know how to edit it so help me plz. Map kyrana.

Razjel
#2
22.11.2014 09:14
Beiträge: 12

I'll send you scripts and instructions how to implement them via private mail.

For the next time, please remember about punctuation. It's a lot easier to read. And think more carefully how you write, usually nobody want's to help people who write like 7 year old kid. That's just a little friendly advice

____________________
"That is not dead which can eternal lie, And with strange aeons even death may die..."

"What do we know … of the world and the universe about us? Our means of receiving impressions are absurdly few, and our notions of surrounding objects infinitely narrow. We see things only as we are constructed to see them, and can gain no idea of their absolute nature. With five feeble senses we pretend to comprehend the boundlessly complex cosmos, yet other beings with wider, stronger, or different range of senses might not only see very differently the things we see, but might see and study whole worlds of matter, energy, and life which lie close at hand yet can never be detected with the senses we have."

polaster64
#3
22.11.2014 09:53
Beiträge: 184

Okay sorry, but im so bad in english u know...

Play4FuN
#4
22.11.2014 16:09
Beiträge: 704

@polaster64

When you want to copy something from another map you coupd open it in map Editor and just open the Script

____________________
LG Play4FuN

Siedler DEdK Mapping + Scripting Tutorials

polaster64
#5
22.11.2014 17:02
Beiträge: 184

I dont know how. Im newbie in map editor and more in script editor

Peter-FS
#6
23.11.2014 09:38
Beiträge: 1086

Hi polaster64,

I think you have to do the job by your own.

Everybody will help you here, if you have a question. But it is hard work and you need time to create a map without errors.

How can we help you? Where is the problem?

Peter

____________________
Man muss nicht alles wissen, man muss nur wissen wo es steht!

polaster64
#7
23.11.2014 11:29
Beiträge: 184

Hi Peter, I tried to do edit script on map kyrana, i crashed it, and i dont know how to edit script. I wanted to respawn barbarian troops every 30 seconds. For example.
I crashed the map and needed to download it again :c.
Please help me how to edit script.


There is a script:

--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- This function is called on game start and after save game to initialize player colors
function InitPlayerColorMapping()
Display.SetPlayerColorMapping(1, FRIENDLY_COLOR2) --This sets displayed color of player 1 (human player) to yellow.
end
	
--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- This function is called on game start after all initialization is done
function FirstMapAction()
SpawnVargArmy
end

function SpawnVargArmy()
 if Counter.Tick2(60) then --when 60 seconds pass
 
 local ArmyOne = {player = 1}
 
 local banditbow = { 
 minNumberOfSoldiers = 0, 
 maxNumberOfSoldiers = 4, 
 experiencePoints = MEDIUM_EXPERIENCE, 
 leaderType = Entities.CU_BanditLeaderBow1, 
 position = GetPosition("VargArmy") 
 } 
 
 local banditsword = {
 minNumberOfSoldiers = 4,
 maxNumberOfSoldiers = 8,
 experiencePoints = MEDIUM_EXPERIENCE,
 leaderType = Entities.CU_BanditLeaderSword2,
 position = GetPosition("VargArmy") 
 }
 
 local barbarianleader = {
 minNumberOfSoldiers = 0, 
 maxNumberOfSoldiers = 4, 
 experiencePoints = MEDIUM_EXPERIENCE, 
 leaderType = Entities.CU_Barbarian_LeaderClub2, 
 position = GetPosition("VargArmy")
 }
 
 local blackknights = {
 minNumberOfSoldiers = 0, 
 maxNumberOfSoldiers = 4, 
 experiencePoints = MEDIUM_EXPERIENCE, 
 leaderType = Entities.CU_BlackKnight_LeaderMace2 ,
 position = GetPosition("VargArmy")
 }
 CreateTroop (ArmyOne, banditbow)
 CreateTroop (ArmyOne, banditsword)
 CreateTroop (ArmyOne, barbarianleader)
 CreateTroop (ArmyOne, barbarianleader)
 CreateTroop (ArmyOne, blackknights)
 CreateTroop (ArmyOne, blackknights)
 
end
end
-- Quest data
MapEditor_QuestTitle				= ""
MapEditor_QuestDescription 	= ""


     --*****Countdown*****--

function CountdownTick()
    local empty = true
    for i = 1, Counter.Index do
        if Counter.IsValid("counter" .. i) then
            if Counter.Tick("counter" .. i) then
                Counter["counter" .. i].Finished = true
            end
            if Counter["counter" .. i].Finished and not IsBriefingActive() then
                if Counter["counter" .. i].Show then
                    MapLocal_StopCountDown()
                end
                -- callback function
                if type(Counter["counter" .. i].Callback) == "function" then
                    Counter["counter" .. i].Callback()
                end
                Counter["counter" .. i] = nil
            end
            empty = false
        end
    end
    if empty then
        Counter.JobId = nil
        Counter.Index = nil
        return true
    end
end
function CountdownIsVisisble()
    for i = 1, Counter.Index do
        if Counter.IsValid("counter" .. i) and Counter["counter" .. i].Show then
            return true
        end
    end
    return false
end	

polaster64
#8
23.11.2014 12:17
Beiträge: 184

Can u edit this script on map Kyrana_eng near barracks? It would be great. And send me download.

Peter-FS
#9
23.11.2014 13:57
Beiträge: 1086

Hi, please send me the complete map.
Tomorrow I have time to test it. You get a PN!

Peter

____________________
Man muss nicht alles wissen, man muss nur wissen wo es steht!

polaster64
#10
23.11.2014 17:07
Beiträge: 184

http://www.siedler-maps.de/maps/maps/Kyrana_Eng.zip here is the download.

Flodder
#11
23.11.2014 23:56
Beiträge: 2608

@ polaster64
( ... und alle Kollegen, die ihm bei skriptorischen Änderungen/Anpassungen der map Kyrana_Eng nach seinen "Vorstellungen" helfen wollen ) :

Ich möchte darauf hinweisen, dass die Karten Kyrana und Kyrana_Eng bereits auf dieser SMS als Originale existieren! Bei einer nachträglichen Skript- / Mapmanipulation ( ... vorausgesetzt, es liegt überhaupt das Einverständnis vom Autor der Originalversion vor... ) sind anschließende Fehlfunktionen nicht auszuschließen!

Ersteller der Originalversionen: Kollege mxmln

Auf die SMS hochgeladen am 19.08.2013 15:19h sowie am 19.08.2013 15:30h!

Siehe:

http://www.siedler-maps.de/maps/user-18383.htm

____________________
Take a Nudelholz und hau it on the Kopp of a bekloppt Person .... to give you a better Gefühl than vorher.

Dieser Beitrag wurde von Flodder am 24.11.2014 um 10:32 editiert.

Peter-FS
#12
24.11.2014 08:45
Beiträge: 1086

Create your own map!

Hi polaster64,

Please don't use a map from an other mapper. You have to create your own map!

Danke Flodder für den Hinweis.

Gruss Peter

____________________
Man muss nicht alles wissen, man muss nur wissen wo es steht!

polaster64
#13
27.11.2014 16:48
Beiträge: 184

I am total newbie in map making so dreams are gone :c

Seiten: 1

SiteEngine v1.5.0 by nevermind, ©2005-2007
Design by SpiderFive (www.siedler-games.de) - English translation by juja

Impressum